Need help with my qBittorrent app
-
With more free time during xmas, I decided to try again the aventure of packaging app for Cloudron.
For my 1st app, I tried qBittorrent, since it is an angular piece of my stack project (qBittorent, jackett and the *arr families (radarr, sonaar, ...))
It is based Transmission-app and docker image as been built and published with success.
But mainly when I runcloudron install
it end with few errors which I can't figure, so would like your help on these errors- here the git repo and docker image in case you want to dig in.
during the
Cleaning up old install
the app log of complain about collectd:2021-12-13T06:12:06.615Z box:shell removeCollectdProfile (stdout): A dependency job for collectd.service failed. See 'journalctl -xe' for details. 2021-12-13T06:12:06.616Z box:shell removeCollectdProfile (stdout): Failed to reload collectd. Maybe some other apptask is restarting it
and when I run
journalctl -xe
I still don't really understand the error-- A start job for unit collectd.service has finished with a failure. -- -- The job identifier is 115716 and the job result is dependency. Dec 13 06:53:46 cloudron systemd[1]: collectd.service: Job collectd.service/start failed with result 'dependency'. Dec 13 06:53:46 cloudron systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
then during the
Creating container
stepDec 13 14:07:46 error: exec: "/usr/local/bin/qbittorrent-daemon": stat /usr/local/bin/qbittorrent-daemon: no such file or directory
while this one I figured it (it was in start.sh) and repush my Docker but still remains.
-
I would think the collectd messages are unrelated, as collectd is running on the Cloudron host and not within the app.
@jodumont said in Need help with my qBittorrent app:
Dec 13 14:07:46 error: exec: "/usr/local/bin/qbittorrent-daemon": stat /usr/local/bin/qbittorrent-daemon: no such file or directory
Seeing https://lindevs.com/install-qbittorrent-nox-on-ubuntu/, i seems like the binary for it is installed to
/usr/bin/qbittorrent-nox
and not to/usr/local/bin/..
.