Replies: 3 comments 4 replies
-
please post complete docker config and system details.. that looks like something more serious |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please change your TZ=EST to the following: |
Beta Was this translation helpful? Give feedback.
1 reply
-
I see you're also missing this: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My container keeps crashing on startup. I'm still working on figuring out exactly why, but the first thing I noticed is that when I enable timestamps on my logs, everything comes through as UTC, not EST.
I've added the TZ=EST environment variable, and I've also tried passing through localtime from the host (which I've verified is set correctly) using /etc/localtime:/etc/localtime:ro volume mapping. Nothing changes, I still get all my logs coming through in UTC.
Here's what I actually get in the logs if that helps:
2022-11-17T00:40:03.440088141Z Starting container with revision: b33d0fe,
2022-11-17T00:40:03.688329341Z WARNING: initial DNS resolution test failed,
2022-11-17T00:40:03.688372326Z Creating TUN device /dev/net/tun,
2022-11-17T00:40:03.688367256Z /etc/openvpn/start.sh: line 34: 11 Aborted (core dumped) nslookup ${HEALTH_CHECK_HOST:-"google.com"} > /dev/null 2>&1,
2022-11-17T00:40:03.696025546Z Using OpenVPN provider: NORDVPN,
2022-11-17T00:40:03.696172922Z Running with VPN_CONFIG_SOURCE auto,
2022-11-17T00:40:03.696192647Z Provider NORDVPN has a bundled setup script. Defaulting to internal config,
2022-11-17T00:40:03.696228842Z Executing setup script for NORDVPN,
2022-11-17T00:40:03.696937891Z INFO: OVPN: Checking curl installation,
2022-11-17T00:40:03.704934426Z thread.c:84: fatal error: pthread_create() failed: Operation not permitted
It keeps looping like this. My suspicion is that the time problem is causing the connection to Nord to fail authentication, but since I can't get the clock to fix I don't really know how to proceed. Trying to connect to the container doesn't work because it's constantly restarting. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions