-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Config usedI'm on linux/arm/v7 (MyCloudEX2Ultra) { Current BehaviorWhen I launch the container, it doesn't seem to connect to the internet, even though I filled in the dns (Google or Cloudflare)... Expected BehaviorDownload the OPENVPN configuration from PIA and start the rest of the boot process How have you tried to solve the problem?I went through all issues talking about network, dns, curl, ARM... Log outputStarting container with revision: d1ece1c, Environment- OS: CloudOS5 / BusyBox v1.30.1 (2020-09-04 02:41:28 UTC) built-in shell (ash)
- Docker version 19.03.8, build afacb8b
- Portainer 2.9.2 Anything else? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 2 replies
-
check the lines 3+4 in the log..initial dns fails.. check your /etc/resolv.conf file in the container and try to ping from the container..looks like your network isnt working properly. |
Beta Was this translation helpful? Give feedback.
-
I have a feeling this is because the port forwarding script breaks in version 4.0. If you revert back to 3.7.1 it works great. |
Beta Was this translation helpful? Give feedback.
-
@pkishino i can't make a ping, the container shutdown too fast. Here my resolv.conf
@hatchcanon
|
Beta Was this translation helpful? Give feedback.
-
Ah, based on the last part, I suspect you might have the same issue as
those running raspberry pies perhaps, needs some 3pp library update. Don’t
have the link here but it’s described in other issues if you search for
raspberry pie
…On Thu, Nov 25, 2021 at 18:22 hrenaud ***@***.***> wrote:
@pkishino <https://github.com/pkishino> i can't make a ping, the
container shutdown too fast. Here my resolv.conf
nameserver 1.1.1.1
nameserver 1.0.0.1
@hatchcanon <https://github.com/hatchcanon>
I tried the 3.7.1 version, my logs changed, but it's still not working:
Starting container with revision: d1ece1c,
One or more OVERRIDE_DNS addresses found. Will use them to overwrite /etc/resolv.conf,
WARNING: initial DNS resolution test failed,
Creating TUN device /dev/net/tun,
Using OpenVPN provider: PIA,
Provider PIA has a custom setup script, executing it,
Downloading OpenVPN config bundle openvpn into temporary file /tmp/tmp.acFiOe,
curl: (35) error:0D0D90AD:asn1 encoding routines:ASN1_TIME_adj:error getting time
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2075 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7OFYQOSYXYUPHLSH5DC6TUNX56ZANCNFSM5IXO3BYQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
I duplicated my configuration and I changed the command to
I'm a new user with Docker and Portainer, I'm not sure how to configure networks and which use (bridge, host, an other...) |
Beta Was this translation helpful? Give feedback.
-
Run this in your host this is a problem with your platform, not this container |
Beta Was this translation helpful? Give feedback.
-
I can get
My NAS is : "MyCloudEX2Ultra" Firmware Version: 5.18.117.1022.2021 based on Debian Buster |
Beta Was this translation helpful? Give feedback.
-
I just managed to make the image work. I changed the command to sleep 1000, so I could run it directly in the image before it goes to error wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.3-2_armhf.deb
sudo dpkg -i libseccomp2_2.5.3-2_armhf.deb In Portainer:
I put back the initial command Et voilà 🎉 |
Beta Was this translation helpful? Give feedback.
Run this in your host
#1726 (comment)
this is a problem with your platform, not this container