On Monday 22 September 2003 00:34, John Andersen wrote:
On Sunday 21 September 2003 19:46, Rob Lofland wrote:
Added the printer using Yast2. The WinXP Server and the printer were both seen by Yast2 during installation and the "Test SMB Access" test was successful. When I print something though, it just sits on the kprinter queue and never actually prints. I'm running Samba and the workgroup in the smb.conf file is the same as on the XP machine.
Anybody know what might be the problem ?
Thanks, Rob
tail your samba logs in /var/log/samba (nmb log and smb log and look for appropriate messages).
-- _____________________________________ John Andersen
Thanks John, After trying to print and seeing the output just sitting on the print queue, here's what's in my /var/log/log.smbd: BTW - I'm using SuSE 8.2 straight out of the box. [2003/09/20 13:01:49, 0] smbd/server.c:main(707) smbd version 2.2.7a-SuSE started. Copyright Andrew Tridgell and the Samba Team 1992-2002 [2003/09/20 13:01:49, 1] lib/debug.c:debug_message(258) INFO: Debug class all level = 1 (pid 1582 from pid 1582) [2003/09/21 20:52:26, 0] smbd/server.c:main(707) smbd version 2.2.7a-SuSE started. Copyright Andrew Tridgell and the Samba Team 1992-2002 [2003/09/21 20:52:26, 1] lib/debug.c:debug_message(258) INFO: Debug class all level = 1 (pid 1581 from pid 1581) [2003/09/22 19:49:01, 0] smbd/server.c:main(707) smbd version 2.2.7a-SuSE started. Copyright Andrew Tridgell and the Samba Team 1992-2002 [2003/09/22 19:49:02, 1] lib/debug.c:debug_message(258) INFO: Debug class all level = 1 (pid 1585 from pid 1585) [2003/09/23 07:17:44, 0] smbd/server.c:main(707) smbd version 2.2.7a-SuSE started. Copyright Andrew Tridgell and the Samba Team 1992-2002 [2003/09/23 07:17:44, 1] lib/debug.c:debug_message(258) INFO: Debug class all level = 1 (pid 1575 from pid 1575) and here's what's in my /var/log/log.nmbd: [2003/09/23 07:17:31, 0] nmbd/nmbd.c:main(794) Netbios nameserver version 2.2.7a-SuSE started. Copyright Andrew Tridgell and the Samba Team 1994-2002 [2003/09/23 07:17:31, 1] lib/debug.c:debug_message(258) INFO: Debug class all level = 1 (pid 894 from pid 894) [2003/09/23 07:17:35, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235) find_response_record: response packet id 21796 received with no matching record. [2003/09/23 07:17:35, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235) find_response_record: response packet id 21797 received with no matching record. [2003/09/23 07:23:16, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(404) Here's my /etc/samba/smb.conf: # Samba config file created using SWAT # from localhost (127.0.0.1) # Date: 2003/09/20 08:17:51 # Global parameters [global] workgroup = STRATALIGHT netbios name = KERGUELEN security = SHARE encrypt passwords = Yes log level = 1 syslog = 0 time server = Yes unix extensions = Yes socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY printcap name = CUPS os level = 2 printing = cups veto files = /*.eml/*.nws/riched20.dll/*.{*}/ [homes] comment = Home Directories valid users = %S read only = No create mask = 0640 directory mask = 0750 browseable = No [printers] comment = All Printers path = /var/tmp create mask = 0600 printable = Yes browseable = No [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin root force group = ntadmin create mask = 0664 directory mask = 0775