QBittorrent webui won't load

Steven SL

Cadet
Joined
Jan 26, 2019
Messages
5
FreeNAS-11.2-RELEASE-U1 / Dell R310

QBittorrent is installed. It works once right after install (DHCP), but stopping / restarting it causes the webui to stop working. Uninstalling / reinstalling - pretty much the same result - works once on DHCP, and start/stop breaks the UI. Setting a static IP doesn't work at all (IP does not reply). When on DHCP, the IP does reply.

How do I go about diagnosing this - what logs should I share?

thank you
 
D

dlavigne

Guest
Hardware specs?
Full output of ifconfig within code tags.
Anything in /var/log/messages when it's not working?
 

Steven SL

Cadet
Joined
Jan 26, 2019
Messages
5
Dell R310, 24 GB RAM, 4x 2TB SATA with controller H310 (IT Mode). Chipset is Intel 3420, video card is Matrox G200eW, Intel(R) Xeon(R) CPU E5-2407 0 @ 2.20GHz (4 cores) .

ifconfig:
Code:
bge0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=c0099<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,VLAN_HWTSO,LINKSTATE>
        ether f0:1f:af:dc:bd:c6
        hwaddr f0:1f:af:dc:bd:c6
        inet 172.30.0.20 netmask 0xffffff00 broadcast 172.30.0.255
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
bge1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
        ether f0:1f:af:dc:bd:c7
        hwaddr f0:1f:af:dc:bd:c7
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
        groups: lo
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 02:e6:7c:7e:8a:00
        nd6 options=1<PERFORMNUD>
        groups: bridge
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
        root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
        member: vnet0:6 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 6 priority 128 path cost 2000
        member: tap0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 5 priority 128 path cost 2000000
        member: bge0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 1 priority 128 path cost 20000
tap0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=80000<LINKSTATE>
        ether 00:bd:03:27:a4:00
        hwaddr 00:bd:03:27:a4:00
        nd6 options=1<PERFORMNUD>
        media: Ethernet autoselect
        status: active
        groups: tap
        Opened by PID 90693
vnet0:6: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
        description: associated with jail: qbittorrent
        options=8<VLAN_MTU>
        ether 02:ff:60:5b:ca:e5
        hwaddr 02:1d:d0:00:06:0a
        nd6 options=1<PERFORMNUD>
        media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
        status: active
        groups: epair


Nothing unusual in /var/log/messages. I will uninstall, reinstall, stop/start and see if anything interesting appears
 

Steven SL

Cadet
Joined
Jan 26, 2019
Messages
5
Did that resolve the issue?

No - its not limited to QBittorrent it seems. No amount of installing, uninstalling - DHCP or static seems to be consistent. I will spend some time on that tonight, to gather some useful logging information.
 
Top