Johannes Eckhardt
2007-Apr-26 16:39 UTC
[Samba] Samba & CUPS: only banner-page gets printed
In my setup I'm running Samba 3.0.23d-19.2 and CUPS 1.2.7-12.1. Printing from a windows-client works fine, until I instruct CUPS to add a banner-page. The banner-page then is the only thing that gets printed. Doing the same from Linux everything works fine. I get my job including a banner-page. The Windows-printjob is passed raw from Samba to CUPS... Anyone has an idea? Best, Johannes -- Ing. Johannes Eckhardt System- and Networkadministration, Support Institute for Advanced Studies (IHS) Dept. of Information Technology Stumpergasse 56, 1060 Vienna, Austria Phone: +43 1 59991-266 Fax: +43 1 59991-555 e-mail: johannes.eckhardt@ihs.ac.at WWW: http://www.ihs.ac.at
This doesn't sound like a Samba problem. It's more likely CUPS related. Which printer are you using, what distribution, which CUPS driver, etc.. Sounds like the printer is getting confused when you print a banner with a RAW printjob. Johannes Eckhardt wrote:> In my setup I'm running Samba 3.0.23d-19.2 and CUPS 1.2.7-12.1. > Printing from a windows-client works fine, until I instruct CUPS to > add a banner-page. The banner-page then is the only thing that gets > printed. Doing the same from Linux everything works fine. I get my job > including a banner-page. > > The Windows-printjob is passed raw from Samba to CUPS... > > Anyone has an idea? > > Best, > > Johannes >
On Thursday 26 April 2007, Johannes Eckhardt wrote:> Anyone has an idea?Print directly to CUPS via IPP instead of putting Samba in the middle (at least to assist in troubleshooting). Chris
On Thu, 26 Apr 2007 18:18:21 -0400 Chris Smith <smb23@realcomputerguy.com> wrote:> On Thursday 26 April 2007, Johannes Eckhardt wrote: > > Anyone has an idea? > > Print directly to CUPS via IPP instead of putting Samba in the middle (at > least to assist in troubleshooting). > > Chris > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/sambaWe want to use Samba/Cups because you can connect to the public printers without installing drivers at the clients. So we can use scripts to connect the printers (net use...) Also we maybe have a problem. Our company has a special font. We know there are problems printing on PCL6-Drivers and we know it works with pcl5.
On Thu, 26 Apr 2007 18:18:21 -0400 Chris Smith <smb23@realcomputerguy.com> wrote:> On Thursday 26 April 2007, Johannes Eckhardt wrote: > > Anyone has an idea? > > Print directly to CUPS via IPP instead of putting Samba in the middle (at > least to assist in troubleshooting). > > Chris > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/sambaoops, wrong post. Please forget my answer to this threat...
Johannes Eckhardt
2007-Apr-27 14:51 UTC
[Samba] Samba & CUPS: only banner-page gets printed
I didn't send my response to the samba-list by mistake. I've tried to print directly to CUPS with IPP but this fails too. So it's gonna be a CUPS problem. Gary Dale wrote:> There was also a suggestion that you test this by bypassing Samba and > printing directly to CUPS. Set up a network printer that prints to > http://<servername>:631/printers/<printername>. If you get the same > problem, it's CUPS, not Samba. > > > Johannes Eckhardt wrote: >> I'm using different HP LaserJet printers. One of them is a HP >> LaserJet 8150. The CUPS driver is HP-LaserJet_8150-hpijs.ppd from >> linuxprinting.org. >> >> I'll paste this issue on a CUPS-mailinglist too. >> >> Thanks
Johannes Eckhardt
2007-Apr-27 15:33 UTC
[Samba] Samba & CUPS: only banner-page gets printed
When I try to print directly to IPP from W2K/XP I always get the following message in my error_log: Missing printer-uri or job-uri attribute! Johannes>> >> Chris Smith wrote: >>> On Thursday 26 April 2007, Johannes Eckhardt wrote: >>> >>>> Anyone has an idea? >>>> >>> >>> Print directly to CUPS via IPP instead of putting Samba in the >>> middle (at least to assist in troubleshooting). >>> >>> Chris