New to Linux & Scalix

Discuss installation of Scalix software

Moderators: ScalixSupport, admin

Walden

New to Linux & Scalix

Postby Walden » Mon May 01, 2006 8:39 pm

I'm very new to both Linux and Scalix. I was looking for an inexpensive yet powerful email system to deploy and that's where Scalix popped up. I snagged a scratch 'n dent server for a few bucks and popped in my FC4 installation. I'm burying my nose in books every night but I'm still coming up short on many things, so please excuse my simple questions.

I managed to start the installer, and ran into issues with the system check:

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 host name 'localhost.localdomain' is 127.0.0.1'
Network check warning - network is configured for DHCP.
Network check failed - 127.0.0.1 line contains fully-qualified server hostname (localhost.localdomain) in /etc/hosts, please remove it.
Dependency check failed - Pllease resolve the following package confilicts and re-run the system checks: compat-libstdc++-296 is needed by scalix-server-10.0.1.3-1.fc4.i386. Libstdc++-libc6.2-2.so.3 is needed by scalis server 10.0.1.3-1.fc3.i386.
Running services check passed.

I'm happy to do my research, that's how I learn, but I'm lost as where to look for these things next. I've check the KnowledgeBase and Googled everything that I could. Even went to the library to get some books.

Any ideas what the network check and dependency check is telling me? If I could at least understand what the problem is I'd be well on my way to fixing it.

Thanks guys. Any help you can give or point me in the right direction is very much appreciated.

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Mon May 01, 2006 10:01 pm

Hi Walden,

libc is part of your FC4 distribution, so you'll need to go back and install that first. You've also setup your server with DHCP. Since it is a server, you'll really want a nailed down IP address. So, you should assign it a hostname and IP address and then configure it so that your points to your DNS server for name service. Make sure that you configure the entry on your DNS server for both standard and reverse DNS lookups.

Thanks,
Rachel

Walden

Postby Walden » Tue May 02, 2006 12:08 am

Okay, I took care of the libc install. Thanks for that.

I have no idea what to do about the DNS. Does anyone know of a good article or website that might help explain this to me? Can't seem to find much.

Thanks!

hagedorn

Postby hagedorn » Sat May 06, 2006 10:07 pm

Network check failed - Could not find a host name in DNS that matches an IP address:
nano /var/cache/bind/zonefile:

Code: Select all

yourhostname     IN A 192.168.0.10



Network check failed - IP address associated host name 'localhost.localdomain' is 127.0.0.1' :
nano /etc/hosts:

Code: Select all

# Do not remove the following line, or various programs
# that require network functionality will fail.
192.168.0.10           scalix.company.loc scalix
127.0.0.1               localhost



Network check warning - network is configured for DHCP.
nano /etc/sysconfig/network-scripts/ifcfg-eth0:

Code: Select all

DEVICE=eth0
BOOTPROTO=static
BROADCAST=192.168.0.255
IPADDR=192.168.0.10
NETMASK=255.255.255.0
NETWORK=192.168.0.0
ONBOOT=yes
TYPE=Ethernet


Dependency check failed:

Code: Select all

yum install compat-libstdc++-296  Libstdc++-libc6.2-2.so.3



Have fun


Return to “Installation”



Who is online

Users browsing this forum: No registered users and 1 guest