I've set up a PDF printer server using Samba and ps2pdf on one of our
servers here at work.  My problem is that it seems to be truncating
the spooled postscript files.  When I print them to a file from my
(Windows) machine and then run the script manually, they work fine.
When I print through Samba they end at 12 pages or so.

Options that might be related:
        socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        max log size = 5000

But I don't think so.

So any ideas?  I've trawled through all the docs and can't find any
option that might be doing it.  What's the option I've missed?


Here's the printer section:
[pdf]
   path = /tmp
   printable = yes
   guest ok = yes
   print command = /usr/local/bin/pdfprint %s

   ; There is no need to support listing or removing print jobs,
   ; since the server begins to process them as soon as they arrive.
   ; So, we set the lpq (list queued jobs) and lprm (remove jobs in
   ; queue)
   ; commands to be empty.
   lpq command =
   lprm command =

   ; We already defined the printer driver definition file above.
   ; Here we need to specify the entry in that file that should be
   ; used
   ; for this printer.
   printer driver = Apple Color LW 12/660 PS
   printer driver location = \\%h\printer$


-- 
Rev Simon Rumble <[EMAIL PROTECTED]>
www.rumble.net

HTML's a cheap whore. Treating her with respect is possible,
and even preferable, because once upon a time she was a
beautiful and virginal format, but you shouldn't expect too
much of her at this point."

- Mark "Kamikaze" Hughes

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to