Alessio Cecchi wrote:
Il giorno lun, 02/10/2006 alle 15.32 +0200, Ralph Angenendt ha scritto:
Alessio Cecchi wrote:
Il giorno lun, 02/10/2006 alle 14.52 +0200, Ralph Angenendt ha scritto:
Alessio Cecchi wrote:
Oct 2 11:47:28 s2 mount: System Error: No route to host.
But it looks like a network problem to me. You seem to be trying to mount the shares *before* the network is up and the NFS server is reachable.
No because in the runlevel the network is up before that netfs start:
S10network -> ../init.d/network ... S25netfs -> ../init.d/netfs
I can see also during the boot process on the screen, network start first.
Some iptables rules acting up? No idea what else it could be - the no route to host just screams for non-availability of the network.
Thanks Ralph, but i have made all possible test:
iptables is stop network is available set a sleep before to run netfs...
The NFS is in the same network(mask).
How about a simple sanity check in the startup script?
ping -c 4 192.168.140.13
Put that in before you attempt to mount the filesystem to make sure there aren't network problems.
Il giorno lun, 02/10/2006 alle 10.10 -0400, Bowie Bailey ha scritto:
Alessio Cecchi wrote:
Il giorno lun, 02/10/2006 alle 15.32 +0200, Ralph Angenendt ha scritto:
Alessio Cecchi wrote:
Il giorno lun, 02/10/2006 alle 14.52 +0200, Ralph Angenendt ha scritto:
Alessio Cecchi wrote:
Oct 2 11:47:28 s2 mount: System Error: No route to host.
But it looks like a network problem to me. You seem to be trying to mount the shares *before* the network is up and the NFS server is reachable.
No because in the runlevel the network is up before that netfs start:
S10network -> ../init.d/network ... S25netfs -> ../init.d/netfs
I can see also during the boot process on the screen, network start first.
Some iptables rules acting up? No idea what else it could be - the no route to host just screams for non-availability of the network.
Thanks Ralph, but i have made all possible test:
iptables is stop network is available set a sleep before to run netfs...
The NFS is in the same network(mask).
How about a simple sanity check in the startup script?
ping -c 4 192.168.140.13
Put that in before you attempt to mount the filesystem to make sure there aren't network problems.
Thanks, i will made this test...
Ciao
On Mon, 2006-10-02 at 16:13 +0200, Alessio Cecchi wrote:
Il giorno lun, 02/10/2006 alle 10.10 -0400, Bowie Bailey ha scritto:
Alessio Cecchi wrote:
Il giorno lun, 02/10/2006 alle 15.32 +0200, Ralph Angenendt ha scritto:
Alessio Cecchi wrote:
Il giorno lun, 02/10/2006 alle 14.52 +0200, Ralph Angenendt ha scritto:
Alessio Cecchi wrote: > Oct 2 11:47:28 s2 mount: System Error: No route to host. But it looks like a network problem to me. You seem to be trying to mount the shares *before* the network is up and the NFS server is reachable.
<snip>
How about a simple sanity check in the startup script?
ping -c 4 192.168.140.13
Put that in before you attempt to mount the filesystem to make sure there aren't network problems.
Thanks, i will made this test...
Have you already tried this? Doesn't apply for some reason? From "man mount":
[quote] _netdev The filesystem resides on a device that requires network access (used to prevent the system from attempting to mount these filesystems until the network has been enabled on the system). [/quote]
<snip sig stuff>
HTH -- Bill