November 25, 20187 yr Hello, Getting updates for my Docker containers and it's pulling data for some but for most I get "TOTAL DATA PULLED: 0 B" I also noticed this (it is standard with 1+ update?): What could be up with this? Most of the updates are pulling 0 B. Not seen that before. Can't find any errors in logs. Unraid 6.6.5. Looked at other threads with "TOTAL DATA PULLED: 0 B" but not same error or solutions. Recently changes are all sata-cables (got some UDMA CRC error count on one drive (6), changed sata cable, put server back in place hard to get, ran parity check, UDMA CRC error on one of the other drives (got up to 6 here too), decided to get brand new sata cables and replace ALL. New parity check, no new UDMA CRC error's), added parity drive (had 0 parity drives before) and added "--restart=unless-stopped" to some containers. Then, this started to happen. appdata and system (docker.img) on samsung ssd (cache). Edited November 26, 20187 yr by Niklas
November 26, 20187 yr The container image that you're trying to update is already up to date (checksum test return 1) so it just use the local image.
November 26, 20187 yr Author Is the "pulling from" correct? Showing plex when working with traefik? At first, I thought it was only the linuxserver containers. It's not. I just see them more often because I mostly use containers from them. It happens to the others too. Pressing check for updates could show no updates, pressing again directly after could show there is updates but 0 B pulled data. Looking at docker hub the last push can be like a week ago but it still shows as update available, updating fetch 0 B and the status goes from update available to up to date. One example is uberchuckie/observium. Has shown updates several different times since 2 days. Always 0 B pulled. linuxserver builds once a week? I have seen different updates from them over the weekend. I have seen 0 B pulled before but now it happens daily. Some dockers updates without problems, like Emby server beta that got "real" updates yesterday. It's like Unraid is showing updates for containers that don't have any updates? Edited November 30, 20187 yr by Niklas Removed diag
November 28, 20187 yr Author Well. The strange available updates with 0 B pulled has suddenly stopped happening. From one day to another. 🤔
August 29, 20196 yr linuxserver.io I am having this same problem only with your dockers. Keeps saying there is update on all the linuxserver.io dockers I have and when I update 0kb pulled because they are up to date. It keeps doing it over and over. I tried to see if I could install a linuxserver.io docker that I don't have installed already and installs just fine. Dockers from others are not having this problem. What could be causing this?
August 29, 20196 yr Author 1 minute ago, jpowell8672 said: linuxserver.io I am having this same problem only with your dockers. Keeps saying there is update on all the linuxserver.io dockers I have and when I update 0kb pulled because they are up to date. It keeps doing it over and over. I tried to see if I could install a linuxserver.io docker that I don't have installed already and installs just fine. Dockers from others are not having this problem. What could be causing this? I see the same. It is reported in various threads here and one over at linuxservers forum.
August 30, 20196 yr 18 minutes ago, urbanracer34 said: I filed a bug report about this: It has to be you linuxserver because nothing with unraid has changed or been updated and this issue just started.
September 5, 20196 yr On 8/29/2019 at 9:09 PM, jpowell8672 said: It has to be you linuxserver It's a change with the docker API causing this. The temporary fix is detailed in the bug report. But, it is a minor thing. Any container that does actually have an update available for it will download and install.
September 5, 20196 yr 14 hours ago, Squid said: It's a change with the docker API causing this. The temporary fix is detailed in the bug report. But, it is a minor thing. Any container that does actually have an update available for it will download and install. Would you mind providing a link to that bug report? Honestly I tried to find it on my own but could not...
September 5, 20196 yr Link is 4 posts above yours Damn, Squid was faster Edited September 5, 20196 yr by Kevek79 Squid ;)
September 5, 20196 yr 2 minutes ago, moose said: Would you mind providing a link to that bug report? Honestly I tried to find it on my own but could not... It’s a couple of posts above yours, but here is the solution- https://forums.unraid.net/bug-reports/stable-releases/dockers-wanting-to-update-but-dont-in-the-end-r618/page/2/?tab=comments#comment-5270
December 20, 20232 yr I am seeing the exact same issue just now. I tried uninstalling and installing again, but it fails with the same issue. Now I don't have preclear installed. I looked at the suggested solution, but it didn't work. When trying to install preclear again, I get the following output: Pulling image: binhex/arch-preclear:latest TOTAL DATA PULLED: 0 B Command executiondocker run -d --name='binhex-preclear' --net='bridge' --privileged=true -e TZ="Asia/Jerusalem" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-preclear" -e 'WEBPAGE_TITLE'='Preclear' -e 'VNC_PASSWORD'='' -e 'ENABLE_STARTUP_SCRIPTS'='no' -e 'UMASK'='000' -e 'PUID'='0' -e 'PGID'='0' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:6080]/vnc.html?resize=remote&host=[IP]&port=[PORT:6080]&autoconnect=1' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/preclear-icon.png' -p '6080:6080/tcp' -v '/boot/config/disk.cfg':'/unraid/config/disk.cfg':'ro' -v '/boot/config/super.dat':'/unraid/config/super.dat':'ro' -v '/var/local/emhttp/disks.ini':'/unraid/emhttp/disks.ini':'ro' -v '/usr/local/sbin/mdcmd':'/unraid/mdcmd':'ro' -v '/dev/disk/by-id':'/unraid/disk/by-id':'ro' -v '/boot/config/plugins/dynamix':'/unraid/config/plugins/dynamix':'ro' -v '/etc/ssmtp/ssmtp.conf':'/unraid/ssmtp/ssmtp.conf':'ro' -v '/mnt/user/appdata/binhex-preclear':'/config':'rw' 'binhex/arch-preclear' Unable to find image 'binhex/arch-preclear:latest' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/binhex/arch-preclear/manifests/sha256:b630b6666c71dc36058a30f993228de84471ec7cccebbc2449671974b6a09119": dial tcp [2600:1f18:2148:bc01:20a3:9c3e:d4a7:9fb]:443: connect: network is unreachable. See 'docker run --help'. The command failed. Update: Sometimes it starts downloading the data and fails mid-download after many retires of some of the fs layers. Sometimes it manages to finish the download and then the update installs. Edited December 20, 20232 yr by intact-consumption3299
May 22, 20242 yr This issue just happened to me. I logged in to the terminal to troubleshoot and ran the `date` command first... for some reason the date was `Wed Nov 26 04:04:51 PST 2014`. I followed these instructions to initialize NTP, and now containers are updating as expected. Why the time was off, I don't know - all I know is the server was offline for a few days and when it came up, time was off.
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.