Blocky failing on system reboot (with Gluetun VPN client) #1417
Replies: 2 comments 2 replies
-
Hi, It's not a full answer, but a hint: the P.S. I inlined your files in the post for future reference since pastebin deletes things. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion. tldr; use of I tried many things with little consequence (eg, docker debug, a lot of looking at dockerd logging, modifying compose, etc.). What I eventually realized is these lines weren't coming from init of blocky but rather from shutdown of the server:
The test case I was using looked liked this:
If the logs and request were good then I'd do I began looking at the timestamps and could see the last request (vox.com) in the log was executed before shutdown: blocky_log
At this point I applied Including compose file here in case the next poor shmuck searching has this same issue: docker-compose.yml
|
Beta Was this translation helpful? Give feedback.
-
I have Blocky working with the Gluetun VPN client. I'm able to restart the running containers with
docker compose down
and restart withdocker compose up -d
in which case Gluetun and Blocky are functioning as expected. I've tested this repeatedly. Please see 'docker compose file' below.
However, when I restart the OS (Ubuntu 22.04.4) with a
reboot
, on the consecutive boot I see both containers start and Blocky seems to get through most initialization, answering a few requests, yet ultimately fails withTerminating... Stopping server
(see: 'blocky debug log' below).I've reduced my Blocky config to what is shown below in 'blocky config'. My troubleshooting steps have included reducing option after option to what I believe is the bare minimum.
I'd be happy to apply any suggestions you may have.
docker-compose.yml
blocky debug log
blocky config
Beta Was this translation helpful? Give feedback.
All reactions