Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

avahi-autoipd

avahi-autoipd --version (return code: 0)

avahi-autoipd 0.6.32-rc
avahi-autoipd --help (return code: 0)

avahi-autoipd [options] INTERFACE
    -h --help           Show this help
    -D --daemonize      Daemonize after startup
    -s --syslog         Write log messages to syslog(3) instead of STDERR
    -k --kill           Kill a running daemon
    -r --refresh        Request a running daemon refresh its IP address
    -c --check          Return 0 if a daemon is already running
    -V --version        Show version
    -S --start=ADDRESS  Start with this address from the IPv4LL range
                        169.254.0.0/16
    -t --script=script  Action script to run (defaults to
                        /etc/avahi/avahi-autoipd.action)
    -w --wait           Wait until an address has been acquired before
                        daemonizing
       --force-bind     Assign an IPv4LL address even if a routable address
                        is already assigned
       --no-drop-root   Don't drop privileges
       --no-chroot      Don't chroot()
       --no-proc-title  Don't modify process title
       --debug          Increase verbosity

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

PostgreSQL Introduction

ERROR: operator does not exist: text ->> unknown LINE 1: ...stomer' as customer_name,sales_info ->>'PRODUCTS' ->>'produc... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.