Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] <title> Not able to apply update in docker ? #24

Open
1 task done
dlowings opened this issue Jan 15, 2025 · 1 comment
Open
1 task done

[BUG] <title> Not able to apply update in docker ? #24

dlowings opened this issue Jan 15, 2025 · 1 comment

Comments

@dlowings
Copy link

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.io

CPU 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'
74fd7a4219b6a9a454a5db996ac3e4708f390c92f2e08e59819d56aa7e413a54

Container logs

No logs present after install
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

1 participant