search for: cli_nt_session_close

Displaying 2 results from an estimated 2 matches for "cli_nt_session_close".

2003 Nov 03
2
Errors in log file with Samba3
...b_panic(1400) PANIC: internal error [2003/11/03 13:36:15, 0] lib/util.c:smb_panic(1407) BACKTRACE: 11 stack frames: #0 /usr/local/samba3/sbin/smbd(smb_panic+0xfc) [0x8180868] #1 /usr/local/samba3/sbin/smbd [0x817213b] #2 /lib/tls/libc.so.6 [0x420275c8] #3 /usr/local/samba3/sbin/smbd(cli_nt_session_close+0x5f) [0x80c23b3] #4 /usr/local/samba3/sbin/smbd(cli_close_connection+0x10) [0x80c2400] #5 /usr/local/samba3/sbin/smbd(cli_shutdown+0x17) [0x80c24fb] #6 /usr/local/samba3/sbin/smbd [0x80b8e3b] #7 /usr/local/samba3/sbin/smbd(smbd_process+0x1f5) [0x80b90f9] #8 /usr/local/samba3/sbin/...
2002 Feb 27
1
Possible big/small endian problem Samba 2.2.2 and 2.2.3a
...d_server routine, it seems as we fail on the very last call: if (!NT_STATUS_IS_OK(cli_nt_setup_creds(pcli, trust_passwd))) { DEBUG(0,("connect_to_domain_password_server: unable to setup the PDC credentials to machine \ %s. Error was : %s.\n", remote_machine, cli_errstr(pcli))); cli_nt_session_close(pcli); cli_ulogoff(pcli); cli_shutdown(pcli); return(False); } I have about exhausted all possible things to try. Also, this works 100% on a Intel based PC with Samba 2.2.3a. We compared the smb.conf files between the mainframe Linux and the PC Linux and the only thing I currently su...