Bug 134352

Summary: boot.localfs shouldn't try to mount cifs filesystems
Product: [openSUSE] SUSE Linux 10.1 Reporter: Wolfgang Rosenauer <wolfgang.rosenauer>
Component: BasesystemAssignee: Ruediger Oertel <ro>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: security-team
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SUSE Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Wolfgang Rosenauer 2005-11-18 05:36:42 UTC
boot.localfs shouldn't try to mount cifs filesystems

the current command is:
mount -av -t nonfs,noproc,nodevpts,nosmbfs -O no_netdev

We should add "nocifs" to the FS types because it produces an error at boot-time if mount tries to find the host:
parsing options: rw,username=X,password=Y mount error: could not find target server. TCP name glenmorangie.hwlab.suse.de/bulletins not found  rc =
 4

CIFS is just a variant to smbfs and is handled already in /etc/init.d/smbfs

Maybe this change should go to some SLES9 updates in the future as well.
Comment 1 Ruediger Oertel 2005-11-23 15:21:46 UTC
fixed for STABLE.
Comment 2 Lars Müller 2006-02-15 16:01:56 UTC
Bug #134884 marked as a duplicate of this.
Comment 3 Lars Müller 2006-02-15 16:07:08 UTC
Added the fix to SLES9-SP4/aaa_base and created a aaa_base.note file that this is queued for reference.