Service Won't Start

Linux specific questions, problems.
Post Reply
snakyjake

Service Won't Start

Post by snakyjake »

I'm having problems getting QBT to start as a service.

I can see the qbittorrent-nox process running.
I cannot access QBT webui.
Information...

Service Status:

Code: Select all

$ sudo service qbittorrent status
qbittorrent.service - LSB: Starts QBittorrent
   Loaded: loaded (/etc/init.d/qbittorrent)
   Active: failed (Result: exit-code) since Wed 2015-08-12 18:05:56 PDT; 29min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 572 ExecStart=/etc/init.d/qbittorrent start (code=exited, status=1/FAILURE)
   CGroup: /system.slice/qbittorrent.service
           ??583 /bin/bash -c /usr/bin/qbittorrent-nox >> /var/log/qbittorrent-nox.log 2>&1
           ??586 /usr/bin/qbittorrent-nox

systemd[1]: Starting LSB: Starts QBittorrent...
qbittorrent[572]: Logging to /var/log/qbittorrent-nox.log.
systemd[1]: qbittorrent.service: control process exited, code=exited status=1
systemd[1]: Failed to start LSB: Starts QBittorrent.
systemd[1]: Unit qbittorrent.service entered failed state.
systemd[1]: qbittorrent.service failed.
systemd[1]: Stopped LSB: Starts QBittorrent.

[b]Manually starting QBT service:[/b]

[b]$ sudo service qbittorrent start[/b]
Job for qbittorrent.service failed. See "systemctl status qbittorrent.service" and "journalctl -xe" for details.

Code: Select all

[b]$ journalctl -xe[/b]

bittorrent[1806]: Logging to /var/log/qbittorrent-nox.log.
systemd[1]: qbittorrent.service: control process exited, code=exited status=1
systemd[1]: Failed to start LSB: Starts QBittorrent.
-- Subject: Unit qbittorrent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit qbittorrent.service has failed.
--
-- The result is failed.
systemd[1]: Unit qbittorrent.service entered failed state.
systemd[1]: qbittorrent.service failed.
polkitd(authority=local)[693]: Unregistered Authentication Agent for unix-process:1778:196431 (system bus name :1.127, object p
 sudo[1810]: jake : TTY=pts/1 ; PWD=/home/jake ; USER=root ; COMMAND=/usr/sbin/service qbittorrent start
 sudo[1810]: pam_unix(sudo:session): session opened for user root by jake(uid=0)
 polkitd(authority=local)[693]: Registered Authentication Agent for unix-process:1811:197027 (system bus name :1.130 [/usr/bin/p
 systemd[1]: Starting LSB: Starts QBittorrent...
-- Subject: Unit qbittorrent.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit qbittorrent.service has begun starting up.
 qbittorrent[1836]: Logging to /var/log/qbittorrent-nox.log.
 systemd[1]: qbittorrent.service: control process exited, code=exited status=1
 systemd[1]: Failed to start LSB: Starts QBittorrent.
-- Subject: Unit qbittorrent.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit qbittorrent.service has failed.
--
-- The result is failed.
 systemd[1]: Unit qbittorrent.service entered failed state.
 systemd[1]: qbittorrent.service failed.
 polkitd(authority=local)[693]: Unregistered Authentication Agent for unix-process:1811:197027 (system bus name :1.130, object p
 sudo[1810]: pam_unix(sudo:session): session closed for user root
Last edited by snakyjake on Thu Aug 13, 2015 1:57 am, edited 1 time in total.
Post Reply