Bug 403718

Summary: System Hangs On Shutdown When Accessing NCPFS Mounts
Product: [openSUSE] openSUSE 11.0 Reporter: David Dulong <Dulongd>
Component: NetworkAssignee: Ruediger Oertel <ro>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P1 - Urgent CC: Dulongd
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Dulong 2008-06-25 13:25:36 UTC
Using openSuse 11, I have a script that connects me to my primary Netware 6 file server using the following command:

sudu ncpmount -S 162.134.115.242 -A kouryncs.labcorp.com -U dulongd.idmgmt.integon.bur.e -V VOL1 -u dulongd /mnt/Novell

The mounts work fine and I can access the file systems just fine...

During shutdown / reboot - the last message displayed on the console is "Unmounting filesystems" and then it hangs there indefinitely.

What can I provide you to help debug this problem?
Comment 1 David Dulong 2008-06-25 13:26:05 UTC
Sorry - typo - I really do run "sudo" no "sudu".  ;-)
Comment 2 Olaf Hering 2008-07-04 06:51:50 UTC
is the network still up at this point?
Comment 3 Olaf Hering 2008-08-04 12:34:27 UTC
I think, /etc/init.d/boot.localfs needs also ncpfs in line 35:

 30 #
 31 # Special file systems (memory and network based)
 32 #
 33 typeset -r tmpfs=tmpfs
 34 typeset -r memfs=nfsd,devpts,proc,usbfs,sysfs,securityfs,debugfs,fusectl
 35 typeset -r netfs=nfs,nfs4,smbfs,cifs
 36 typeset -r  nofs=no${netfs//,/,no},no${memfs//,/,no}

Can you check if that helps?
Comment 4 Olaf Hering 2008-09-29 09:37:25 UTC
Rudi, netfs= needs also ncpfs
Comment 5 Ruediger Oertel 2008-09-29 13:58:31 UTC
already fixed in FACTORY/11.1-beta

update wanted for 11.0 ?
Comment 6 Christoph Thiel 2008-09-30 12:44:29 UTC
Updates are up to the magic ast@novell.com :)
Comment 8 Ruediger Oertel 2008-11-05 15:49:48 UTC

*** This bug has been marked as a duplicate of bug 439437 ***