Closed thewikki closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Does running with seccomp=unconfined as per https://docs.linuxserver.io/faq#jammy allow it to run without crashing?
yep... missed that part thanks
Out of interest, could you post the output of uname -a
and docker info
?
While the seccomp fix works for you, it's not a solution per se, it's a workaround, and having the latest docker engine should mean things just work without it, so I'm curious as to why they don't.
Hi, have the same issue, seccomp=unconfined helped.
Here is my output if it helps:
root@malina-docker:~# uname -a
Linux malina-docker 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 GNU/Linux
root@malina-docker:~# docker info
Client:
Debug Mode: false
Server:
Containers: 8
Running: 8
Paused: 0
Stopped: 0
Images: 9
Server Version: 19.03.15
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
init version: fec3683
Security Options:
seccomp
Profile: default
Kernel Version: 4.9.0-19-amd64
Operating System: Debian GNU/Linux 9 (stretch)
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 7.706GiB
Name: malina-docker
ID: 7BCN:CMO6:AV7Y:DGBV:32DL:XDYV:GLSS:DYHS:FN4W:ZEK7:CL3G:I6DY
Docker Root Dir: /var/lib/docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: No swap limit support
root@malina-docker:~#
Is there an existing issue for this?
Current Behavior
Sonarr is crashing. Shows running, but unable to access the UI.
found the issue https://github.com/linuxserver/docker-sonarr/issues/251 and was told to write up a new bug report with my information.
Expected Behavior
should be able to access the UI for Sonarr
Steps To Reproduce
Ubuntu 20.04 with docker 23.0.1 installed via docker compose. Running on Sonarr:latest I am unable to get to the IP:8989 of the container and just shows that the container is down or is not able to connect to it. running 'docker container ls' it would show it running and up, but there was no way to access it.
I ended up rolling back to a previous image I still had to get it back up and running.
Environment
CPU architecture
x86-64
Docker creation
Container logs