https://bugzilla.novell.com/show_bug.cgi?id=270455 gassauer@kde.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gassauer@kde.org Severity|Major |Critical Priority|P5 - None |P1 - Urgent ------- Comment #4 from gassauer@kde.org 2007-05-22 03:54 MST ------- IMHO this is due to the usage of CIFS instead of depreciated smbfs see http://www.uwsg.iu.edu/hypermail/linux/kernel/0704.3/3616.html I have some lines like this on in /etc/fstab //sw/kg /hda2/daten/sw/dos/K cifs password=pwd,uid=gass,gid=stra,username=gass,filemod=0660,dirmod=0770 0 0 uid and gid are not respected see man:/mount.cifs uid=arg sets the uid that will own all files on the mounted filesystem. It may be specified as either a username or a numeric uid. This parameter is ignored when the target server supports the CIFS Unix extensions. Hence I added echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled at the beginning of /etc/init.d/smbfs. BUT it does not work automagicaly at boot time. Apparently /proc/fs/cifs/LinuxExtensionsEnabled does not exist at this point of time I have to sudo /etc/init.d/smbfs restart to get the right permission. May be - hopefully - there is a better way. Hope that helps -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.