From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Allison Subject: Re: cthon failure Date: Thu, 21 Aug 2014 14:13:38 -0700 Message-ID: <20140821211338.GC17035@samba2> References: Reply-To: Jeremy Allison Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pavel Shilovsky , "linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , samba-technical To: Steve French Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Tue, Aug 19, 2014 at 09:33:12PM -0500, Steve French wrote: > Noticed that even with Unix Extensions on cifs mount that Samba > refuses to delete a file in this scenario (locally and presumably over > nfs it still works since it is in cthon suite). This causes > connectathon special tests to fail > > touch newfile > chmod 0000 newfile > rm newfile > > (works locally but samba rejects) > > Samba 4.1 rejects posix unlink (set path info) STATUS_CANNOT_DELETE > then client falls back to SMB unlink which fails. STATUS_CANNOT_DELETE > then client falls back to a set path info of file info basic which > also fails STATUS_ACCESS_DENIED > > Will do quick test with Samba master when build completes - but does > this server unlink bug look familiar (or am I missing an smb.conf that > I have forgotten about)? Can't reproduce this on current v4-1-test git branch. Can you give me details please ? Jeremy.