Displaying 2 results from an estimated 2 matches for "63error".
Did you mean:
53error
2023 Apr 03
2
Inconsistent SYSVOL ACLs
...("/usr/local/samba/var/lib/samba/sysvol/exemple.com/scripts", "security.NTACL", NULL, 0) = 0
getxattr("/usr/local/samba/var/lib/samba/sysvol/exemple.com/scripts", "security.NTACL", "", 0) = 0
write(2, "ERROR(runtime): uncaught excepti"..., 63ERROR(runtime): uncaught exception - (11, 'Buffer Size Error')
So it looks like we have a bug in the python code. After successful getxattr() call
(for a fun filename - exemple.com) it return an error. It smells like the code
does not expect to see 0-length NTACL.
/mjt
2023 Apr 02
2
Inconsistent SYSVOL ACLs
First of all thank you all for the answers and for trying to help me.
I agree with you michael regarding the parameters passed in the ./configure
command, the location is not part of the problem.
The file system used is XFS. and the strace command logs are in the
attached link
https://drive.google.com/file/d/1R_b6TzeJVmNIpnlkPfRk0CtkpeU4dgcg/view?usp=share_link
Rowland, the result of the