[Samba] Samba problems after latest Solaris 10 Patches

Andrew Watkins andrew at dcs.bbk.ac.uk
Wed Mar 7 23:45:54 GMT 2007


Can I check how to get this information, since I do not seem to get the 
right info.

1) ./configure --enable-debug
2) add 'panic action = "/bin/sleep 90000"' to smb.conf
3) run samba in normal may and then locate my PID
	i.e. smbstatus |grep andrew
4) gdb /usr/local/samba/sbin/smbd  PID
5) gdb> backtrace
#0  0xfefc19dc in _waitid () from /lib/libc.so.1
#1  0xfef68414 in _waitpid () from /lib/libc.so.1
#2  0xfefb48ec in waitpid () from /lib/libc.so.1
#3  0xfefa7f34 in system () from /lib/libc.so.1
#4  0x003339bc in ?? ()
#5  0x003339bc in ?? ()
(gdb) The program is running.  Quit anyway (and detach it)? (y or n) y

This does not seem correct?

Andrew

> Ouch - that's a panic. Please add the line :
> 
> panic action = "/bin/sleep 90000"
> 
> to the [global] section of your smb.conf, reproduce the
> problem and then gdb attach to the parent process of
> the sleep and post a backtrace. It'd also help if smbd
> was recompiled with -g.
> 
> Thanks,
> 
> 	Jeremy.



More information about the samba mailing list