Skip to content

unbound doesn't start up on initial deploy

Initial deploy doesn't start up unbound, see attached file for deploy log.

After deploy finishes, if I ssh in, I find it is not running, but I can start it fine:

root@seahorse:~# ps auxw |grep unbound
root     19272  0.0  0.0   7828   600 pts/0    R+   19:55   0:00 grep unbound
root@seahorse:~# /etc/init.d/unbound start
[ ok ] Starting recursive DNS server: unbound.
root@seahorse:~# ps auxw |grep unbound
unbound  19283  0.0  0.1  55820  6288 ?        Ss   19:55   0:00 /usr/sbin/unbound
root     19302  0.0  0.0   7828   600 pts/0    R+   19:55   0:00 grep unbound
root@seahorse:~# 

(from redmine: created on 2013-09-05, closed on 2013-09-17)