.\"Text automatically generated by txt2man .TH cups-browsed 8 "29 June 2013" "" "" .SH NAME \fBcups-browsed \fP- A daemon for browsing the Bonjour broadcasts of shared, remote CUPS printers \fB .SH SYNOPSIS .nf .fam C \fBcups-browsed\fP [\fB-v\fP | \fB-d\fP | \fB--debug\fP] [\fB-c\fP \fIconfig-file\fP] [\fB-o\fP \fIoption\fB=\fIvalue\fP] [\fB-o\fP '\fIconfig file line\fP'] ... [\fB--autoshutdown=\fImode\fP] [\fB--autoshutdown-timeout=\fItimeout\fP] [\fB-h\fP | \fB--help\fP | \fB--version\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBcups-browsed\fP has four independently switchable functions: .IP 1. 4 Browse Bonjour broadcasts of remote printers and create/remove local raw queues pointing to these printers. .IP 2. 4 Browse CUPS broadcasts of remote printers and create/remove local raw queues pointing to these printers. .IP 3. 4 Browse an LDAP server for printers and create/remove local raw queues pointing to these printers. .IP 4. 4 Broadcast local queues with the CUPS protocol. .PP Note that 2. and 4. are only to allow communication with legacy CUPS servers (1.5.x or older) on the remote machine(s). The standard method to broadcast for shared/network printers to broadcast their presence is Bonjour. The CUPS broadcasting/browsing protocol is deprecated. cups-browsed can be run permanently (from system boot to shutdown) or on-demand (for example to save resources on mobile devices). For running it on-demand an auto-shutdown feature can be activated to let cups-browsed terminate when it does not have queues any more to take care of. .SH OPTIONS .TP .B \fB-v\fP, \fB-d\fP, \fB--debug\fP Debug mode, verbose logging to stderr .TP .B \fB-l\fP, \fB--logfile\fP Debug logging into /var/log/cups/cups-browsed_log file. .TP .B \fB-c\fP \fIconfig-file\fP Uses the alternative configuration file \fIconfig-file\fP instead of the standard one. .TP .B \fB-o\fP \fIoption\fB=\fIvalue\fB, -o\fP '\fIconfig file line\fP' Supply configuration options via the command line. You can supply any line which also could be put into the configuration file, but note that due to the spaces the line has to be put into quotes, or for a simple key/value pair the space between key and value can get replaced by '='. If command-line-supplied configuration settings are contradicting with the ones in the configuration file, the ones in the configuration file will get used. .TP .B \fB--autoshutdown=mode\fP Auto shutdown mode, \fBmode\fP is \fBoff\fP for no auto shutdown, \fBon\fP for auto shutdown being active, and \fBavahi\fP for control by the avahi-daemon being run on-demand, getting auto-shutdown turned off while avahi-daemon is present and on when avahi-daemon is shut down. .TP .B \fB--autoshutdown-on=inactivity-type\fP What cups-browsed considers as inactivity for auto-shutdown. \fBinactivity-type\fP set to \fBno-queues\fP (the default) means that auto-shutdown is initiated if there are no queues generated by cups-browsed any more, \fBno-jobs\fP means that auto-shutdown will get initiated if all queues generated by cups-browsed are without jobs. .TP .B \fB--autoshutdown-timeout=timeout\fP \fBtimeout\fP tells after how many seconds cups-browsed should shut down if it has no local queues set up for any discovered remote printer any more or jobs on these. Default is 30 seconds. 0 means immediate shutdown. .TP .B \fB-h, --help, --version\fP Display usage and version info and do not start the daemon. .SH FILES /etc/cups/cups-browsed.conf .SH SIGNALS \fISIGINT, SIGTERM\f1: cups-browsed will shutdown. \fISIGUSR1\f1: Switches cups-browsed into permanent mode (no auto shutdown). \fISIGUSR2\f1: Switches cups-browsed into auto shutdown mode. .SH NOTES Please take references to cups 1.6.x to include newer versions. Similarly, cups 1.5.x is intended to encompass older versions too. .PP In environments with only cups 1.6.x servers and clients (plus \fBcups-browsed\fP on either server or client or both) the function described in 1. enables the automatic discovery of remote queues and their display in printing dialogues of applications and with command line tools. .PP The facility provided by 3. allows printers that are registered in an LDAP server to be added as local queues. CUPS servers 1.5.x are able to automatically register printers in LDAP. The facility provided by \fBcups-browsed\fP allows a filter string to further limit the printers that are browsed from LDAP. .PP The facility provided by 4. means that servers running cups 1.6.x plus \fBcups-browsed\fP can broadcast their local queues so that clients with cups 1.5.x get these queues automatically available. The outcome of 2. is that clients running cups 1.6.x plus \fBcups-browsed\fP can use the CUPS broadcasts from servers with cups 1.5.x. As with browsing of Bonjour broadcasts, the created local raw queues are available to applications and command line tools. .PP This manual page was written for the Debian Project, but it may be used by others. .SH SEE ALSO \fBcups-browsed.conf\fP(5)