Service won't start on Debian

Linux specific questions, problems.
Post Reply
jasonwilliams
Newbie
Newbie
Posts: 1
Joined: Fri Aug 23, 2024 12:47 am

Service won't start on Debian

Post by jasonwilliams »

Hello,

I'm trying to get qBittorrent-nox working on my Debian 12 system. I have followed the instructions here:

https://linuxcapable.com/install-qbitto ... ian-linux/

When I get to the step to start the service, I receive the following error:

Code: Select all

Job for qbittorrent-nox.service failed because a fatal signal was delivered to the control process.
See "systemctl status qbittorrent-nox.service" and "journalctl -xeu qbittorrent-nox.service" for details.
Checking the status reveals this:

Code: Select all

× qbittorrent-nox.service - qBittorrent NoX Terminal Application
     Loaded: loaded (/etc/systemd/system/qbittorrent-nox.service; enabled; preset: enabled)
     Active: failed (Result: signal) since Thu 2024-08-22 19:52:03 EDT; 42min ago
    Process: 1976 ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=8088 (code=killed, signal=ABRT)
        CPU: 5ms
I have tried doing a full uninstall/purge and reinstall and keep getting the same error. I can run the executable directly using the parameters in the qbitorrent-nox.service file and it seems to work fine. Does anyone have any idea what I might be doing wrong?

Thanks in advance!
Post Reply