This is a discussion on [Samba] Admin Printers and Faxes from Windows XP within the Samba forums, part of the Networking and Network Related category; hi all, I have been stuffing around with thsi problem for a couple of weeks now, without much success :) I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
hi all,
I have been stuffing around with thsi problem for a couple of weeks now, without much success :) I am sure i am missing something simple. I have a Samba server setup as a member server in a 2000 domain. (samba 3.0.10) Samba is printing through CUPS and the printing works fine. when i click on "Printers and Faxes" froma windows xp machine, it takes about 30-60 seconds to show the list and the samba logs show: [2005/12/02 09:42:56, 0] rpc_server/srv_spoolss_nt.c :spoolss_connect_to_client(2583) spoolss_connect_to_client: unable to connect to SMB server on machine MALAZ. Error was : SUCCESS - 0. [2005/12/02 09:43:14, 1] lib/util_sock.c:open_socket_out(774) timeout connecting to 10.63.34.249:445 [2005/12/02 09:43:31, 1] lib/util_sock.c:open_socket_out(774) timeout connecting to 10.63.34.249:139 [2005/12/02 09:43:31, 1] libsmb/cliconnect.c:cli_connect(1312) Error connecting to 10.63.34.249 (Operation already in progress) [2005/12/02 09:43:31, 0] rpc_server/srv_spoolss_nt.c:spoolss_connect_to_client(2583) spoolss_connect_to_client: unable to connect to SMB server on machine MALAZ. Error was : SUCCESS - 0. AND [2005/12/02 09:08:59, 1] nsswitch/winbindd_user.c:winbindd_getpwnam(161) user '::{2227a280-3aea-1069-a2de-08002b30309d}' does not exist [2005/12/02 09:08:59, 1] nsswitch/winbindd_user.c:winbindd_getpwnam(161) user '::{2227A280-3AEA-1069-A2DE-08002B30309D}' does not exist [2005/12/02 09:08:59, 1] nsswitch/winbindd_user.c:winbindd_getpwnam(161) user '::{2227a280-3aea-1069-a2de-08002b30309d}' does not exist [2005/12/02 09:08:59, 1] nsswitch/winbindd_user.c:winbindd_getpwnam(161) user '::{2227A280-3AEA-1069-A2DE-08002B30309D}' does not exist >From what i understand the Samba machine trys to connect back to the spoole= r service on my client machine but fails. (well times out) If i do it from a windows 2000 server, it works fine, I can find people wit= h the same symptons, but no solutions :( Pertinent parts of samba config below: 2 [global] 3 4 workgroup =3D MYDOMAIN 5 server string =3D MYDOMAIN Print Server 6 7 printing =3D cups 8 printcap name =3D cups 9 load printers =3D no 10 11 log file =3D /var/log/samba/smbd.log 12 log level =3D 2 13 max log size =3D 500 14 15 realm =3D MYDOMAIN.COM.AU <http://mydomain.com.au/> 16 security =3D ads 17 encrypt passwords =3D yes 18 password server =3D MYDC.MYDOMAIN.COM.AU<http://mydc.mydomain.co= m.au/> 19 20 idmap uid =3D 500-10000000 21 idmap gid =3D 500-10000000 22 winbind use default domain =3D Yes 23 winbind nested groups =3D Yes 24 25 socket options =3D TCP_NODELAY SO_RCVBUF=3D8192 SO_SNDBUF=3D8192 SO_KEEPALIVE 26 27 domain master =3D no 28 local master =3D no 29 preferred master =3D no 30 31 name resolve order =3D hosts wins 32 33 wins support =3D no 34 wins server =3D 10.63.34.140 35 36 dns proxy =3D no 37 38 username map =3D /etc/samba/smbusers 39 40 use sendfile =3D yes 41 42 #=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= 3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D Share Definitions =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3 D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D 43 [print$] 44 comment =3D Printer Drivers 45 path =3D /var/storage/printer_drivers 46 47 guest ok =3D yes 48 browseable =3D yes 49 read only =3D yes 50 write list =3D ww, root 51 admin users =3D ww, root 52 62 63 [BUS-COPY] 64 comment =3D Business Services 65 printer name =3D BUS-COPY 66 path =3D /var/spool/samba 67 68 printable =3D yes 69 guest ok =3D yes 70 writeable =3D no 71 browseable =3D yes 72 printer admin =3D ww, root 73 -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |