Page 1 of 1

FC4 Install - cant pass NETWORK CHECK DNS

Posted: Wed Jan 25, 2006 6:34 am
by FMS
I just installed Fedora Core 4
And I'm trying to install Scalix but it stops on NETWORK CHECK

I did the DNS stuff like host and reverse.
If I ask:
nslookup scalix.hy.com.br my DNS says: 200.203.101.29
nslookup 200.203.10129 my DNS says: scalix.hy.com.br

But he installation insist to say:
NETWORK CHECK FAILS

2006-01-24 20:46:35,790 ERROR Operation failed: Network check failed -- Could not find a host name in DNS that matches an IP address
2006-01-24 20:46:35,791 ERROR Operation failed: Network check failed -- IP address '200.203.101.29' associated with host name 'scalix.hy.com.br' in DNS cannot be confirmed as this host's IP address

In /etc/hosts I put:
::1 scalix.hy.com.br localhost
200.203.101.29 scalix.hy.com.br scalix
127.0.0.1 scalix.hy.com.br localhost
200.203.101.29 scalix.hy.com.br.

Please... someone have any ideas???

Posted: Wed Jan 25, 2006 10:45 am
by htaylor3
This happened to me as well when I was logged in as a user and did an su to root for the install.

I logged out and logged back in as root and the problem was solved.

Posted: Wed Jan 25, 2006 2:39 pm
by ScalixSupport
Hi. I'm not sure what the first entry in your /etc/hosts file is for, but I would recommend you remove it. In fact, your /etc/hosts file has some other problems as well. Based on what you posted, it should look like:

Code: Select all

127.0.0.1 localhost.localdomain localhost
200.203.101.29 scalix.hy.com.br scalix


If you're still having problems, type:

ifconfig

on your system and post the results here.

Thanks,
Rachel

Posted: Wed Jan 25, 2006 4:29 pm
by FMS
The problem still persists :-(

I just installed FC4 and I am loggen in as root
My /etc/hosts now is:

[root@scalix etc]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
200.203.101.29 scalix.hy.com.br scalix

[root@scalix etc]# ifconfig
eth0 Link encap:Ethernet Enderecoo de HW 00:E0:7D:8D:7C:6D
inet end.: 200.203.101.29 Bcast:200.203.101.31 Masc:255.255.255.240
endereco inet6: fe80::2e0:7dff:fe8d:7c6d/64 Escopo:Link
UP BROADCASTRUNNING MULTICAST MTU:1500 Metrica:1
RX packets:11098 errors:0 dropped:0 overruns:0 frame:0
TX packets:7097 errors:0 dropped:0 overruns:0 carrier:0
colisoes:0 txqueuelen:1000
RX bytes:1818844 (1.7 MiB) TX bytes:921808 (900.2 KiB)
IRQ:11 Endereco de E/S:0x8400

lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Maquina
UP LOOPBACKRUNNING MTU:16436 Metrica:1
RX packets:1517 errors:0 dropped:0 overruns:0 frame:0
TX packets:1517 errors:0 dropped:0 overruns:0 carrier:0
colisoes:0 txqueuelen:0
RX bytes:4155586 (3.9 MiB) TX bytes:4155586 (3.9 MiB)

Posted: Wed Jan 25, 2006 4:50 pm
by FMS
May be this can be related to my problem: I found this machine has two ethernet adpters
because I did ifconfig eth1 :

[root@scalix etc]# ifconfig eth1
eth1 Link encap:Ethernet Endereco de HW 00:0C:6E:8B:CA:0D
BROADCASTMULTICAST MTU:1500 Metrica:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
colisoes:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
IRQ:5 Endereco de E/S:0x8800

Thank you in advance...

Posted: Wed Jan 25, 2006 5:19 pm
by ScalixSupport
The problem looks to be related to the fact that your native language environment is Brazilian Portuguese ( I'm guessing because of the .br domain )

Currently, our installer is written to work with English and German so we haven't tested in any other language environment.

However, you can work around this by running the installer as

Code: Select all

LANG=en_US.UTF-8 ./scalix-community-installer


Cheers

Dave

Posted: Wed Jan 25, 2006 5:28 pm
by FMS
Thank you Thank you Thank you !! Dave.

NETWORK CHECK: SUCCESS !