Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Need help with my qBittorrent app

    App Packaging & Development
    4
    6
    232
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JOduMonT
      JOduMonT last edited by

      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 run cloudron 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 step

      Dec 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.

      mehdi 1 Reply Last reply Reply Quote 1
      • robi
        robi last edited by

        may need to run npm for collectd?

        Life of Advanced Technology

        JOduMonT 1 Reply Last reply Reply Quote 0
        • JOduMonT
          JOduMonT @robi last edited by

          @robi said in Need help with my qBittorrent app:

          may need to run npm for collectd?

          you are probably right, but I don't understand/know where to look for that 😉

          fbartels 1 Reply Last reply Reply Quote 0
          • fbartels
            fbartels App Dev @JOduMonT last edited by

            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/...

            mehdi 1 Reply Last reply Reply Quote 1
            • mehdi
              mehdi App Dev @fbartels last edited by

              @fbartels Yes, and it seems that he is already trying to call that binary : https://git.cloudron.io/jodumont/qbittorrent-app/-/blob/master/start.sh#L18

              1 Reply Last reply Reply Quote 1
              • mehdi
                mehdi App Dev @JOduMonT last edited by

                @jodumont I believe the problem may come from the --daemon flag that you pass in the start.sh. Can you try removing that ?

                1 Reply Last reply Reply Quote 1
                • First post
                  Last post
                Powered by NodeBB