Displaying 6 results from an estimated 6 matches for "strnequal".
Did you mean:
strequal
2019 Jun 20
2
error when trying to copy file from samba share to old Windows CE share
On Wed, Jun 19, 2019 at 3:41 PM Jeremy Allison <jra at samba.org> wrote:
> Weren't you getting a NT_STATUS_NOT_IMPLEMENTED level
> error return ?
>
> Look for the specific error return you see on the WinCE
> client in the trace.
Figured out the issue...
After comparing a good vs bad file copy in wireshark for a while, I
have found where it goes wrong. On the good copy I
2004 May 18
3
nmbd crash on z/800 64 bit RHEL v 3.0
...:58:16, 0] lib/util.c:smb_panic(1430)
BACKTRACE: 14 stack frames:
#0 nmbd [0x155555ef642]
#1 nmbd [0x155555ef71e]
#2 [0x1ffffffe750]
#3 [(nil)]
#4 /lib64/ld64.so.1 [0x1000000d9c6]
#5 nmbd(unix_strupper+0x54) [0x155555ece7c]
#6 nmbd(StrnCaseCmp+0x48) [0x155555fa9f0]
#7 nmbd(strnequal+0x58) [0x155555faafc]
#8 nmbd(initiate_myworkgroup_startup+0x40) [0x155555a8584]
#9 nmbd(register_my_workgroup_one_subnet+0x136) [0x155555966ea]
#10 nmbd(register_my_workgroup_and_names+0x38) [0x1555559689c]
#11 nmbd(main+0x45a) [0x1555558e09e]
#12 /lib64/tls/libc.so.6(__libc_start_m...
2004 Feb 15
0
Nmbd errors & not starting since upgrade to 3.0.2a?
...clients by IP address was fine. Any help would be greatly appreciated!
P.S: I have attached a copy of my nmbd.log in text format for troubleshooting purposes. I hope I have given enough info to resolve this problem.
Regards,
Gaston(New to list)
-------------- next part --------------
#6 nmbd(strnequal+0x40) [0x80bb420]
#7 nmbd(initiate_myworkgroup_startup+0x29) [0x8077e79]
#8 nmbd(register_my_workgroup_one_subnet+0x116) [0x8068106]
#9 nmbd(register_my_workgroup_and_names+0x1e) [0x806826e]
#10 nmbd(main+0x3ef) [0x80604ff]
#11 /lib/libc.so.6(__libc_start_main+0xac) [0x8cfb94]
#12...
2019 Jun 20
0
error when trying to copy file from samba share to old Windows CE share
...etting "ea support = no" fixed the issue.
Interesting. Where did it get the SeLinux context EA from ?
Aren't they in the "system." namespace ?
We filter these out on listing EA's on a file inside
get_ea_list_from_file_path() by the following code:
if (strnequal(names[i], "system.", 7)
|| samba_private_attr_name(names[i]))
continue;
2019 Jun 20
1
error when trying to copy file from samba share to old Windows CE share
...issue.
>
> Interesting. Where did it get the SeLinux context EA from ?
>
> Aren't they in the "system." namespace ?
>
> We filter these out on listing EA's on a file inside
>
> get_ea_list_from_file_path() by the following code:
>
> if (strnequal(names[i], "system.", 7)
> || samba_private_attr_name(names[i]))
> continue;
2004 Feb 09
1
SAMBA 3.02rc2 ERROR in nmbd command
...===============
PANIC: internal error
BACKTRACE: 13 stack frames:
#0 ./nmbd(smb_panic+0x101) [0x80c3961]
#1 ./nmbd [0x80b1f58]
#2 /lib/tls/libc.so.6 [0x420275c8]
#3 ./nmbd(strupper_w+0x2b) [0x80bf9db]
#4 ./nmbd(unix_strupper+0x36) [0x80afe76]
#5 ./nmbd(StrnCaseCmp+0x45) [0x80bb205]
#6 ./nmbd(strnequal+0x40) [0x80bb2d0]
#7 ./nmbd(initiate_myworkgroup_startup+0x29) [0x8077e69]
#8 ./nmbd(register_my_workgroup_one_subnet+0x116) [0x80680f6]
#9 ./nmbd(register_my_workgroup_and_names+0x1e) [0x806825e]
#10 ./nmbd(main+0x3ef) [0x80604ef]
#11 /lib/tls/libc.so.6(__libc_start_main+0xe4) [0x42015574]
#...