search for: translate_nam

Displaying 5 results from an estimated 5 matches for "translate_nam".

Did you mean: translate_name
2016 Apr 05
2
Debugging Samba4 - application sometimes fails because files are invisible/gone
...o get behind these issues to see who is responsible. I'm seeing a lot of errors and want to know what to make out of it. In one day audit.log increased to 35mb. Here a some snippets: deadlinerepo|is_offline|fail (Operation not supported)|scripts/Submission/HServerSubmission.py deadlinerepo|translate_name|fail (Operation not supported) deadlinerepo|sys_acl_get_file|fail (Operation not supported)|scripts/Submission deadlinerepo|open|ok|r|custom/scripts/Submission deadlinerepo|realpath|fail (No such file or directory)|custom/events/Draft Interesting enough the app runs perfect most of the time - bu...
2013 Nov 05
1
4.1.0 auditing : can't get only wanted vfs operations to log
...|10.10.20.209|journal|*get_real_filename|fail (Op?ration > non support?e)*|2013-11-04/desktop.ini->(null) > Nov 5 15:44:46 serveur smbd_audit: > DOMAIN\romain|10.10.20.209|journal|opendir|ok|2013-11-04 > Nov 5 15:44:46 serveur smbd_audit: > DOMAIN\romain|10.10.20.209|journal|*translate_name|fail (Op?ration non > support?e)*| I have googled and found this page ( http://www.samba.org/samba/docs/man/manpages-3/vfs_full_audit.8.html ). I don't understand why all theses unwanted VFS operations are loggued. There might be other solutions to proceed, I'm opened to any suggesti...
2016 Apr 08
1
Debugging Samba4 - application sometimes fails because files are invisible/gone
...a lot of errors and want to know what to >> make out of it. In one day >> audit.log increased to 35mb. >> >> Here a some snippets: >> >> deadlinerepo|is_offline|fail (Operation not >> supported)|scripts/Submission/HServerSubmission.py >> deadlinerepo|translate_name|fail (Operation not supported) >> deadlinerepo|sys_acl_get_file|fail (Operation not >> supported)|scripts/Submission >> deadlinerepo|open|ok|r|custom/scripts/Submission >> deadlinerepo|realpath|fail (No such file or directory)|custom/events/Draft >> >> Interesti...
2016 Apr 08
0
Debugging Samba4 - application sometimes fails because files are invisible/gone
...t; responsible. I'm seeing a lot of errors and want to know what to > make out of it. In one day > audit.log increased to 35mb. > > Here a some snippets: > > deadlinerepo|is_offline|fail (Operation not > supported)|scripts/Submission/HServerSubmission.py > deadlinerepo|translate_name|fail (Operation not supported) > deadlinerepo|sys_acl_get_file|fail (Operation not > supported)|scripts/Submission > deadlinerepo|open|ok|r|custom/scripts/Submission > deadlinerepo|realpath|fail (No such file or directory)|custom/events/Draft > > Interesting enough the app runs...
2009 Feb 11
8
how to get DTrace to use the same structure field alignment as C?
Is there a pragma to turn off padding or some other mechanism besides dummying up fields to make them char[] to disable padding? Thanks!