Bugzilla – Bug 134352
boot.localfs shouldn't try to mount cifs filesystems
Last modified: 2006-02-15 16:07:08 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.
fixed for STABLE.
Bug #134884 marked as a duplicate of this.
Added the fix to SLES9-SP4/aaa_base and created a aaa_base.note file that this is queued for reference.