I have samba running on RH 9 as a PDC. I want to print from teh windows box to the Linux machine... excerpt from smb.conf: [printers] comment = All Printers path = /var/spool/cups/ browseable = yes public = yes printable = yes writeable = yes excerpt from printcap: # This file was automatically generated by cupsd(8) from the # /etc/cups/printers.conf file. All changes to this file # will be lost. printer: lp0: So, when I print it does put something in /var/spool/cups but how do I get it to print? When I print locally to the pritner it puts a file in /var/spool/cups so I assume that's the proper directory? -- Michael S. Dunsavage
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael, Did you specify what kind of spooling system you have? For cups you need to put something like this in your smb.conf # CUPS printing. See also the cupsaddsmb(8) manpage in the # cupsys-client package. ~ printing = cups ~ printcap name = cups here is a snip of my config with working printer shares: - --- [printers] ~ comment = All Printers ~ browseable = yes ~ path = /tmp ~ printable = yes ~ public = no ~ writable = no ~ guest ok = yes ~ create mode = 0700 - --- - -- Andrei Mikhailovsky Arhont Ltd Web: http://www.arhont.com Tel: +44 (0)870 4431337 Fax: +44 (0)1454 201200 PGP: Key ID - 0xFF67A4F4 PGP: Server - keyserver.pgp.com Michael S. Dunsavage wrote: | I have samba running on RH 9 as a PDC. | | | I want to print from teh windows box to the Linux machine... | | | excerpt from smb.conf: | | [printers] | comment = All Printers | path = /var/spool/cups/ | browseable = yes | public = yes | printable = yes | writeable = yes | | | excerpt from printcap: | | # This file was automatically generated by cupsd(8) from the | # /etc/cups/printers.conf file. All changes to this file | # will be lost. | printer: | lp0: | | | So, when I print it does put something in /var/spool/cups | | but how do I get it to print? | | When I print locally to the pritner it puts a file in /var/spool/cups so I | assume that's the proper directory? | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Debian - http://enigmail.mozdev.org iD8DBQFAWCsk5bSBOf9npPQRAk9pAJ97xDtPuCAhME9FWVcMsWm7HMylBgCeIuhe DVMFlETUNGJCFcoEeV0RtVA=Xg7b -----END PGP SIGNATURE-----
Is this a raw print queue? If so then you may need to put this line in the printers share definitions. use client driver = yes I tend to have problems if i don't have that line included. "Michael S. Dunsavage" <mikesd@frontiernet.net> wrote in message news:200403161536.54336.mikesd@frontiernet.net...> > I have samba running on RH 9 as a PDC. > > > I want to print from teh windows box to the Linux machine... > > > excerpt from smb.conf: > > [printers] > comment = All Printers > path = /var/spool/cups/ > browseable = yes > public = yes > printable = yes > writeable = yes > > > excerpt from printcap: > > # This file was automatically generated by cupsd(8) from the > # /etc/cups/printers.conf file. All changes to this file > # will be lost. > printer: > lp0: > > > So, when I print it does put something in /var/spool/cups > > but how do I get it to print? > > When I print locally to the pritner it puts a file in /var/spool/cups so I > assume that's the proper directory? > > > -- > Michael S. Dunsavage > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
Hello, After installing the latest 10.0 mandrake with the 2.6 kernel, we seem to be having some difficulty printing from any windows 2000 machines. No problem loging onto the network, accessing any file...just printing from any windows 2000 machines. I got the 'heads up' with possible printing problems with win98 machines, so I took the same corrective steps. I added printers to my cups with all uppercase letters. Restarted cups and samba, all was recognized and looked great. I rebooted one of the windows2000 clients, went to add a printer......the only printers even showing as 'possible candidates' to add to the client were the ones already installed! It would not allow me install any of the old printers (that were not already on the client) or any of the new ones I had just put in. Has anyone run into this problem at all? Any help would be greatly appreciated! Amy A.