Re: Cups server for intermediate queues possible?

Till Kamppeter <[email protected]> Sat, 27 May 2006 00:07:21 +0200
Newsgroups gmane.linux.printing.general
Organization LinuxPrinting.org
Message-ID <[email protected]>
On the desktop create queues with the appropriate printer driver/PPD
file and URIs like

ipp://<server host name or IP>:631/printers/<queue name on server>

If YaST does not offer this possibility (for example by manually entered
URI), use the web interface of CUPS, the "lpadmin" command, or the KDE
Printing Manager.

Configure the cupsd.conf on the server so that print jobs from the
desktop are accepted. Uncomment the "application/octet-stream" lines in
the /etc/cups/mime.types and /etc/cups/mime.convs files on the server,
so that it accepts already filtered (printer-ready) jobs. Do not forget
to restart the CUPS daemon on the server after modifying the config files.

   Till


Volker Lenhardt wrote:
> On my desktop I need a print server building queues to send their output as raw
> data to another cups server in my LAN to feed non-ps-printers.
> 
> The print serving computer is slow and low of memory, so I want to do the
> filter work on the fast working desktop to speed things up.
> 
> Desktop: AMD64 3700, Linux 2.6.16, Cups 1.1.23
> Print server: Pentium II 350, Linux 2.4.21, Cups 1.1.19
> 
> With SuSE 10.1 (Yast) I don't find a way to connect a Cups server to a network
> Cups server. Isn't that possible? From Windows XP's printing system I can do
> so.
> 
> Cheers
> Volker