After Updating Raspbian - sabnzbd no more work

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
pbpromotion
Newbie
Newbie
Posts: 2
Joined: May 6th, 2022, 6:47 am

After Updating Raspbian - sabnzbd no more work

Post by pbpromotion »

Hey,

i have updated my raspbian to bullseye, but now my sab is no more running.

Code: Select all

pi@raspberrypi:~ $ sabnzbdplus --server 0.0.0.0

Fatal error:
  Unable to bind to port 8080 on localhost. Some other software uses the port or SABnzbd is already running.

Code: Select all

pi@raspberrypi:~ $ netstat -apon | grep -i listen | grep -vi listening
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      -                    off (0.00/0/0)
tcp        0      0 127.0.1.1:8080          0.0.0.0:*               LISTEN      8245/python3         off (0.00/0/0)
tcp        0      0 127.0.0.1:9666          0.0.0.0:*               LISTEN      5482/java            off (0.00/0/0)
tcp        0      0 127.0.0.1:9665          0.0.0.0:*               LISTEN      5482/java            off (0.00/0/0)
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -                    off (0.00/0/0)
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      -                    off (0.00/0/0)
tcp        0      0 0.0.0.0:39003           0.0.0.0:*               LISTEN      5482/java            off (0.00/0/0)
tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      -                    off (0.00/0/0)
Switch port to 8090 the same output.

Code: Select all

pi@raspberrypi:~ $ sudo /etc/init.d/sabnzbdplus start
Starting sabnzbdplus (via systemctl): sabnzbdplus.service.
The webgui is not reachable.

Code: Select all

pi@raspberrypi:~ $ systemctl status sabnzbdplus.service
● sabnzbdplus.service - LSB: SABnzbd+ binary newsgrabber
     Loaded: loaded (/etc/init.d/sabnzbdplus; generated)
     Active: active (running) since Fri 2022-05-06 13:43:21 CEST; 1h 32min ago
       Docs: man:systemd-sysv-generator(8)
    Process: 8199 ExecStart=/etc/init.d/sabnzbdplus start (code=exited, status=0/SUCCESS)
      Tasks: 23 (limit: 2088)
        CPU: 38.631s
     CGroup: /system.slice/sabnzbdplus.service
             └─8245 /usr/bin/python3 -OO /usr/bin/sabnzbdplus --daemon --pidfile /var/run/sabnzbdplus/pid --server :8080

May 06 13:42:56 raspberrypi systemd[1]: Starting LSB: SABnzbd+ binary newsgrabber...
May 06 13:43:21 raspberrypi sabnzbdplus[8199]: Starting SABnzbd+ binary newsgrabber:.
May 06 13:43:21 raspberrypi systemd[1]: Started LSB: SABnzbd+ binary newsgrabber.

Where is my Problem? How can i reach my sab?
pbpromotion
Newbie
Newbie
Posts: 2
Joined: May 6th, 2022, 6:47 am

Re: After Updating Raspbian - sabnzbd no more work

Post by pbpromotion »

Have reinstalled Raspbian on a new SD-Card. So problem is solved.
Post Reply