Page 1 of 1

Unable to start 4.1.2 on Ubuntu 18.04

Posted: Wed Aug 15, 2018 2:24 pm
by dinjo
Install qbittorrent-nox but unable to view anything on browser with a error unable to reach site i can see the process running how do i debug it further ?

Code: Select all

root@odroid:~# uname -a
Linux odroid 3.16.57-25 #1 SMP PREEMPT Mon Jul 30 19:27:38 -03 2018 aarch64 aarch64 aarch64 GNU/Linux
root@odroid:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.1 LTS
Release:        18.04
Codename:       bionic
Stucked at below
root@odroid:~# qbittorrent-nox

******** Information ********
To control qBittorrent, access the Web UI at http://localhost:8080
The Web UI administrator user name is: admin
The Web UI administrator password is still the default one: adminadmin
This is a security risk, please consider changing your password from program preferences.

Process keeps running in background but as per logs
-- Unit qbittorrent.service has begun starting up.
Aug 15 14:40:30 odroid qbittorrent[812]: Logging to /var/log/qbittorrent-nox.log.
Aug 15 14:40:30 odroid systemd[1]: qbittorrent.service: Control process exited, code=exited status=1
Aug 15 14:40:30 odroid systemd[1]: qbittorrent.service: Failed with result 'exit-code'.
Aug 15 14:40:30 odroid systemd[1]: Failed to start LSB: Starts QBittorrent.
-- Subject: Unit qbittorrent.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit qbittorrent.service has failed

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Wed Aug 15, 2018 4:00 pm
by ReallyCoolName
maybe try another port.
Run like this: qbittorrent-nox --webui-port=31337 -d

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Thu Aug 16, 2018 2:29 am
by dinjo
Already done that no luck

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Thu Aug 16, 2018 4:28 am
by dinjo
Recompiled again still no luck installed from launchpad version

https://launchpad.net/~qbittorrent-team ... ent-stable

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Fri Aug 17, 2018 1:27 am
by dinjo
Any further help would highly appreciated

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Sat Aug 18, 2018 6:05 pm
by dinjo
Nevermind launchpad updated to latest version

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Thu Aug 23, 2018 12:15 am
by cyrax_006
Hi,

I am super desperate as I am getting the same issue you have:

******** Information ********
To control qBittorrent, access the Web UI at http://localhost:31337
The Web UI administrator user name is: admin
The Web UI administrator password is still the default one: adminadmin
This is a security risk, please consider changing your password from program preferences.

I have tried different ports, everything I can think of.  I can't find any log for qbittorrent in /var/logs,  I am completely at a loss.  What did you do to get it working?

I should add that I am very new to using headless linux.  I used qbittorrent on my other computer for years and my wife is used to the web interface.

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Mon Aug 27, 2018 6:47 pm
by naturalborngriller
I have this exact issue as well.

I built this 18.04 VM from scratch this morning and installed qbt using instructions line by line from here:

https://github.com/qbittorrent/qBittorr ... and-newer)

and get the same issues as the OP posted.

Service says it's running, but when starting manually it always halts after the marked point below:

******** Information ********
To control qBittorrent, access the Web UI at http://localhost:8080
The Web UI administrator user name is: admin
The Web UI administrator password is still the default one: adminadmin
This is a security risk, please consider changing your password from program preferences.

------------------Never gets past this point
03/02/2016 15:51:03 - The Web UI is listening on port 8080
03/02/2016 15:51:04 - qBittorrent is successfully listening on ...


anyone?

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Tue Sep 04, 2018 4:13 am
by dinjo
Just add the source from launchpad and update and upgrade

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Mon Sep 10, 2018 11:19 pm
by mspalacios
I have re-installed on a fresh vm with 18.04.1 LTS, with both stable and unstable repositories and it still gets stuck as described above.  Oddly another machine that had 17.10 with qbittorrent-nox that was upgraded to 18.04.1 LTS has not had any trouble operating, even after the upgrade.

Any new clues on how to get qbittorrent-nox running on a new box?

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Sat Sep 15, 2018 3:07 am
by mspalacios
FIxed.... still does not report it's listening when started, but it's working now.

#sudo apt autoremove qbittorrent-nox
#sudo apt install qbittorrent-nox
#sudo netstat -tulanp | grep 8080

tcp6      0      0 :::8080                :::*                    LISTEN      6500/qbittorrent-no

Re: Unable to start 4.1.2 on Ubuntu 18.04

Posted: Mon Sep 17, 2018 6:34 am
by abubin
I am getting this issue after upgrading from 4.1.1 to 4.1.2. Already tried the method of running qbittorrent-nox manually and also remove/install. Still not working.

However, netstat does shows the port is running.

Code: Select all

netstat -tulanp | grep 8282
tcp        0      0 0.0.0.42:8282           0.0.0.0:*               LISTEN      1246/qbittorrent-no 
Highly appreciate any help.

edit: I also tried rebooting the server without success.

In the end, I removed qbittorrent and libtorrent packages and then installed previous version, qbittorrent 4.1.1 and libtorrent9 1.1.7. It works. So there is definitely problem with the latest version of the ubuntu package. Please fix it.