http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c2 Vasiliy Litovchenko <muaddeep@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |muaddeep@gmail.com --- Comment #2 from Vasiliy Litovchenko <muaddeep@gmail.com> 2010-07-20 07:39:46 UTC --- Default boot sequence there is: /etc/init.d/network -> /etc/init.d/nfs -> /etc/init.d/network-remotefs If NetworkManager is used, as per to comments in /etc/init.d/network, NetworkManager is starting in network-remotefs. So first we are trying to mount nfs shares, and just after that bringing up network connection with network manager. I'm not familiar with openSuSE boot process, so probably I did smth wrong, for now I've: 1. moved /etc/init.d/rc5.d/S05nfs to S08nfs 2. changed dependencies in /etc/init.d/.depend.start: vasiliy@linux-0un3:/etc/init.d> diff .depend.start .depend.start.bak 9c9 < nfs: rpcbind network network-remotefs ---
nfs: rpcbind network 16c16 < network-remotefs: cifs network
network-remotefs: nfs cifs network
this works for me, at least as temporary fix, not sure if that's 100% correct. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.