[Samba] Uploading driver from windows 2000 to samba server.

2004-01-16 Thread Sundaram Ramasamy
Hi all,

I am looking for a way to transfer my printer driver from windows to Samba
print$ share.

I computer log file shows the following error message.

  register_message_flags: tdb_fetch failed
couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d}


[2004/01/16 11:54:51, 1] smbd/service.c:make_connection_snum(698)
  rsundaram (192.168.1.140) connect to service RPM initially as user nobody
(uid=99, gid=99) (pid 25808)
[2004/01/16 11:54:51, 1] smbd/service.c:make_connection_snum(698)
  rsundaram (192.168.1.140) connect to service sundaram initially as user
sundaram (uid=1023, gid=100) (pid 25808)
[2004/01/16 11:54:58, 0] smbd/connection.c:register_message_flags(220)
  register_message_flags: tdb_fetch failed
[2004/01/16 11:58:06, 0] smbd/connection.c:register_message_flags(220)
  register_message_flags: tdb_fetch failed
[2004/01/16 11:58:07, 0] smbd/service.c:make_connection(850)
  rsundaram (192.168.1.140) couldn't find service
::{2227a280-3aea-1069-a2de-08002b30309d}

Here is my smb.conf printer share setting
[PDFPrint]
path = /pub/pdf_out
read only = No
guest only = Yes
guest ok = Yes

[printers]
comment = All Printers
path = /var/spool/samba
printer admin = root, @ntadmins
read only = No
create mask = 0700
guest only = Yes
guest ok = Yes
printable = Yes
use client driver = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /etc/samba/drivers
read only = No
guest ok = Yes

any help to fix this error message.

Thanks
SR

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Uploading driver from windows 2000 to samba server.

2004-01-16 Thread Ryan Novosielski
Read the HOWTO on this -- it is very detailed. One thing, however, is that
if you are uploading printer drivers, you should not have use client
driver set. You also should have the permissions configured on the
[print$] share to allow write access only to the printer admins. This is
located in section 17.5 of the HOWTO, available with your Samba source
distribution or someplace on the web.

 _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  |  | Ryan Novosielski - Jr. UNIX Systems Admin
|$| |__| |  | |__/ | \| _|  | [EMAIL PROTECTED] - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent. | IST/ACS - NJMS Medical Science Bldg - C630

On Fri, 16 Jan 2004, Sundaram Ramasamy wrote:

 Hi all,

 I am looking for a way to transfer my printer driver from windows to Samba
 print$ share.

 I computer log file shows the following error message.

   register_message_flags: tdb_fetch failed
 couldn't find service ::{2227a280-3aea-1069-a2de-08002b30309d}


 [2004/01/16 11:54:51, 1] smbd/service.c:make_connection_snum(698)
   rsundaram (192.168.1.140) connect to service RPM initially as user nobody
 (uid=99, gid=99) (pid 25808)
 [2004/01/16 11:54:51, 1] smbd/service.c:make_connection_snum(698)
   rsundaram (192.168.1.140) connect to service sundaram initially as user
 sundaram (uid=1023, gid=100) (pid 25808)
 [2004/01/16 11:54:58, 0] smbd/connection.c:register_message_flags(220)
   register_message_flags: tdb_fetch failed
 [2004/01/16 11:58:06, 0] smbd/connection.c:register_message_flags(220)
   register_message_flags: tdb_fetch failed
 [2004/01/16 11:58:07, 0] smbd/service.c:make_connection(850)
   rsundaram (192.168.1.140) couldn't find service
 ::{2227a280-3aea-1069-a2de-08002b30309d}

 Here is my smb.conf printer share setting
 [PDFPrint]
 path = /pub/pdf_out
 read only = No
 guest only = Yes
 guest ok = Yes

 [printers]
 comment = All Printers
 path = /var/spool/samba
 printer admin = root, @ntadmins
 read only = No
 create mask = 0700
 guest only = Yes
 guest ok = Yes
 printable = Yes
 use client driver = Yes
 browseable = No

 [print$]
 comment = Printer Drivers
 path = /etc/samba/drivers
 read only = No
 guest ok = Yes

 any help to fix this error message.

 Thanks
 SR

 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba