SAMBA 2_2 NOW ... INTERNAL ERROR:

Jeremy Allison jeremy at valinux.com
Tue Jan 23 18:04:07 GMT 2001


sambastuff at jabba.glfc.com wrote:
> 
> When trying to join someone into the domain today
> I get this error:
> 
>   ===============================================================
> [2001/01/23 13:30:20, 0] lib/fault.c:fault_report(41)
>   INTERNAL ERROR: Signal 11 in pid 2791 (2.2.0-alpha1)
>   Please read the file BUGS.txt in the distribution
> [2001/01/23 13:30:20, 0] lib/fault.c:fault_report(43)
>   ===============================================================
> [2001/01/23 13:30:20, 0] lib/util.c:smb_panic(1139)
>   PANIC: internal error
> 
> The error message in windows "Specified Network Name is no longer
> available"

Add the following line to smb.conf [global] section.

panic action = /bin/sleep 200000

then restart. Cause smbd to crash again and you'll find
a "sleep" process with a crashed parent smbd process.

Use gdb to attach to this process (you did compile with -g
didn't you :-) and then type "bt" to get a stack backtrace
of where it failed. This is what I do to track down crashes
(on boxes where I can't get an xterm pop up directly with
gdb).

Then mail it to the list.

Thanks,

	Jeremy.

-- 
--------------------------------------------------------
Buying an operating system without source is like buying
a self-assembly Space Shuttle with no instructions.
--------------------------------------------------------




More information about the samba-ntdom mailing list