platform: 3.0.14a according to http://groups.google.de/group/linux.debian.bugs.dist/browse_thread/thread/487f6aaf0f2c6d76/d62575e9f48bae13?q=delete+veto+files+broken&rnum=7&hl=de#d62575e9f48bae13 3.0.12 could also be affected ##################### we're working with samba/netatalk in coexistence and the following configuration: [testdir] comment = Testshare path = /data/testdir browseable = no writeable = yes create mode = 660 directory mode = 770 force create mode = 660 force directory mode = 2770 force user = administrator force group = board valid users = EVAN\testuser hide files = /_*/:*/.*/.AppleDB/.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/TheVolumeSettingsFolder/TheFindByContentFolder/Temporary Items/ vfs object = netatalk veto files = /.AppleDouble/.AppleDB/*.mp3/ delete veto files = yes ##################### if you try to delete a folder under /data/testdir, which has a vetoed folder like .AppleDouble in it, the all content in the vetoed folder gets deleted (if the content is not vetoed, too), but the vetoed folder (like .AppleDouble) won't be deleted and thus deletion of /data/testdir/myfolder_with_vetoed_content_beneath fails i'm sorry for this information but it's rather urgent because on our fileserver are now lots of empty zombie folders thx
Created attachment 1275 [details] Patch Here is the fix in SVN I added to fix this bug. Jeremy.
Created attachment 1276 [details] Patch for 3.0.14a source code
Please try either SVN SAMBA_3_0 or apply the given patch to the 3.0.14a source code. Thanks, Jeremy.
works great with 3.0.14a thank you so much!
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.
Created attachment 11192 [details] patch