-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
This issue seems to come and go and I cant pinpoint via logs what the cause is... From Docker I run the update, it downloads to the last large file, then looks to fail in extracting the remaining smaller files .
IMAGE ID [895aa0a94d5d]: Pulling fs layer.Downloading 100% of 10 MB.Verifying Checksum.Download complete.Extracting.Pull complete.
IMAGE ID [1afe0b9fdd71]: Pulling fs layer.Downloading 100% of 494 MB.Verifying Checksum.Download complete.Extracting.
IMAGE ID [391687769daf]: Pulling fs layer.Downloading 100% of 14 KB.Download complete.
IMAGE ID [47e369a0a84e]: Pulling fs layer.Downloading 100% of 97 MB.Verifying Checksum.Download complete.
IMAGE ID [6f4b02346282]: Pulling fs layer.Downloading 100% of 837 B.Download complete.
TOTAL DATA PULLED: 605 MB
Removing container: wireshark
Successfully removed container: wireshark
Command execution
docker create
--name='wireshark'
--net='host'
--pids-limit 2048
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower-1"
-e HOST_CONTAINERNAME="wireshark"
-e 'TCP_PORT_3000'='3000'
-e 'TCP_PORT_3001'='3001'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:3000]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-logo.png'
-v '/mnt/user/appdata/wireshark':'/config':'rw'
--cap-add=NET_ADMIN 'lscr.io/linuxserver/wireshark'
74fd7a4219b6a9a454a5db996ac3e4708f390c92f2e08e59819d56aa7e413a54
The command finished successfully!
Expected Behavior
It says "successful" however it is not. It normally extracts all files but looks to stop on the last three.
Steps To Reproduce
Apply Update
Environment
- OS: Unraid
- community applications via lscr.ioCPU architecture
x86-64
Docker creation
docker create
--name='wireshark'
--net='host'
--pids-limit 2048
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower-1"
-e HOST_CONTAINERNAME="wireshark"
-e 'TCP_PORT_3000'='3000'
-e 'TCP_PORT_3001'='3001'
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:3000]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/wireshark-logo.png'
-v '/mnt/user/appdata/wireshark':'/config':'rw'
--cap-add=NET_ADMIN 'lscr.io/linuxserver/wireshark'
74fd7a4219b6a9a454a5db996ac3e4708f390c92f2e08e59819d56aa7e413a54Container logs
No logs present after installMetadata
Metadata
Assignees
Type
Projects
Status