What's new

Voxel seek help R9000 VOXEL Install qbittorrent

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

a07464831

New Around Here
Qbittorrent cannot be successfully installed by r9000 voxel

You can see qbittorrent in the installed list, but it can't be started!



Configuring qbittorrent.
Collected errors:
* opkg_install_cmd: Cannot install package -.
* opkg_install_cmd: Cannot install package 4.3.1-1.
 
Code:
root@R9000:~$ /opt/bin/opkg  install qbittorrent - 4.3.1-1
Installing qbittorrent (4.3.1-1) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/qbittorrent_4.3.1-1_cortex-a15-3x.ipk
Unknown package '-'.
Unknown package '4.3.1-1'.
Configuring qbittorrent.
Collected errors:
 * opkg_install_cmd: Cannot install package -.
 * opkg_install_cmd: Cannot install package 4.3.1-1.
 
the two opkg errors are because you should have used only this command:
/opt/bin/opkg install qbittorrent
(i.e. not the dash and the versionnumber)

but, if I try it on my R7800, then I see that also some additional packages are installed:
Code:
root@R7800:~$ /opt/bin/opkg install qbittorrent
Installing qbittorrent (4.3.1-1) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/qbittorrent_4.3.1-1_cortex-a15-3x.ipk
Installing qt5-core (5.14.2-3) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/qt5-core_5.14.2-3_cortex-a15-3x.ipk
Installing qt5-network (5.14.2-3) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/qt5-network_5.14.2-3_cortex-a15-3x.ipk
Installing qt5-xml (5.14.2-3) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/qt5-xml_5.14.2-3_cortex-a15-3x.ipk
Installing boost-system (1.75.0-2) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/boost-system_1.75.0-2_cortex-a15-3x.ipk
Installing libtorrent-rasterbar (2.0.1-1) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/libtorrent-rasterbar_2.0.1-1_cortex-a15-3x.ipk

not sure why yours doesn't show them.

Perhaps your entware was outdated? (try /opt/bin/opkg update && /opt/bin/opkg upgrade)
 
1. Thank you very much. Your reply is very moving!



2. According to your instructions, I installed it successfully, but there was a problem. I couldn't start it automatically. I can run it manually. / qbittorrent! How can I solve it?

Code:
root@R9000:~$ cd ../opt/etc/init.d
root@R9000:/opt/etc/init.d$ ls
S89qbittorrent  rc.func         rc.unslung


2. There is another question. I can find (bin, usr, share, VaR, etc.) according to the document tutorial setup of entware "LS – L / opt / *", and it will automatically run entware from HDD when it starts. Can I detect whether I have successfully installed entware to HDD?
Code:
root@R9000:/tmp/mnt/sda2$ ls –l /opt/*
ls: –l: No such file or directory
/opt/dirlist   /opt/filelist  /opt/version

/opt/bin:
...
...
...
 
2.) what do you mean with run manually vs automatically?

if you run /opt/etc/init.d/S89qbittorrent start then it does start.
But if you reboot the router, it doesn't?

3.) strange that you get a warning about no such file or directory.
Did you perhaps copy / paste the command from somewhere? (i'm guessing the "minus" (or hyphen) in front of l in that document is not really a minus, but some fancy dash.)

I don't think you can easily verify that entware is installed correctly. (I mean, if the extraction failed half way, then you still might have all of the top-level folders, but could still be missing a few critical components.

But, you could check /mnt/optware/autorun/scripts/post-mount.sh, to see if it has the logic to mount /opt (or mount the entware folder into /opt) and whether it has the line /opt/etc/init.d/rc.unslung start
 
Thank you for your reply. Yes, I restart the router. It won't start itself. Every time I restart it, I need to run it manually.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top