Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74374 - cifs is not included in the network file systems to mount/umount during boot/shutdown
Summary: cifs is not included in the network file systems to mount/umount during boot/...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 06:11 UTC by gpablo
Modified: 2004-12-14 12:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gpablo 2004-12-14 06:11:15 UTC
The scripts /etc/init.d/localmount and /etc/init.d/netmount checks for coda, nfs, ncpfs and smbfs. They does not include cifs as a network file system.



Reproducible: Always
Steps to Reproduce:
grep smbfs /etc/init.d/* | grep cifs



Actual Results:  
Nothing is printed to the terminal

Expected Results:  
It should have listed some lines where cifs and smbfs are considered for
mounting/umounting. Example:

/etc/init.d/localmount: mount -at
nocoda,nonfs,noproc,noncpfs,nosmbfs,nocifs,noshm >/dev/null

This can be solved adding cifs to the same lines where smbfs gets used in
/etc/init.d/localmount and /etc/init.d/netmount.

Aparently, this bug caused my pc to freeze just before power down: it tried to
umount cifs shares after the network has been stopped. Correcting the scripts
made the problem disappear.
Comment 1 SpanKY gentoo-dev 2004-12-14 12:07:58 UTC
upgrade to baselayout-1.11.x