Bug 134352 - boot.localfs shouldn't try to mount cifs filesystems
Summary: boot.localfs shouldn't try to mount cifs filesystems
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SUSE Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Ruediger Oertel
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-18 05:36 UTC by Wolfgang Rosenauer
Modified: 2006-02-15 16:07 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.