View Single Post
  #5 (permalink)  
Old 09-09-2005, 04:46 AM
MeneM MeneM is offline
Active Member
 
Posts: 42
Default

I have the same issue, my netstat shows:

Code:
[root@localhost etc]# netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
tcp        0      0 127.0.0.1:7777              0.0.0.0:*                   LISTEN      2631/perl
tcp        0      0 0.0.0.0:32769               0.0.0.0:*                   LISTEN      1579/rpc.statd
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      1561/portmap
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      1888/cupsd
tcp        0      0 127.0.0.1:5335              0.0.0.0:*                   LISTEN      1873/mDNSResponder
tcp        0      0 :::22                       :::*                        LISTEN      1936/sshd
tcp        0      0 ::1:45249                   ::1:32786                   TIME_WAIT   -
tcp        0      0 ::1:58737                   ::1:32788                   TIME_WAIT   -
tcp       52    148 ::ffff:192.168.8.235:22     ::ffff:192.168.8.244:3815   ESTABLISHED 3833/sshd: mark [pr
udp        0      0 0.0.0.0:32768               0.0.0.0:*                               1579/rpc.statd
udp      432      0 192.168.8.235:32769         192.168.8.51:53             ESTABLISHED 4127/java
udp        0      0 0.0.0.0:907                 0.0.0.0:*                               1579/rpc.statd
udp        0      0 0.0.0.0:68                  0.0.0.0:*                               1509/dhclient
udp        0      0 0.0.0.0:5353                0.0.0.0:*                               1873/mDNSResponder
udp        0      0 0.0.0.0:111                 0.0.0.0:*                               1561/portmap
udp        0      0 0.0.0.0:631                 0.0.0.0:*                               1888/cupsd
udp        0      0 192.168.8.235:123           0.0.0.0:*                               1949/ntpd
udp        0      0 127.0.0.1:123               0.0.0.0:*                               1949/ntpd
udp        0      0 0.0.0.0:123                 0.0.0.0:*                               1949/ntpd
udp        0      0 :::123                      :::*                                    1949/ntpd
This is on a fresh Fedora Core 4 installation. Nothing added, and sendmail off in the configs.

When I try to restart zimbra I get:
Code:
[root@localhost etc]# /etc/init.d/zimbra restart
Calling ShutDownRequest (gws.mine.nu)

Calling startup (gws.mine.nu)

[root@localhost etc]#
What can we do?

Thanks,
Mark
Reply With Quote