linuxserver / docker-jackett

GNU General Public License v3.0
395 stars 95 forks source link

Problem NameResolutionFailure in jackett #67

Closed Darkmagister closed 5 years ago

Darkmagister commented 5 years ago

i've restarted the nas where the container is stored, at the reboot i have my jackett docker, i can access the webui, but with avery test i try to do (check for update also) give me a NameResolutionFailure error in mono i've tried to check from inside the machine if i could check the network, but ping is not present also i'm not very expert in docker and i don't know what to do

from what i can see the network config seems ok: inside the container: mount /dev/md1 on /etc/resolv.conf type ext4 (rw,relatime,stripe=48,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group) /dev/md1 on /etc/hostname type ext4 (rw,relatime,stripe=48,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group) /dev/md1 on /etc/hosts type ext4 (rw,relatime,stripe=48,data=ordered,jqfmt=vfsv1,usrjquota=aquota.user,grpjquota=aquota.group)

and from the hosts os: cat /etc/resolv.conf nameserver 8.8.4.4 nameserver 8.8.8.8 nameserver 2001:4860:4860::8888

Host OS: Asustor ADM 3.2.5 Docker: 18.03.1-ce Portainer: 1.20.0 (only gui to manage docker)

the container is connected to bridge network in docker, i can access to the 9117 port so network works but not all

if you need more information help me to understand how to get there

EDIT: after restarting docker manually now it seems to works again...