Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. sudo sh -x /etc/init.d/bind9 start
  2. + PATH=/sbin:/bin:/usr/sbin:/usr/bin
  3. + OPTIONS=
  4. + RESOLVCONF=no
  5. + test -f /etc/default/bind9
  6. + . /etc/default/bind9
  7. + RESOLVCONF=yes
  8. + OPTIONS=-u bind
  9. + test -x /usr/sbin/rndc
  10. + . /lib/lsb/init-functions
  11. + FANCYTTY=
  12. + [ -e /etc/lsb-base-logging.sh ]
  13. + . /etc/lsb-base-logging.sh
  14. + LOG_DAEMON_MSG=
  15. + PIDFILE=/var/run/named/named.pid
  16. + log_daemon_msg Starting domain name service... bind9
  17. + [ -z Starting domain name service... ]
  18. + log_use_fancy_output
  19. + TPUT=/usr/bin/tput
  20. + EXPR=/usr/bin/expr
  21. + [ -t 1 ]
  22. + [ xxterm != x ]
  23. + [ xxterm != xdumb ]
  24. + [ -x /usr/bin/tput ]
  25. + [ -x /usr/bin/expr ]
  26. + /usr/bin/tput hpa 60
  27. + /usr/bin/tput setaf 1
  28. + [ -z ]
  29. + FANCYTTY=1
  30. + true
  31. + /usr/bin/tput xenl
  32. + /usr/bin/tput cols
  33. + COLS=154
  34. + [ 154 ]
  35. + [ 154 -gt 6 ]
  36. + /usr/bin/expr 154 - 7
  37. + COL=147
  38. + log_use_plymouth
  39. + [ n = y ]
  40. + plymouth --ping
  41. + printf * Starting domain name service... bind9
  42. * Starting domain name service... bind9 + /usr/bin/expr 154 - 1
  43. + /usr/bin/tput hpa 153
  44. +
  45. printf
  46. + modprobe capability
  47. + true
  48. + mkdir -p /var/run/named
  49. + chmod 775 /var/run/named
  50. + chown root:bind /var/run/named
  51. + [ ! -x /usr/sbin/named ]
  52. + check_network
  53. + [ -x /usr/bin/uname ]
  54. + IFCONFIG_OPTS=
  55. + /sbin/ifconfig
  56. + [ -z eth0 Link encap:Ethernet HWaddr 00:1c:c0:7d:5e:de
  57. inet addr:192.168.0.143 Bcast:192.168.0.255 Mask:255.255.255.0
  58. inet6 addr: fe80::21c:c0ff:fe7d:5ede/64 Scope:Link
  59. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  60. RX packets:6580 errors:0 dropped:0 overruns:0 frame:0
  61. TX packets:6566 errors:0 dropped:0 overruns:0 carrier:0
  62. collisions:0 txqueuelen:1000
  63. RX bytes:783484 (783.4 KB) TX bytes:643568 (643.5 KB)
  64. Interrupt:20 Memory:d0500000-d0520000
  65.  
  66. lo Link encap:Local Loopback
  67. inet addr:127.0.0.1 Mask:255.0.0.0
  68. inet6 addr: ::1/128 Scope:Host
  69. UP LOOPBACK RUNNING MTU:16436 Metric:1
  70. RX packets:26 errors:0 dropped:0 overruns:0 frame:0
  71. TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
  72. collisions:0 txqueuelen:0
  73. RX bytes:2758 (2.7 KB) TX bytes:2758 (2.7 KB) ]
  74. + return 0
  75. + start-stop-daemon --start --oknodo --quiet --exec /usr/sbin/named --pidfile /var/run/named/named.pid -- -u bind
  76. + log_end_msg 1
  77. + [ -z 1 ]
  78. + [ 147 ]
  79. + [ -x /usr/bin/tput ]
  80. + log_use_plymouth
  81. + [ n = y ]
  82. + plymouth --ping
  83. + printf \r
  84. + /usr/bin/tput hpa 147
  85. + [ 1 -
  86. eq 0 ]
  87. + printf [
  88. [+ /usr/bin/tput setaf 1
  89. + printf fail
  90. fail+ /usr/bin/tput op
  91. + echo ]
  92. ]
  93. + return 1
  94. + exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement