[SOLVED] no webui response but qbittorrent-nox shows info - odroid-xu4 armhf
Posted: Fri Aug 31, 2018 9:46 pm
greetings
followed this wiki page for headless https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu
firstly i installed dependencies and libraries
secondly i compiled Libtorrent by git clone
then i compiled qbittorent 4.1.2 on odroid-xu4 running omv4 (debian stretch)
all configure commands required adding:
all went well
added LD_LIBRARY_PATH in my env too and in my .bashrc
when i start qbittorrent-nox, i am greeted with legal notice and after it shows info
and when i try to access qb webui url, chrome say ERR_CONNECTION_REFUSED, tried on firefox too
and netstat shows 8080 as listening on qbittorrent-nox
tried changing webui port but still can't access webui
what seems to be the problem?
qbittorrent v3.3.7 from apt (debian archives) works fine
followed this wiki page for headless https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntu
firstly i installed dependencies and libraries
secondly i compiled Libtorrent by git clone
then i compiled qbittorent 4.1.2 on odroid-xu4 running omv4 (debian stretch)
all configure commands required adding:
Code: Select all
--with-boost-libdir=/usr/lib/arm-linux-gnueabihf/
added LD_LIBRARY_PATH in my env too and in my .bashrc
when i start qbittorrent-nox, i am greeted with legal notice and after it shows info
Code: Select all
******** 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.
and netstat shows 8080 as listening on qbittorrent-nox
tried changing webui port but still can't access webui
what seems to be the problem?
qbittorrent v3.3.7 from apt (debian archives) works fine