Displaying 2 results from an estimated 2 matches for "nmb_name_equ".
Did you mean:
nmb_name_equal
2000 Apr 20
0
Solaris upgrade (Samba panic)
...connect even though it shows up in the network. Below is the error
in the
| log
...
That's a failure in
---
BOOL attempt_netbios_session_request(struct cli_state *cli, char
*srchost, char *desthost, struct in_addr *pdest_ip) {
---
The line number points to the DEBUG statement in:
----
if (!nmb_name_equal(&called, &smbservername) ||
!cli_initialise(cli) ||
!cli_connect(cli, desthost, pdest_ip) ||
!cli_session_request(cli, &calling, &called)) {
DEBUG(0,("attempt_netbios_session_request: %s rejected the
session.
Error was : %s.\n", desthost...
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba
> shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the
> smb.log contains the following information:
>
> [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566)
> resolve_lmhosts: Attempting lmhosts lookup for name
> NTWEB2.AIS.MSU.EDU<0x20>
> [2000/01/04