chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.08k stars 282 forks source link

sending all processes the TERM signal #77

Closed pochacho99 closed 3 years ago

pochacho99 commented 3 years ago

Updated to latest image and getting the below error. Reverting back to v5.8.1 is working fine

[....] Starting DNS server: unbound[1633567335] unbound[20:0] warning: so-rcvbuf 1048576 was not granted. Got 425984. To fix: start with root permissions(linux) or sysctl bigger net.core.rmem_max(linux) or kern.ipc.maxsockbuf(bsd) values.

[ ok .

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.

[s6-init] ensuring user provided files have correct perms...exited 0.

[fix-attrs.d] applying ownership & permissions fixes...

[fix-attrs.d] 01-resolver-resolv: applying...

[fix-attrs.d] 01-resolver-resolv: exited 0.

[fix-attrs.d] done.

[cont-init.d] executing container initialization scripts...

[cont-init.d] 20-start.sh: executing...

/start.sh: line 57: /root/ph_install.sh: No such file or directory

[cont-init.d] 20-start.sh: exited 1.

[cont-finish.d] executing container finish scripts...

[cont-finish.d] done.

[s6-finish] waiting for services.

[s6-finish] sending all processes the TERM signal.

./start_unbound_and_s6_init.sh: line 3: 42 Hangup /s6-init

chriscrowe commented 3 years ago

Looks like this issue -- there's a solution here:

https://github.com/chriscrowe/docker-pihole-unbound/issues/69

pochacho99 commented 3 years ago

Thanks! Worked perfectly