When I use Samba to print from my wife's Win95 box to my PostScript printer
on my Debian 2.2 box, it always prints an extra blank page. Ordinary
printing using Linux over the network does not print an extra page.

Here is my /etc/smb.conf printing section:

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

   printing = BSD
   load printers = yes
   print command = /usr/bin/lpr -r -P%p %s
   lpq command = /usr/bin/lpq -P%p
   lprm command = /usr/bin/lprm -P%p %j
   printcap name = /etc/printcap
   postscript = yes

The first 7 lines are the Debian Samba package defaults. The final 7 lines
were suggested in the book 'The Linux Problem Solver' by Brian Ward and I
inserted them when I couldn't at first get it to print at all.

Thanks for any help,

Dwight
--
Dwight Johnson
[EMAIL PROTECTED]


Reply via email to