Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Unable to update ddclient or syncthing containers

Featured Replies

First-time poster here so if this is the wrong place, please let me know.

I updated to Unraid 6.12 from 6.11.5 as soon as the stable release was out. Ever since, my ddclient and syncthing containers have shown an available update that will not go through. When I "apply update" it shows the following (syncthing for example):

Pulling image: lscr.io/linuxserver/syncthing:latest

TOTAL DATA PULLED: 0 B


Stopping container: syncthing
Successfully stopped container: syncthing


Removing container: syncthing
Successfully removed container: syncthing


Command execution
docker run
  -d
  --name='syncthing'
  --net='host'
  --privileged=true
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="KREEZE-SVR"
  -e HOST_CONTAINERNAME="syncthing"
  -e 'TCP_PORT_8384'='8384'
  -e 'TCP_PORT_22000'='22000'
  -e 'UDP_PORT_22000'='22000'
  -e 'UDP_PORT_21027'='21027'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8384]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-logo.png'
  -v '/mnt/user/NAS/Backups/':'/data1':'rw'
  -v '/mnt/user/NAS/Vegas Pro/':'/data2':'rw'
  -v '/mnt/user/NAS/Emby/':'/data3':'rw'
  -v '/mnt/user/appdata/syncthing':'/config':'rw' 'lscr.io/linuxserver/syncthing'
c97a86034f9cf2fa9d0eaf563007d5adc9b4060793676e85aad87c57feb10a42

The command finished successfully!

I have since updated to 6.12.1 which has not fixed the issue.

Syncthing is still functioning properly, however I am concerned because my ddclient container has stopped updating my ddns records in Google domains. I removed the container entirely (including deleting the appdata) and attempted to redownload it from apps, however I cannot. This is what I get:

Pulling image: lscr.io/linuxserver/ddclient:latest

TOTAL DATA PULLED: 0 B



Command execution
docker run
  -d
  --name='ddclient'
  --net='host'
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="KREEZE-SVR"
  -e HOST_CONTAINERNAME="ddclient"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png'
  -v '/mnt/user/appdata/ddclient':'/config':'rw' 'lscr.io/linuxserver/ddclient'
Unable to find image 'lscr.io/linuxserver/ddclient:latest' locally
docker: Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.

The command failed.

Is this an issue with my Unraid server or an issue with the specific containers? Any insight is appreciated.

Solved by Kreeze

  • Author

Just to add some detail, I've recreated the docker image file and I can no longer install syncthing (same as ddclient). What's interesting is that they both are trying to pull from "lscr.io" while the docker images I'm able to install are located in other places on the web.

Pulling image: lscr.io/linuxserver/ddclient:latest

TOTAL DATA PULLED: 0 B



Command execution
docker run
  -d
  --name='ddclient'
  --net='host'
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="KREEZE-SVR"
  -e HOST_CONTAINERNAME="ddclient"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ddclient-logo.png'
  -v '/mnt/user/appdata/ddclient':'/config':'rw' 'lscr.io/linuxserver/ddclient'
Unable to find image 'lscr.io/linuxserver/ddclient:latest' locally
docker: Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.

The command failed.
Pulling image: lscr.io/linuxserver/syncthing:latest

TOTAL DATA PULLED: 0 B



Command execution
docker run
  -d
  --name='syncthing'
  --net='host'
  --privileged=true
  -e TZ="America/New_York"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="KREEZE-SVR"
  -e HOST_CONTAINERNAME="syncthing"
  -e 'TCP_PORT_8384'='8384'
  -e 'TCP_PORT_22000'='22000'
  -e 'UDP_PORT_22000'='22000'
  -e 'UDP_PORT_21027'='21027'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8384]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-logo.png'
  -v '/mnt/user/NAS/Backups/':'/data1':'rw'
  -v '/mnt/user/NAS/Vegas Pro/':'/data2':'rw'
  -v '/mnt/user/NAS/Emby/':'/data3':'rw'
  -v '/mnt/user/appdata/syncthing':'/config':'rw' 'lscr.io/linuxserver/syncthing'
Unable to find image 'lscr.io/linuxserver/syncthing:latest' locally
docker: Error response from daemon: Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers).
See 'docker run --help'.

The command failed.

 

  • Community Expert

Possibly some regional issues with Github, had seen some issues for some people in the last day.

For what its worth, ddclient updated fine for me 2 days ago (CA auto update) against the dockerhub mirror linuxserver/ddclient

  • Author
  • Solution

The issue was the pre-filled repository when I was adding the containers. "lscr.io" doesn't seem to work anymore. I removed that (and just left the repository as linuxserver/ddclient and linuxserver/syncthing) and the containers installed successfully.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.