












zerozero wrote:is this relevant here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673936
So as we've found out, the problem is caused by mountnfs script not
expecting --all. This can be temporarily fixed by adding this:
{{{{ SUGGESTED TEMPORARY FIX REMOVED FROM THIS POST. IT DOESN'T WORK PROPERLY ]]]]

[ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || exit 0



ginjabunny wrote:I can verify that, the timeout issue goes away but they do not get mounted, so it's not a fix.
I may have a look in Debian unstable, see what's going on over there, if I get time..



ginjabunny wrote:got bored, UP5 screwed up a few things, have put Mint 13 on instead

192.168.0.155:/homes/pigsy /mnt/pigsy nfs auto,rw,soft,intr 0 0192.168.0.155:/homes/pigsy /mnt/pigsy nfs rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.0.155,mountvers=3,mountport=50241,mountproto=udp,local_lock=none,addr=192.168.0.155


Pigsy wrote:Same problem here, timeout during boot but NFS shares all mounted once it was up and running.
The fix for me was to look at the output of 'mount' in a terminal and then compare the settings to what I had in /etc/fstab.
<<<----snipped---->>>
Which I replaced with the options below:
- Code: Select all
192.168.0.155:/homes/pigsy /mnt/pigsy nfs rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.0.155,mountvers=3,mountport=50241,mountproto=udp,local_lock=none,addr=192.168.0.155

case "$1" in
start)
process_options
check_ifstate
log_action_begin_msg "Configuring network interfaces"
if ifup -a && ifup_hotplug
then
log_action_end_msg $?
else
log_action_end_msg $?
fi
;;$ ls /etc/network/if-up.d/
avahi-daemon mountnfs openssh-server wpasupplicant# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
#NetworkManager#iface eth0 inet dhcp



Users browsing this forum: No registered users and 4 guests