On Wed, Mar 26, 2003 at 10:33:13PM +0100, Stéphane Purnelle wrote: > Why I have no answer for my questions ? > > I repeat the situation : > RedHat 8.0 with samba 2.2.8 compiled wiwth ldapsam and acl-support > I need the print$ share and this system dont't work. > I explain : > when I add a driver, the system copy the data to the share, but after > the copy, w2k display a message "the process cannot finish". > > If I look in the log of machine, I found a > > ... > =============================================================== > [2003/03/26 14:29:50, 0] lib/fault.c:fault_report(39) > > INTERNAL ERROR: Signal 11 in pid 16328 (2.2.8) > > Please read the file BUGS.txt in the distribution > > [2003/03/26 14:29:50, 0] lib/fault.c:fault_report(41) > > ===============================================================
Please add the following line to your smb.conf file : panic action = /bin/sleep 90000 and reproduce the problem. You will find a sleep process left on the machine. Using ps, find the parent of this process (it will be an smbd process), then attach to it using gdb. Type 'bt' to get a backtrace of the problem and please mail it to the list. Thanks, Jeremy.