- Minor
When I try to update / install a docker / community app (with docker), the (install/ipdate) process starts normally, but before finishing I get a lot of (thousands) of lines that either come from inside the container, or belong to the docker plugin maybe.
Update or install fails, and the image is left orphaned.
For the update I have glimpsed the downloading and extracting of layers, and somewhere around the removal of the old image the mayhem starts.
Here I tried to install netdata again:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='netdata' --net='host' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'PGID'='281' -e 'DO_NOT_TRACK'='0' -v '/proc':'/host/proc':'ro' -v '/sys':'/host/sys':'ro' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' --cap-add SYS_PTRACE --security-opt apparmor=unconfined --log-opt max-size=200m --log-opt max-file=1 'netdata/netdata' Please wait function symbol table not sorted by program counter: 0x97d9bf0 github.com/docker/cli/vendor/k8s.io/api/policy/v1beta1.(*RunAsUserStrategyOptions).Size > 0x17d9d20 github.com/docker/cli/vendor/k8s.io/api/policy/v1beta1.(*RuntimeClassStrategyOptions).Size 0x401000 internal/cpu.Initialize 0x401050 internal/cpu.processOptions 0x401720 internal/cpu.indexByte 0x401760 internal/cpu.doinit 0x401b50 internal/cpu.cpuid 0x401b70 internal/cpu.xgetbv 0x401b90 type..hash.internal/cpu.CacheLinePad 0x401ba0 type..eq.internal/cpu.CacheLinePad 0x401bb0 type..hash.internal/cpu.arm64 0x401c10 type..eq.internal/cpu.arm64 0x401c70 type..hash.internal/cpu.option 0x401cf0 type..eq.internal/cpu.option 0x401da0 type..hash.internal/cpu.s390x 0x401e00 type..eq.internal/cpu.s390x 0x401e60 type..hash.internal/cpu.x86 0x401ec0 type..eq.internal/cpu.x86 0x401f20 type..hash.[15]internal/cpu.option 0x401f90 type..eq.[15]internal/cpu.option 0x402020 runtime/internal/atomic.Cas64
And this goes on for loong, whenever I try to scroll or do something a few more lines appear (might not be related).
here I tried to install openspeed docker:
Pulling image: openspeedtest/latest:latest
IMAGE ID [38125275]: Pulling from openspeedtest/latest.
IMAGE ID [97518928ae5f]: Pulling fs layer. Downloading 100% of 3 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [d61383a18cbc]: Pulling fs layer. Downloading 100% of 7 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [691cc14c5437]: Pulling fs layer. Downloading 100% of 3 KB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [052722e881c1]: Pulling fs layer. Downloading 100% of 602 B. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [15b060c51243]: Pulling fs layer. Downloading 100% of 899 B. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [913152e2c694]: Pulling fs layer. Downloading 100% of 672 B. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [ec9c71cb0523]: Pulling fs layer. Downloading 100% of 1 KB. Download complete. Extracting. Pull complete.
IMAGE ID [ec7fd5495fa5]: Pulling fs layer. Downloading 100% of 2 KB. Download complete. Extracting. Pull complete.
IMAGE ID [ee6d65285712]: Pulling fs layer. Downloading 100% of 171 B. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [fbc4881aa6ff]: Pulling fs layer. Downloading 100% of 940 B. Download complete. Extracting. Pull complete.
IMAGE ID [4249cca95423]: Pulling fs layer. Downloading 100% of 30 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [6f6cff834a66]: Pulling fs layer. Downloading 100% of 981 B. Download complete. Extracting. Pull complete.
IMAGE ID [64a00ea1bd70]: Pulling fs layer. Downloading 100% of 1 KB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [b4c8880d3885]: Pulling fs layer. Downloading 100% of 30 MB. Verifying Checksum. Download complete. Extracting. Pull complete.
IMAGE ID [c6078adf07fd]: Pulling fs layer. Downloading 100% of 45 KB. Download complete. Extracting. Pull complete.
IMAGE ID [10466dfde476]: Pulling fs layer. Downloading 100% of 120 KB. Download complete. Extracting. Pull complete.
Status: Downloaded newer image for openspeedtest/latest:latest
TOTAL DATA PULLED: 70 MB
Command:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='OpenSpeedTest-Server-For-LAN-WiFI-HTML5-Network-Speed-Test' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" 'openspeedtest/latest'
Please wait
function symbol table not sorted by program counter: 0x97d9bf0 github.com/docker/cli/vendor/k8s.io/api/policy/v1beta1.(*RunAsUserStrategyOptions).Size > 0x17d9d20 github.com/docker/cli/vendor/k8s.io/api/policy/v1beta1.(*RuntimeClassStrategyOptions).Size
0x401000 internal/cpu.Initialize
0x401050 internal/cpu.processOptions
Only things I've really done is:
- shutdown the machine (I heard it at night and thought a fan mightve started to scrape or sth, so I logged in, shut down the array and then shut off the machine), should not effect it ?
- Updated the Plugins (this week when they came up) <-- my suspicion?
- Enabled VMs and created a Windows VM, but even with VMs switched off the behaviour does not stop
Additional thing I've noticed is that I cannot access my containers via VNC anymore (they dont seem to map to a port on host), but that could also be unrelated...
Edit:
Just noticed this part of the support guideline" If you're using ANY plugins on your system, please reboot in Safe Mode and see if the issue you're having still exists. If so, post a report, but if not, try adding plugins back one by one until the issue occurs again. Then report the issue in the relevant plugin thread."
Gonna go do that now.
-> In Safe mode I obviously couldnt install Apps from Community Apps, but I could update without issue. Gonna reboot into "normal mode" and try again.
-> In "nonsafe" mode its running fine again, I haven't activated VMs yet, gonna try that tomorrow