Created attachment 14320 [details] level 10 logs We got a report in Ubuntu against samba 4.3.11 that I was able to reproduce in 4.8.2: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/17804634 When stacking the vfs modules like this, both work: vfs objects = full_audit recycle I get the recycle behavior, and the audit logging. But when switching their ordering, I lose the audit module's logging: vfs objects = recycle full_audit I didn't see anything about ordering mentioned in the respective manpages. Attached are level 10 logs tracking the removal of a file called "apt-cdrom" with a share configured like this: [storage] comment = storage share path = /storage vfs objects = recycle full_audit read only = no guest ok = no full_audit:prefix = %u|%I full_audit:success = unlink full_audit:failure = none
I checked the release notes for 4.8.3 and didn't see anything related to vfs, so I didn't test with that version.
that link is giving me: "Lost something? This page does not exist, or you may not have permission to see it." Please always report bugs here with the full information contained in the bug here (and not in a link). Thanks Björn
Apologies for the mistake. This is the correct link: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1780463 It just has a bit of history, the core of the information should be enough in what I reported here, but do please ask for more if needed. I gave the share definition, and the working and non-working conditions.
comment 0 does not contain any description of the problem it start with "When stacking the vfs modules like this, both work". Again, please provide a bug description and if possible a reproducer here and not a link with a bug desription at some other place.
You mean the line just below the phrase you quoted? > When stacking the vfs modules like this, both work: > vfs objects = full_audit recycle That is showing the vfs modules "full_audit" and "recycle" stacked in the shown order. Then I show the non-working ordering: vfs objects = recycle full_audit And then I show the share, and attached a debug level 10.