Kolab2 only listen on localhost

Simon Pirschel Simon.Pirschel at hug.de
Mon Aug 7 11:06:36 CEST 2006


>>> Thomas Arendsen Hein <thomas at intevation.de> 07.08.2006 10:57:48 >>>
>Your named (which is not part of Kolab) only listens to localhost, too.
>And you really don't have a running ssh daemon?
>
>Thomas

I didn't paste all of netstat -lnap, only the Kolab2 part.
Here is a complete paste:

Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:993           0.0.0.0:*               LISTEN     11324/cyrmaster
tcp        0      0 127.0.0.1:995           0.0.0.0:*               LISTEN     11324/cyrmaster
tcp        0      0 0.0.0.0:389             0.0.0.0:*               LISTEN     10218/slapd
tcp        0      0 127.0.0.1:10024         0.0.0.0:*               LISTEN     10857/amavisd (mast
tcp        0      0 127.0.0.1:110           0.0.0.0:*               LISTEN     11324/cyrmaster
tcp        0      0 127.0.0.1:9999          0.0.0.0:*               LISTEN     11701/perl
tcp        0      0 127.0.0.1:143           0.0.0.0:*               LISTEN     11324/cyrmaster
tcp        0      0 127.0.0.1:783           0.0.0.0:*               LISTEN     10565/spamassassin.
tcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN     10956/apache
tcp        0      0 127.0.0.1:21            0.0.0.0:*               LISTEN     11604/proftpd: (acc
tcp        0      0 192.168.2.1:53          0.0.0.0:*               LISTEN     3859/named
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN     3859/named
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN     11507/master
tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN     3859/named
tcp        0      0 0.0.0.0:636             0.0.0.0:*               LISTEN     10218/slapd
tcp        0      0 127.0.0.1:59716         127.0.0.1:143           TIME_WAIT  -
tcp        0      0 127.0.0.1:59532         127.0.0.1:389           TIME_WAIT  -
tcp        0      0 127.0.0.1:59533         127.0.0.1:389           TIME_WAIT  -
tcp        0      0 127.0.0.1:59530         127.0.0.1:389           ESTABLISHED10382/saslauthd
tcp        0      0 127.0.0.1:59531         127.0.0.1:389           TIME_WAIT  -
tcp        0      0 127.0.0.1:389           127.0.0.1:59528         TIME_WAIT  -
tcp        0      0 127.0.0.1:389           127.0.0.1:59530         ESTABLISHED10218/slapd
tcp6       0      0 :::389                  :::*                    LISTEN     10218/slapd
tcp6       0      0 :::22                   :::*                    LISTEN     3889/sshd
tcp6       0      0 ::1:953                 :::*                    LISTEN     3859/named
tcp6       0      0 :::636                  :::*                    LISTEN     10218/slapd
tcp6       0      0 ::ffff:192.168.2.1:22  ::ffff:192.168.2.3:40356 ESTABLISHED19413/0
udp        0      0 0.0.0.0:32768           0.0.0.0:*                          3859/named
udp        0      0 192.168.2.1:53          0.0.0.0:*                          3859/named
udp        0      0 127.0.0.1:53            0.0.0.0:*                          3859/named
udp        0      0 0.0.0.0:67              0.0.0.0:*                          3930/dhcpd3
udp6       0      0 :::32769                :::*                               3859/named
raw        0      0 0.0.0.0:1               0.0.0.0:*               7          3930/dhcpd3

Something strange happened, i had to rebuild/install apache manually cause the building process with obmtool didn't install apache.
Now I can start apache, but no ports listen to 80 or 443.

I added some lines in obmtool.conf for mysql support in apache and php:
@install ${altloc}apache-1.3.33-2.4.5_kolab \
[..]
--with=mod_php_mysql

@install ${altloc}php-4.3.11-2.4.2_kolab \
[..]
--with=mysql

I don't think that is a problem?
I saw something like this in kolab.org wiki, too.




More information about the users mailing list