[Bug 623193] New: network manager startup delay with network mounts
http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c0 Summary: network manager startup delay with network mounts Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: veehexx@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.6) Gecko/20100626 SUSE/3.6.6-1.2 Firefox/3.6.6 when having network mount points in fstab (NFS in this case), then network manager takes a long time to start itself on a freshboot/reboot of oSUSE. problem is not present when the nfs mounts are not in fstab (ie: default fstab entries), OR if you enable 'traditional IFUP' method in Network Settings. when NFS mounts are in fstab, and using 'networkmanager' to manage the network, the network does come up when a timeout occurs (nfs mount timeout?) so it can proceed to bring up the network stack. my fstab entry for nfs: 192.168.0.253:/media /mnt/nas1_media nfs rsize=8192,wsize=8192,timeo=14,intr 0 0 i am on a laptop and the above occurs on both wlan and lan connections Reproducible: Always Steps to Reproduce: 1. enter NFS share into fstab 2. have Network Settings in it's default mode (User controlled with NetworkManager) 3. cold boot/reboot openSUSE so fstab is parsed Actual Results: delay in network startup (no internet access) of upto around 5minutes, while nfs times out due to no network Expected Results: instant network access within seconds of logging in. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c1 --- Comment #1 from tim draper <veehexx@gmail.com> 2010-07-17 08:40:20 UTC --- forum discussion: http://forums.opensuse.org/english/get-help-here/network-internet/442137-lon... -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |bili@novell.com |ovo.novell.com | -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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.
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.
http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c3 Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bili@novell.com AssignedTo|bili@novell.com |hdliu@novell.com --- Comment #3 from Li Bin <bili@novell.com> 2010-08-11 10:01:09 UTC --- Hongdan, Could you help me take care of this issue? -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c4 Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ohering@novell.com --- Comment #4 from Li Bin <bili@novell.com> 2010-08-12 07:09:28 UTC --- *** Bug 630261 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=630261 -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=623193 http://bugzilla.novell.com/show_bug.cgi?id=623193#c5 Larry Finger <Larry.Finger@lwfinger.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Larry.Finger@lwfinger.net --- Comment #5 from Larry Finger <Larry.Finger@lwfinger.net> 2010-08-15 18:13:27 UTC --- I had the problem when using wireless. At the time that /etc/init.d/nfs is called, only a wired connection will have been established. Issuing the 'mount -a' command causes the computer to hang for 3 minutes. I "fixed" the problem by doing the mounts in the background with the following patch: Index: init.d/nfs =================================================================== --- init.d.orig/nfs +++ init.d/nfs @@ -235,7 +235,7 @@ case "$1-$nfs" in # as if there are 'bg' mounts, we could get multiple copies # of them. So always 'settle' if there is any mounting to do. udevadm settle - mount -at nfs,nfs4 > /dev/null 2>&1 + mount -at nfs,nfs4 > /dev/null 2>&1 & fi # # generate new list of available shared libraries I do not understand the comment just above the line that changed. How is it possible to get multiple mounts running? If you do, what is the harm? Larry -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c6 Dmitry Roshchin <dmitry@roshchin.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@roshchin.org --- Comment #6 from Dmitry Roshchin <dmitry@roshchin.org> 2010-09-01 15:06:43 UTC --- The reason of this bug is known, so can we expect bugfixes in Update repository? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c7 --- Comment #7 from Dmitry Roshchin <dmitry@roshchin.org> 2010-09-25 19:55:05 UTC --- (In reply to comment #2)
1. moved /etc/init.d/rc5.d/S05nfs to S08nfs In openSUSE 11.3 numbers in file names doesn't matter, only ".depends.start" and ".depends.stop".
< network-remotefs: cifs network ---
network-remotefs: nfs cifs network I think it's bad idea. We must change only nfs start dependencies.
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c8 Li Bin <bili@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |harmie@opensuse.fi --- Comment #8 from Li Bin <bili@novell.com> 2010-11-05 03:17:45 UTC --- *** Bug 648412 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=648412 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c hongdan liu <hdliu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hdliu@novell.com |bili@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c9 --- Comment #9 from Li Bin <bili@novell.com> 2011-03-17 03:42:27 UTC --- *** Bug 675261 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=675261 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c10 --- Comment #10 from Clayton smaug42 <smaug42@gmail.com> 2011-03-30 19:43:08 UTC --- This is still an issue on openSUSE 11.4. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c Tilman Vogel <tilman.vogel@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tilman.vogel@web.de Component|Network |Network AssignedTo|bili@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com Product|openSUSE 11.3 |openSUSE 11.4 Target Milestone|--- |Final OS/Version|openSUSE 11.3 |openSUSE 11.4 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |bili@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c11 John Bowling <johnlb2002@cox.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |johnlb2002@cox.net --- Comment #11 from John Bowling <johnlb2002@cox.net> 2011-08-03 22:13:02 UTC --- I have a problem with the network card (Realtek RTL8111/8168B PCI Express Gigabit) setup. Back at 11.2 and 11.3, it required setting up a bridge so there were two listings in the hardware setup in Yast. Now, with 11.4, I can set up eth0 and eth1, but can't do a bridge, and can never get nfs to talk to the other system (11.2). Everything in my setup is identical to what it was in from 10.x and then with the bridge, thru 11.3. 11.4 never works for nfs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c12 Branislav Klocok <branislav.klocok@orava.sk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |branislav.klocok@orava.sk --- Comment #12 from Branislav Klocok <branislav.klocok@orava.sk> 2011-08-08 21:34:17 UTC --- Hello Guys, it August and this bug is still here. It is very annoying. Please try to do something with this. A lot of people are working with NFS shares and not many have the ability to change the start sequence of services. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c13 --- Comment #13 from Rainer Klier <rainer.klier@gmx.at> 2011-08-09 07:05:09 UTC --- maybe my workaround from bug #487190 can help. as you can read there in comment 9, i made a dispatcher scripts for networkmanager, which starts network services like nfs and smbfs AFTER networkmanager has established connection. and i disabled all network service scripts in /etc/init.d/rc3.d and /etc/init.d/rc5.d. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c14 --- Comment #14 from Li Bin <bili@novell.com> 2011-08-09 16:56:55 UTC --- Yes, I'll find some time to build the patch for this issue. But now I'm on vocation, maybe later. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c15 Steffen Eibicht <steffeneibicht@yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steffeneibicht@yahoo.de Severity|Normal |Major --- Comment #15 from Steffen Eibicht <steffeneibicht@yahoo.de> 2011-10-20 01:45:45 UTC --- Hi folks, now we have middle of october 2011 and this bug still exists in openSUSE 114. In my case it seems that it is even worse, as NFS kills the whole network connection via KDE Networkmanager. KNetworkmanager can not establish a WLAN connection anymore, after you set the NFS client as active and do a reboot at some time. Version of KDE: 4.6.5 and the system is patched to the latest level. I also noticed the same behaviour on openSUSE 11.4 with KDE 4.7.2 please please fix it. I don´t wanna run around with USB sticks anymore :-) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |dliang@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=623193 https://bugzilla.novell.com/show_bug.cgi?id=623193#c David Liang <dliang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dliang@suse.com |rlmu@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com