Hello! I'm having a problem with my SAMBA setup in that it cannot print multiple copies from any clients. I think I could solve this if there is anyway to specify a variable on the "print command =" line that corresponds to the number of copies. That way I could just use "print command = lpr -r -P'%p' -#%n %s" (where %n is the number of copies. Anyone know if this is possible? I'm using CUPS 1.1.18 on Debian with SAMBA 2.2.3a-12.1. The relevant lines of my smb.conf are: [global] printing = cups print command = lpr -r -P'%p' %s lpq command = lpq -P'%p' lprm command = lprm -P'%p' %j lppause command = lp -i '%p-%j' -H hold lpresume command = lp -i '%p-%j' -H resume queuepause command = /usr/bin/./disable '%p' queueresume command = /usr/bin/./enable '%p' [Epson] path = /tmp printable = Yes printer driver file Thank you for any help!
Hi All, How can I print multiple copies from a WinXP client to a samba shared printer ? It's an hold samba version 2.0.7 running on RH6.2. Does anyone can suggest something ? Thanks in advance. Roberto Fichera.
This question came up a while back. On my system, where I have a postscript printer attached to a linux boxr. I send all print jobs from windows clients formated for the HP laserjet III + or whatever. When you request 3 copies, the postscript code itself has the code for three copies in it. Printing three copies from a KDE app (I forget which one) also generated code for three copies. So, in my setup, samba has nothing to do with generating multiple copies. Joel