[Samba] Problems with DOS printing from W2K on Samba

Jeremy Allison jra at samba.org
Wed Jul 10 18:25:02 GMT 2002


On Wed, Jul 10, 2002 at 01:00:31PM +0200, Bo Jacobsen wrote:
> I have setup a W2K client that uses a SuSE8.0 samba 2.2.5 server on the network.
> Samba is setup to use CUPS and as long as I print from W2K itself, there is no problems
> at all. It I try to copy a text file to a printer on the Samba server e.i. cp file \\lserver1\HP4000T
> nothing comes out of the printer and the following error message is written to
> /var/log/samba/log.smbd:
> 
> -------------------------------------------------------------------------------------------------------------------------------------------------------
> -------------------------------------------------------------------------------------------------------------------------------------------------------
> log.smbd            [B---] 60 L:[  1+22  23/825] *(1314/48297b)= .  10 0x0A
> [2002/07/06 16:27:50, 1] smbd/service.c:make_connection(651)
>   pc04 (192.168.1.199) connect to service HP4000T as user hanne (uid=505, gid=100) (pid 19616)
> [2002/07/06 16:27:50, 0] lib/fault.c:fault_report(38)
>   ===============================================================
> [2002/07/06 16:27:50, 0] lib/fault.c:fault_report(39)
>   INTERNAL ERROR: Signal 11 in pid 19616 (2.2.5)
>   Please read the file BUGS.txt in the distribution
> [2002/07/06 16:27:50, 0] lib/fault.c:fault_report(41)
>   ===============================================================
> [2002/07/06 16:27:50, 0] lib/util.c:smb_panic(1092)
>   PANIC: internal error
> [2002/07/06 16:27:50, 1] smbd/service.c:make_connection(651)
>   pc04 (192.168.1.199) connect to service HP4000T as user hanne (uid=505, gid=100) (pid 19627)
> [2002/07/06 16:27:50, 0] lib/fault.c:fault_report(38)
>   ===============================================================
> [2002/07/06 16:27:50, 0] lib/fault.c:fault_report(39)
>   INTERNAL ERROR: Signal 11 in pid 19627 (2.2.5)
>   Please read the file BUGS.txt in the distribution
> [2002/07/06 16:27:50, 0] lib/fault.c:fault_report(41)
>   ===============================================================
> [2002/07/06 16:27:50, 0] lib/util.c:smb_panic(1092)
>   PANIC: internal error
> [2002/07/06 16:32:36, 1] smbd/service.c:make_connection(651)
> -------------------------------------------------------------------------------------------------------------------------------------------------------
> -------------------------------------------------------------------------------------------------------------------------------------------------------
> 

Can you reproduce this after doing a debug smbd build (compile
with -g) ? If so, please add the line :

panic action = /usr/bin/X11/xterm -display :0.0 -e gdb /usr/local/samba/bin/smbd %d

to the [global] section of your smb.conf. Once the 
error happens an xterm will pop up containing a gdb
session attached to the problem process. If you
could then type "bt" (for backtrace) and then
mail me the output from gdb I'd be very grateful !

Thanks,

	Jeremy.




More information about the samba mailing list