Skip to content

Instantly share code, notes, and snippets.

@williamsjj
Created September 28, 2011 22:10
Show Gist options
  • Save williamsjj/1249399 to your computer and use it in GitHub Desktop.
Save williamsjj/1249399 to your computer and use it in GitHub Desktop.
root@ubuntu:/etc/init.d# /usr/sbin/named -u bind -f -g -d 100
28-Sep-2011 05:31:54.836 starting BIND 9.7.0-P1 -u bind -f -g -d 100
28-Sep-2011 05:31:54.836 built with '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' '--localstatedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool' '--enable-shared' '--enable-static' '--with-openssl=/usr' '--with-gssapi=/usr' '--with-gnu-ld' '--with-dlz-postgres=no' '--with-dlz-mysql=no' '--with-dlz-bdb=yes' '--with-dlz-filesystem=yes' '--with-dlz-ldap=yes' '--with-dlz-stub=yes' '--with-geoip=/usr' '--enable-ipv6' 'CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2' 'LDFLAGS=-Wl,-Bsymbolic-functions' 'CPPFLAGS='
28-Sep-2011 05:31:54.836 adjusted limit on open files from 1024 to 1048576
28-Sep-2011 05:31:54.836 found 1 CPU, using 1 worker thread
28-Sep-2011 05:31:54.836 using up to 4096 sockets
28-Sep-2011 05:31:54.836 Registering DLZ_stub driver.
28-Sep-2011 05:31:54.836 Registering SDLZ driver 'dlz_stub'
28-Sep-2011 05:31:54.836 Registering DLZ driver 'dlz_stub'
28-Sep-2011 05:31:54.836 Registering DLZ filesystem driver.
28-Sep-2011 05:31:54.836 Registering SDLZ driver 'filesystem'
28-Sep-2011 05:31:54.836 Registering DLZ driver 'filesystem'
28-Sep-2011 05:31:54.836 Registering DLZ bdb driver.
28-Sep-2011 05:31:54.836 Registering SDLZ driver 'bdb'
28-Sep-2011 05:31:54.836 Registering DLZ driver 'bdb'
28-Sep-2011 05:31:54.836 Registering DLZ bdbhpt driver.
28-Sep-2011 05:31:54.836 Registering SDLZ driver 'bdbhpt'
28-Sep-2011 05:31:54.836 Registering DLZ driver 'bdbhpt'
28-Sep-2011 05:31:54.837 Registering DLZ ldap driver.
28-Sep-2011 05:31:54.837 Registering SDLZ driver 'ldap'
28-Sep-2011 05:31:54.837 Registering DLZ driver 'ldap'
28-Sep-2011 05:31:54.840 loading configuration from '/etc/bind/named.conf'
28-Sep-2011 05:31:54.842 reading built-in trusted keys from file '/etc/bind/bind.keys'
28-Sep-2011 05:31:54.842 set maximum stack size to 18446744073709551615: success
28-Sep-2011 05:31:54.842 set maximum data size to 20971520: success
28-Sep-2011 05:31:54.842 set maximum core size to 18446744073709551615: success
28-Sep-2011 05:31:54.842 set maximum open files to 18446744073709551615: success
28-Sep-2011 05:31:54.842 using default UDP/IPv4 port range: [1024, 65535]
28-Sep-2011 05:31:54.842 using default UDP/IPv6 port range: [1024, 65535]
28-Sep-2011 05:31:54.844 listening on IPv4 interface eth0, 192.168.241.128#53
28-Sep-2011 05:31:54.844 clientmgr @0x7f707690b010: create
28-Sep-2011 05:31:54.844 socket 0x7f707690d010: created
28-Sep-2011 05:31:54.844 socket 0x7f707690d010 192.168.241.128#53: bound
28-Sep-2011 05:31:54.844 dispatchmgr 0x7f7076977270: created UDP dispatcher 0x7f70782685c0
28-Sep-2011 05:31:54.844 dispatch 0x7f70782685c0: created task 0x7f70769826f0
28-Sep-2011 05:31:54.844 dispatch 0x7f70782685c0: created socket 0x7f707690d010
28-Sep-2011 05:31:54.844 clientmgr @0x7f707690b010: createclients
28-Sep-2011 05:31:54.844 clientmgr @0x7f707690b010: create new
28-Sep-2011 05:31:54.844 client @0x7f7078268b90: create
28-Sep-2011 05:31:54.845 socket 0x7f707690d250: created
28-Sep-2011 05:31:54.845 socket 0x7f707690d250 192.168.241.128#53: bound
28-Sep-2011 05:31:54.845 clientmgr @0x7f707690b010: createclients
28-Sep-2011 05:31:54.845 clientmgr @0x7f707690b010: create new
28-Sep-2011 05:31:54.845 client @0x7f7078269110: create
28-Sep-2011 05:31:54.845 generating session key for dynamic DNS
28-Sep-2011 05:31:54.845 calling free_rbtdb(.)
28-Sep-2011 05:31:54.845 done free_rbtdb(.)
28-Sep-2011 05:31:54.845 could not configure root hints from '/var/bind/db.hints': permission denied
28-Sep-2011 05:31:54.845 load_configuration: permission denied
28-Sep-2011 05:31:54.845 loading configuration: permission denied
28-Sep-2011 05:31:54.845 exiting (due to fatal error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment