View Single Post
  #9 (permalink)  
Old 04-14-2007, 12:51 AM
xtin xtin is offline
Member
 
Posts: 13
Default

host `hostname` returns:
Code:
Host t not found: 3(NXDOMAIN)
As far as i know i'm not behind a NAT (i didn't set one up.) I'll investigate it a bit further when i'm home!

edit: this is what netstat -anp outputs at the very moment the error occurs.
Code:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     1211/sshd
this is "ps aux" from the same moment
Code:
root      1186  0.0  0.0   1636   624 ?        Ss   Apr13   0:00 /sbin/syslogd
root      1192  0.0  0.0   1592   384 ?        Ss   Apr13   0:00 /sbin/klogd -x
root      1211  0.0  0.1   4940  1084 ?        Ss   Apr13   0:00 /usr/sbin/sshd
root      1225  0.0  0.1   2208   768 ?        Ss   Apr13   0:00 /usr/sbin/cron
root      1289  0.0  0.1   2676  1176 tty1     Ss   Apr13   0:00 /bin/login -- 
root      1290  0.0  0.2   2832  1700 tty1     S    Apr13   0:00 -bash
root     31492  0.0  0.2   2896  1636 tty1     T    08:17   0:00 /bin/bash ./ins
root     31910  0.0  0.0      0     0 ?        S    08:18   0:00 [pdflush]
root     32380  0.0  0.0      0     0 ?        S    08:18   0:00 [pdflush]
root     32618  0.0  1.7  12824 11212 tty1     T    08:18   0:00 /usr/bin/perl /
zimbra     579  0.0  0.1   2540  1012 tty1     T    08:19   0:00 su - zimbra -c
zimbra     580  0.0  0.2   3156  1556 tty1     T    08:19   0:00 -su -c /opt/zim
zimbra     583  0.0  0.2   2952  1420 tty1     T    08:19   0:00 /bin/bash /opt/
zimbra     584  0.0  0.0   1624   492 tty1     T    08:19   0:00 sed -ne /-----B
zimbra     585  0.0  0.0   1628   504 tty1     T    08:19   0:00 sed -e s/^zimbr
zimbra     588  0.0  2.0 261412 13252 tty1     Tl   08:19   0:00 /opt/zimbra/jav
root       715  0.0  0.1   2232   896 tty1     R+   08:23   0:00 ps aux
Running /opt/zimbra/bin/ldap returns:
Code:
ldap_url and ldap_master_url cannot be the same on an ldap replica
So it looks like the LDAP Server never comes up!

Any ideas?
Thanks for your help!

Last edited by xtin; 04-14-2007 at 05:28 AM..
Reply With Quote