You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@pihole1:/etc/services.d/unbound# unbound-control status
[1701252258] unbound-control[2036:0] error: connect: Connection refused for 127.0.0.1 port 8953
unbound is stopped
It seems something is missing to allow the unbound service to stop/start from cli
Everything else is working as it should when deployed and unbound starts on boot but when i try to stop or restart the service it just hangs
root@pihole1:/# service unbound status
up (pid 281) 57 seconds
root@pihole1:/# ps -ef | grep unbound
root 279 1 0 09:50 ? 00:00:00 s6-supervise unbound
unbound 315 281 0 09:50 ? 00:00:00 /usr/sbin/unbound -d
root 710 691 0 09:51 pts/0 00:00:00 grep unbound
root@pihole1:/# service unbound stop
root@pihole1:/# ps -ef | grep unbound
root 279 1 0 09:50 ? 00:00:00 s6-supervise unbound
unbound 315 1 0 09:50 ? 00:00:00 /usr/sbin/unbound -d
root 721 691 0 09:51 pts/0 00:00:00 grep unbound
Process is still running
root@pihole1:/# service unbound restart
Hangs indefinitely when i run start/restart and does not give an error
The text was updated successfully, but these errors were encountered: