Displaying 8 results from an estimated 8 matches for "translate_nam".
Did you mean:
translate_name
2024 May 24
1
Samba suddenly acting strangely
...---
[global]
max log size=0
vfs objects=full_audit shadow_copy2
audit:facility=LOCAL7
audit:priority=INFO
full_audit:success=all !closedir !connectpath !fdopendir
!openat !readdir !realpath !stat
full_audit:failure=all !get_real_filename !stat !translate_name
full_audit:facility=LOCAL7
full_audit:priority=INFO
full_audit: prefix = IP=%I | USER=%u | MACHINE=%m | VOLUME=%S
shadow:sort = desc
shadow:format=-%Y%m%d%H%M%S
shadow:delimiter=-
shadow:snapprefix=auto_zroot
shadow:localtime=...
2024 May 25
1
Samba suddenly acting strangely
...0
> vfs objects=full_audit shadow_copy2
> audit:facility=LOCAL7
> audit:priority=INFO
> full_audit:success=all !closedir !connectpath !fdopendir
> !openat !readdir !realpath !stat
> full_audit:failure=all !get_real_filename !stat
> !translate_name full_audit:facility=LOCAL7
> full_audit:priority=INFO
> full_audit: prefix = IP=%I | USER=%u | MACHINE=%m | VOLUME=%S
> shadow:sort = desc
> shadow:format=-%Y%m%d%H%M%S
> shadow:delimiter=-
> shadow:snapprefix=auto_zroot
>...
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...
2024 May 23
1
Samba suddenly acting strangely
On Thu, 2024-05-23 at 19:20 +0200, Andrea Venturoli via samba wrote:
> Hello.
> I know my description of the problem will be vague... I'm not asking
> for specific help, rather for some directions on where to look in
> order to understand it.
> I've got several setups which are all alike:_ FreeBSD (currently
> 13.2, 13.3 or, rarely, 14.0);_ ZFS;_ two jails: one for an AD
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!