greuve

Members
  • Posts

    3
  • Joined

  • Last visited

greuve's Achievements

Noob

Noob (1/14)

0

Reputation

  1. It turns out that is was a DNS problem in my case. Changing from using my ISP router as DNS server to OpenDNS servers solved the problem. My particular problem and solution documented in a little more detail here: Just leaving this here should anyone have this problem in future: Solution: (In the Unraid Web GUI) shutdown Docker and VM Manager and then go to: settings -> network settings and update the first DNS server (that was pointing to my router) and add a second DNS server. I used OpenDNS servers, but that is by no means a recommendation. Any major DNS provider will do.
  2. As nothing has moved here and my installation still shows the problem it is for me now more than just an annoyance. I went and checked a list of my docker container versions and it appears all affected images are from lscr.io (linuxserver). I also noticed they have now not been updated for weeks. lscr.io/linuxserver/nextcloud latest db927840cff3 4 weeks ago 491MB lscr.io/linuxserver/mariadb latest 1cf2211675e0 5 weeks ago 304MB lscr.io/linuxserver/duckdns latest 6b5d3bad4d93 5 weeks ago 25.7MB Trying a manual pull request from the console throws the following error: # docker pull lscr.io/linuxserver/nextcloud Using default tag: latest Error response from daemon: Head "https://ghcr.io/v2/linuxserver/nextcloud/manifests/latest": Get "https://ghcr.io/token?scope=repository%3Alinuxserver%2Fnextcloud%3Apull&service=ghcr.io": dial tcp: lookup ghcr.io on 192.168.1.254:53: no such host Should I raise a new issue for this, or would this be something unrelated to Unraid, since these are all Linuxserver images?
  3. Was about to raise a new issue for this, but found this one. I have the same experience, only it does not clear. Unraid version is also 6.12.2. I want to add that a few days ago I clicked on 'close' during a docker update (instead of waiting for 'done' - I was not paying attention). Not sure this is the cause, but the timing is suspicious! Since then whenever there is an update (for any container) the status after updating stays on 'update available'. When I update all I see it fetching 0 bytes and then it stops and restarts the container. When I click 'update all' it proceeds to update many of the docker images multiple times. For example just now it updated nextcloud, zigbee2mqtt, mariadb, swag, duckdns, nextcloud, zigbee2mqtt, mariadb, swag, duckdns, nextcloud, zigbee2mqtt, mariadb, swag, duckdns. In that order. Only the first pass for zigbee2mqtt actually pulled and installed a new version, all the others were 0 bytes and did nothing other than restart the container.