nzgbet on Raspberry Pi - 100% CPU usage on Idle

Get help, report and discuss bugs.
Locked
buggy13
Posts: 34
Joined: 07 Sep 2014, 12:20

nzgbet on Raspberry Pi - 100% CPU usage on Idle

Post by buggy13 » 21 Nov 2023, 20:39

Hi,

i reinstalled raspberry pi os bullseye on my raspberry pi v3 a few days ago and installed the last version of nzbget. I did'nt download anything at the moment. nzbget daemon ist started using a systemd unit. when i check htop i see nzbget using 100% cpu but only 1 core is at 100%. restarting the unit or the pi doesn't change anything.

this is the unit i use:

Code: Select all

[Unit]
Description=NZBGet Daemon
Wants=network-online.target
After=network-online.target

[Service]
User=pi
Group=pi
Type=forking
ExecStartPre=/bin/sleep 30
ExecStart=/home/pi/.bin/nzbget/nzbget -D
ExecStop=/home/pi/.bin/nzbget/nzbget -Q
ExecReload=/home/pi/.bin/nzbget/nzbget -O
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target

Locked

Who is online

Users browsing this forum: Google [Bot] and 20 guests