Andrew Watkins
2007-Mar-07 12:04 UTC
[Samba] Samba problems after latest Solaris 10 Patches
I am unable to setup printers on my samba system any long after I updated to the latest Solaris 10 Patch cluster. What I get in my log files all the time is: [2007/03/07 11:58:19, 2, effective(60001, 60001), real(0, 0)] rpc_server/srv_spoolss_nt.c:find_printer_index_by_hnd(263) find_printer_index_by_hnd: Printer handle not found: _spoolss_writeprinter: Invalid handle (OTHER:11687:16175) [2007/03/07 11:58:19, 2, effective(60001, 60001), real(0, 0)] rpc_server/srv_spoolss_nt.c:find_printer_index_by_hnd(263) find_printer_index_by_hnd: Printer handle not found: _spoolss_writeprinter: Invalid handle (OTHER:11068:16175) Plus when I do this on windows I get: \\lpserver\print$ "The specified network name is no longer available." and the log files gives: [2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] lib/fault.c:fault_report(41) ==============================================================[2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] lib/fault.c:fault_report(42) INTERNAL ERROR: Signal 10 in pid 16260 (3.0.24) Please read the Trouble-Shooting section of the Samba3-HOWTO [2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] lib/fault.c:fault_report(44) From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf [2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] lib/fault.c:fault_report(45) ==============================================================[2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] lib/util.c:smb_panic(1599) PANIC (pid 16260): internal error [2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] lib/util.c:log_stack_trace(1756) unable to produce a stack trace on this platform [2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] lib/fault.c:dump_core(173) dumping core in /usr/local/samba3024/var/cores/smbd [2007/03/07 11:59:39, 2, effective(106, 10), real(0, 0)] lib/access.c:check_access(323) I will try to load samba on another Solaris 10 machine and see what happens plus see what patch did IT!. Any pointers Andrew
Jeremy Allison
2007-Mar-07 17:27 UTC
[Samba] Samba problems after latest Solaris 10 Patches
On Wed, Mar 07, 2007 at 12:03:59PM +0000, Andrew Watkins wrote:> > I am unable to setup printers on my samba system any long after I > updated to the latest Solaris 10 Patch cluster. > > What I get in my log files all the time is: > [2007/03/07 11:58:19, 2, effective(60001, 60001), real(0, 0)] > rpc_server/srv_spoolss_nt.c:find_printer_index_by_hnd(263) > find_printer_index_by_hnd: Printer handle not found: > _spoolss_writeprinter: Invalid handle (OTHER:11687:16175) > > [2007/03/07 11:58:19, 2, effective(60001, 60001), real(0, 0)] > rpc_server/srv_spoolss_nt.c:find_printer_index_by_hnd(263) > find_printer_index_by_hnd: Printer handle not found: > _spoolss_writeprinter: Invalid handle (OTHER:11068:16175) > > Plus when I do this on windows I get: \\lpserver\print$ > "The specified network name is no longer available." > > and the log files gives: > [2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] > lib/fault.c:fault_report(41) > ==============================================================> [2007/03/07 11:59:38, 0, effective(0, 0), real(0, 0)] > lib/fault.c:fault_report(42) > INTERNAL ERROR: Signal 10 in pid 16260 (3.0.24) > Please read the Trouble-Shooting section of the Samba3-HOWTOOuch - 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.