avahi-daemon-bridge-dsd(1) [opensolaris man page]
avahi-daemon-bridge-dsd(1) General Commands Manual avahi-daemon-bridge-dsd(1) NAME
avahi-daemon-bridge-dsd - The Avahi daemon bridge to dsd SYNOPSIS
avahi-daemon-bridge-dsd [options] avahi-daemon-bridge-dsd --kill avahi-daemon-bridge-dsd --check DESCRIPTION
The daemon implements a DBUS interface which provides a rich object oriented interface to DBUS enabled applications which browse for or register for services. Instead of implementing Apple's ZeroConf architecture (also known as "Rendezvous" or "Bonjour") it makes calls to the DNS Service Discovery API provided by Bonjour and so functions as a Bonjour client. OPTIONS
-D | --daemonize Daemonize after startup. Implies --syslog -s | --syslog Log to syslog instead of STDERR. Implied by --daemonize --debug Increase verbosity to debug level --no-drop-root Don't drop root priviliges after startup and don't require daemon to be started as root. We recommend not to use this option. --no-chroot Don't chroot(2) the daemon. This option is only available when compiled with chroot() support. --no-proctitle Don't change the process name while running. Unless this option is specified avahi will reflect it's current state and selected host name in the process title. -k | --kill Kill an already running avahi-daemon-bridge-dsd. (equivalent to sending a SIGTERM) -r | --reload Tell an already running avahi-daemon-bridge-dsd to reread the files from /etc/avahi/services/. (equivalent to sending a SIGHUP) -c | --check Return 0 as return code when avahi-daemon-bridge-dsd is already running. -h | --help Show help -v | --version Show version information FILES
/etc/avahi/hosts: additional static hostname mappings to publish in mDNS, see avahi.hosts(5) for more information. /etc/avahi/services/*.service: static service definitions, see avahi.service(5) for more information. SIGNALS
SIGINT, SIGTERM, SIGQUIT: avahi-daemon will shutdown. This is issued by passing --kill to avahi-daemon. SIGHUP: avahi-daemon-bridge-dsd will reload and static service definitions from /etc/avahi/services/. SEE ALSO
COMMENTS
This man page was written using xml2man(1) by Padraig O'Briain. Manuals User avahi-daemon-bridge-dsd(1)
Check Out this Related Man Page
avahi-browse(1) General Commands Manual avahi-browse(1) NAME
avahi-browse - Browse for mDNS/DNS-SD services using the Avahi daemon SYNOPSIS
avahi-browse [options] service-type avahi-browse [options] --all avahi-browse [options] --browse-domains avahi-browse [options] --dump-db avahi-browse-domains [options] DESCRIPTION
Browse for mDNS/DNS-SD network services and browsing domains using the Avahi daemon. The daemon is not the standard Avahi daemon but a proxy to a Bonjour daemon. OPTIONS
Specify a DNS-SD service type (e.g. _http._tcp) to browse for on the command line, or -a to browse for all available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-". If --resolve is passed items that are resolved are prefixed with "=". -a | --all Browse for all service types registered on the LAN, not just the one specified on the command line. -D | --browse-domains Browse for browsing domains instead for services. avahi-browse-domains is equivalent to avahi-browse --browse-domains -d | --domain= DOMAIN Browse in the specified domain. If omitted avahi-browse will browse in the default browsing domain (usually .local) -v | --verbose Enable verbose mode. -t | --terminate Terminate after dumping a more or less complete list. -c | --cache Terminate after dumping all entries available in the cache. -l | --ignore-local Ignore local services, show only remote services. -r | --resolve Automatically resolve services found. -f | --no-fail Don't fail if the daemon is not found running. Instead, wait until it appears. If it disconnects, try to reconnect. -p | --parsable Make output easily parsable for usage in scripts. If enabled fields are seperated by semicolons (;), service names are escaped. It is recommended to combine this with --no-db-lookup. -k | --no-db-lookup Don't lookup services types in service type database. -b | --dump-db Dump the service type database (may be combined with -k) -h | --help Show help. -V | --version Show version information. SEE ALSO
avahi-publish(1), avahi-resolve(1) COMMENTS
This man page was written using xml2man(1) by Oliver Kurth. Manuals User avahi-browse(1)