what is the replacement to show deleted files and folders (rmdir no
longer exists)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1950803
Title:
Samba vfs_full_audit reports everything
To manage not
Thanks. Yes that was it. The "could not find opname" messages were
buried in the machine-specific logs (not the main "smbd.log" file), and
I did not think to look for them.
I did check and the CentOS machine had the newer "unlinkat" type names,
so that is why it did not start failing.
Thanks for
Please check your log files. You may have this line:
smbd_audit[.]: Could not find opname rename, logging all
This means, that Samba is logging everything, because "rename" opname is
not found. You have to use different names:
rename -> renameat
unlink -> unlinkat
After that, logging work
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: samba (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1950803
Title:
Samb