I assume you get multiple copies when the printer is connected directly to the windows client.
We had the same complaint a while back. Are you the same person that complained before? I looked into how the multiple copy thing worked at that time. I did some testing. I used a postscript format for the print jobs. >From both linux (abiword) and windows (word), only a single document is sent to print. Contained within each document was the code (postscript is a computer language which runs on some printers.) to output multiple copies. That is, samba has no influence on the number of copies printed, at least with postscript printers. So, maybe this is a driver problem, not a samba problem? Shifting now to pure speculation, maybe the windows client computer and the printer need to be in two way communication to allow multiple copies to be printed. I have found (On my little home network) that the best solution to most printing problems is to set up a queue on the linux server which handles postscript files well, and then send everything to that queue as a postscript job. I use HP Laserjet III + and it works fine, and all flavors of windows seems to have that printer driver available. Joel On Sun, Dec 15, 2002 at 03:46:42PM +0100, Phil wrote: > > I'm using Samba 2.2.3 (Debian-testing) and CUPS 1.1.15 with a HP-Deskjet950c > > Printing from all Linux-Clients works fine. > I also can print any document from the Windows-Boxes ( XP & 2k ). > > The Problem is : If I want to make more copys than one I still get one paper printed >out! > This problem only appears when printing from Windows to the Samba-Share. > > I also tested lpr/lpd printer spooling system -> same result: > With Windows I could only make one copy of the document. > With Linux all works fine. > > > my smb.conf : > > [global] > workgroup = IMMORTUX > netbios name = blub > guest account = blub > server string = %h server (Samba %v) > load printers = yes > printcap name = /etc/printcap.cups > printing = bsd > # I also testet with option 'cups' and without option 'print command' > same result.. > > invalid users = root > log file = /var/log/samba/log.%m > max log size = 1000 > syslog = 0 > security = share > encrypt passwords = false > dns proxy = no > passwd program = /usr/bin/passwd %u > passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* >%n\n . > obey pam restrictions = yes > > [printers] > comment = All Printers > browseable = yes > path = /tmp > printable = yes > public = yes > print command = /usr/bin/lpr -o raw -P%p -r %s > create mode = 0700 > guest ok = yes > > I read the docu without getting new ideas so the mailinglist is my last hope *g* > thx4reading > > Phil > > -- > 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
