Jump to content

DOCKER - Multiple errors after update of Applications


amixnux
Go to solution Solved by JorgeB,

Recommended Posts

Hello,

 

I had some items to update in my dockers apps and I click on update as usual. Since then this logs started to appear 

 

Nov 14 06:53:33 unraid kernel: BTRFS error (device loop2): parent transid verify failed on logical 39150845952 mirror 1 wanted 18446612686566157968 found 932435
Nov 14 06:53:33 unraid kernel: BTRFS error (device loop2): parent transid verify failed on logical 39150845952 mirror 2 wanted 18446612686566157968 found 932435
Nov 14 06:53:44 unraid kernel: BTRFS error (device loop2): parent transid verify failed on logical 39150845952 mirror 1 wanted 18446612686566157968 found 932435

 

 

I restarted the whole unraid and tried again. The apps did not start (disable autostart) and still the same logs showed.

 

I tried to remove one image and install it again. Wihich gives me an error as well.

 

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

TOTAL DATA PULLED: 0 B



Command execution
docker run
  -d
  --name='plex'
  --net='host'
  -e TZ="Europe/London"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="unraid"
  -e HOST_CONTAINERNAME="plex"
  -e 'VERSION'='docker'
  -e 'PLEX_CLAIM'='claim-JAxXooLW5R79iyhSZfrd'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:32400]/web/index.html'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-logo.png'
  -v '/mnt/user/videos/':'/tv':'rw'
  -v '/mnt/user/videos/':'/movies':'rw'
  -v '/mnt/user/appdata/plex':'/config':'rw' 'lscr.io/linuxserver/plex'
Unable to find image 'lscr.io/linuxserver/plex:latest' locally
docker: Error response from daemon: error creating temporary lease: connection error: desc = "transport: Error while dialing dial unix /var/run/docker/containerd/containerd.sock: connect: connection refused": unavailable.
See 'docker run --help'.

The command failed.

 

Any suggestion?

 

Thanks!

unraid-diagnostics-20231114-1124.zip

Link to comment

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...