Re: CUPS broadcasting print queue availability
- From: Axel Freyn <axel-freyn@xxxxxx>
- Date: Sat, 3 Apr 2010 20:45:45 +0200
Hi Ron,
I think, you should rename this file to "/etc/cups/client.conf" - that's
My server has a print queue that looks like this:
$ lpstat -v
device for Dell_3100cn: socket://192.168.1.11
device for Dell_3100cn@haggis: socket://192.168.1.11
device for PDF: cups-pdf:/
The server's /etc/cups/cupsd.conf looks like:
Browsing On
BrowseOrder allow,deny
BrowseAllow 192.168.1.0/24
BrowseAddress 192.168.1.255
BrowseLocalProtocols CUPS dnssd
DefaultAuthType Basic
<Location />
Allow from 192.168.1.*
Order allow,deny
</Location>
I created this on the client:
$ cat /etc/cups/cups.conf
ServerName haggis
what it is called on my machines;-)
Yes, I think with your configuration it should...
Shouldn't cups on the server (haggis) be broadcasting network messages
announcing the availability of it's print queues,
and shouldn't some program from cups-client be listening?Two times: No ;-)
Or do even client computers need the cups server package?
Well, there are 3 possibilites:
1) You install on the client a full cups-server. Then - if you activate
Browsing - your client will automagically know about all cups-Servers
in the Network - and at the same time about all printers which are
available.
2) You install on the client a full cups-server. Then, on the client,
using either the web-interface (localhost:631) or the
commandline-interface (lpadmin) you add all printers which you want
to use. Then, Browsing is needed to automagically detect additional
servers in the network or newly connected printers - those printers,
which you added "by hand" are independent of browsing.
3) you install on the client only the cups-client, and add in the file
/etc/cups/client.conf (It is "client.conf", NOT "cups.conf"!!!!!!!)
the parameter "ServerName haggis". With that, the client will ONLY
use this cups-Server - and whenever the client wants to know
something (what printers do exists, are the working, paper jam, ...),
the client will ask the server. So: in this configuration, it is
irrelevant whether Browsing is activated or not... The cups-client
packages do NOT contain a daemon which listens all the time:-)
However, always important are of course the access rights on the server;
and you have to "share" the printers on the server - in order to allow
clients to use them...
HTH,
Axel
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: 20100403184545.GF24791@axel">http://lists.debian.org/20100403184545.GF24791@axel
- Follow-Ups:
- Re: CUPS broadcasting print queue availability
- From: Ron Johnson
- Re: CUPS broadcasting print queue availability
- References:
- CUPS broadcasting print queue availability
- From: Ron Johnson
- CUPS broadcasting print queue availability
- Prev by Date: Re: CUPS broadcasting print queue availability
- Next by Date: Re: CUPS broadcasting print queue availability
- Previous by thread: Re: CUPS broadcasting print queue availability
- Next by thread: Re: CUPS broadcasting print queue availability
- Index(es):
Relevant Pages
|