http://bugzilla.novell.com/show_bug.cgi?id=573246 http://bugzilla.novell.com/show_bug.cgi?id=573246#c34 Christian Eggers <ceggers@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|ceggers@gmx.de | --- Comment #34 from Christian Eggers <ceggers@gmx.de> 2010-07-08 06:35:11 UTC --- Created an attachment (id=374482) --> (http://bugzilla.novell.com/attachment.cgi?id=374482) Modified patch for openSUSE 11.2 (In reply to comment #32)
Created an attachment (id=374259) --> (http://bugzilla.novell.com/attachment.cgi?id=374259) [details] Proposed patch
Could you patch /etc/sysconfig/network/if-up.d/21-cifs (preferably backup original file) with the changes attached and see whether it resolves the problem for you?
On 11.2, the file name is /etc/sysconfig/network/if-up.d/21-smbfs. Instead of patching the symlink I've created a patch for the target file (/etc/sysconfig/network/scripts/smbfs). Please note my change in the "if" condition, your syntax might be wrong: your if "$state" == "new" mine if [ "$state" = "new" ] Altogether the patch seems to work, my cifs mounts are not disconnected anymore. Additionally you might think about only unmounting shared listed in smbfstab instead of using "umount -at cifs" -- 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.