Hi Rasjid,Jeremy, We have the same problem as Rasjid said, But I'm working with an XFS and ACL's on files and dir (samba 3.0.4). I noticed that when a locked file (for samba) should NOT be locked, there was a problem of wrong autorizations on this file. --x missing or something similar according to what the samba user is autorized to do on this file. putting the good autorizations on, free the lock on this file, and you can do what you want next.
look: The problem occured yesterday , I had a file on a share "dmc" called error.txt the share is "root" owner and group "dmc" owner. acl's when the problem occured said : user::r user:root:rwx group:dmc:rwx mask::rwx other::--- ls -l : "r--rwx--- error.txt" chmoding error.txt to (this is what I wanted before): "rwxrwx--- error.txt" unlock this file in samba point of view. The problem that I didn't anderstood is that I cannot say why I had : user::r user:root:rwx on file "error.txt", cause it must have been : user::rwx user:root:rwx I think it was a copy of group of files from another NOVELL server that made this file "r" only for user "root". I will do some others tests on these days, will keep you informed on this , ok ? Have a nice day Xavier > > Yes this is a reasonable thing to do. There was an issue in handling > the lock database I fixed in 3.0.x recently, this code is similar in > 2.2.x so it's possible this is a fixed bug. Your suggestion of a command > to manually release a lock is a good one, I'll look at that for later > releases. > > Thanks, > > Jeremy. > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > -- Xavier mailto: [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
