Page 1 of 1

Installation Issues - System Check Report Results

Posted: Thu May 24, 2007 1:25 pm
by lafontas
Hi folks,

I'm trying to move past the following System Check Report:

System check report:

Environment check passed.
Filesystem check passed.
Network check failed -- Could not find a host name in DNS that matches an IP address
Network check failed -- IP address associated with host name 'localhost.localdomain' is '127.0.0.1'
Network check failed -- 127.0.0.1 line contains fully-qualified server hostname (localhost.localdomain) in /etc/hosts, please remove it
Dependency check passed.
Running services check failed -- A non-Scalix POP3 service is already running. You must stop it before continuing.

My hosts file looks like this:
127.0.0.1 localhost.localdomain localhost
209.99.214.10 server2.lctservices.net server2

and /etc/redhat-release looks like this:
Red Hat Enterprise Linux ES release 4 (Nahant)

Any nudges in the right direction would be appreciated.

Steve

Posted: Thu May 24, 2007 4:14 pm
by Shredder
Is the IP address correct?

What does hostname -f return?

Shredder

Posted: Thu May 24, 2007 7:00 pm
by lafontas
localhost.localdomain

Posted: Fri May 25, 2007 2:12 am
by ScalixSupport
Hi Steve!

Try using tab instead of space character between IP, hostname.domainname, and alias in
the file /etc/hosts.

Thanks,
Subir

Posted: Fri May 25, 2007 11:39 am
by lafontas
Thanks Subir,

I'm left with:

Dependency check warning -- The following packages will be installed next to resolve conflicts: libical

Running services check failed -- A non-Scalix POP3 service is already running. You must stop it before continuing.


Steve

Posted: Fri May 25, 2007 12:01 pm
by Shredder
You have something running that is a POP3 server.

Post the results of lsof -i:110

Shredder

Posted: Fri May 25, 2007 12:56 pm
by lafontas
Thanks Shredder,

COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
xinetd 9518 root 5u IPv4 1767835 TCP *:pop3 (LISTEN)

Steve

Posted: Fri May 25, 2007 1:06 pm
by Shredder
So xinetd has a pop server running.

Try doing a rpm -qa | grep pop and see what it returns.

If it returns something that is a mail service, remove. Do the same with imap.

Shredder

Posted: Fri May 25, 2007 1:32 pm
by lafontas
Thanks Shredder,

I removed popa3d.

Cheers,

Steve