CentOS5 ?

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

ls-al
Scalix Star
Scalix Star
Posts: 510
Joined: Tue Jun 29, 2004 8:28 am
Location: Leipzig, Germany
Contact:

Postby ls-al » Tue Jun 26, 2007 2:24 pm

I had a look at the sources (the installer is available).
this is the part where it fails:

Code: Select all

        pop3_daemon_running = check_listening_port(110)

        if pop3_daemon_running:
            if not sxsystem.is_server_daemon_running("pop3") and not sxsystem.is_server_service_running("pop3"):
                syscheck_fail(check_name, "A non-Scalix POP3 service is already running.  You must stop it before continuing.")
                result = set_result(result, FAIL)


The check_listening_port will finally run just a

Code: Select all

netstat -ln | grep ':110'


the last chance :wink:

hberny
Posts: 13
Joined: Fri Jun 22, 2007 7:27 pm

Postby hberny » Tue Jun 26, 2007 2:44 pm

Here, this is what I got:

Code: Select all

[root@server1 scalix-11.1.0-GA]# netstat -ln | grep ':110'
udp        0      0 fe80::230:18ff:fe67:110:123 :::*                                   
[root@server1 scalix-11.1.0-GA]#


Hugo

ls-al
Scalix Star
Scalix Star
Posts: 510
Joined: Tue Jun 29, 2004 8:28 am
Location: Leipzig, Germany
Contact:

Postby ls-al » Tue Jun 26, 2007 4:16 pm

The ntp-service listening on your IPv6 address which contains a ":110"...

Please disable ntpd during the upgrade with

Code: Select all

/etc/init.d/ntpd stop


I created a bug for this (#15548).

cheers,
Dirk

hberny
Posts: 13
Joined: Fri Jun 22, 2007 7:27 pm

Postby hberny » Tue Jun 26, 2007 5:25 pm

Thanks a lot !!!

It installed without a problem !!!

Thank you very much
Hugo


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 12 guests