Problem with Sonarr setup in Portainer

Sonarr version (exact version): 3.0.8.1507-ls151
OS: Raspbian

Docker Compose:

---
version: "2.1"
services:
  sonarr:
    image: ghcr.io/linuxserver/sonarr:3.0.8.1507-ls151
    container_name: sonarr
    environment:
      - PUID=1000 #Change to your PUID
      - PGID=100 #Change to your PGID
      - TZ=America/New_York
    volumes:
      - /srv/dev-disk-by-uuid-9fb8b015-f3e5-49e2-b15c-5f2f51dfc5b7/Torrents/appdata/Sonarr/config:/config
      - /srv/dev-disk-by-uuid-9fb8b015-f3e5-49e2-b15c-5f2f51dfc5b7/Torrents/TV Shows:/tv      
    ports:
      - 8989:8989
    restart: unless-stopped

Debug logs:

=================================================================
	Native stacktrace:
=================================================================
	 (No frames) 
=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x3060331568x from 0x3069630912x
Mono process hang detected, sending kill signal to pid 1401
clock_gettime(CLOCK_MONOTONIC*) failed; errno is 1
=================================================================
	Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================
=================================================================
	Native stacktrace:
=================================================================
	 (No frames) 
=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x3060315184x from 0x3069614528x
Entering thread summarizer pause from 0x3069614528x
Mono process hang detected, sending kill signal to pid 1407
clock_gettime(CLOCK_MONOTONIC*) failed; errno is 1
=================================================================
	Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================
=================================================================
	Native stacktrace:
=================================================================
	 (No frames) 
=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x3060659248x from 0x3069950400x
Mono process hang detected, sending kill signal to pid 1413
clock_gettime(CLOCK_MONOTONIC*) failed; errno is 1
=================================================================
	Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================
=================================================================
	Native stacktrace:
=================================================================
	 (No frames) 
=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x3060069424x from 0x3069368768x
Mono process hang detected, sending kill signal to pid 1419
clock_gettime(CLOCK_MONOTONIC*) failed; errno is 1
=================================================================
	Native Crash Reporting
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================
=================================================================
	Native stacktrace:
=================================================================
	 (No frames) 
=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x3060675632x from 0x3069974976x
Entering thread summarizer pause from 0x3069974976x
mono_os_sem_timedwait: gettimeofday failed with "Operation not permitted" (1)Finished thread summarizer pause from 0x3069974976x.
Failed to create breadcrumb file (null)/crash_hash_0xd0ceba12f
Mono process hang detected, sending kill signal to pid 1425

Description of issue:
I can’t get Sonarr to work after setting it up on Docker with Portainer. I have the 32 bit version of Raspian running on RPi4, so I made sure to use the older image.

did you change the PUID and PGID values to match the user id on the host?

Yes. I looked that up on my RPi’s command line.

I had to do the same when I created my VPN stack.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.