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

Sundaram Ramasamy sun at percipia.com
Fri Jan 16 17:22:32 GMT 2004


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



More information about the samba mailing list