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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Packaging & Development
  3. Need help with my qBittorrent app

Need help with my qBittorrent app

Scheduled Pinned Locked Moved App Packaging & Development
6 Posts 4 Posters 2.2k Views 4 Watching
  • 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.
  • JOduMonTJ Offline
    JOduMonTJ Offline
    JOduMonT
    wrote on last edited by
    #1

    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.

    mehdiM 1 Reply Last reply
    1
    • robiR Offline
      robiR Offline
      robi
      wrote on last edited by
      #2

      may need to run npm for collectd?

      Conscious tech

      JOduMonTJ 1 Reply Last reply
      0
      • robiR robi

        may need to run npm for collectd?

        JOduMonTJ Offline
        JOduMonTJ Offline
        JOduMonT
        wrote on last edited by
        #3

        @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 😉

        fbartelsF 1 Reply Last reply
        0
        • JOduMonTJ JOduMonT

          @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 😉

          fbartelsF Offline
          fbartelsF Offline
          fbartels
          App Dev
          wrote on last edited by
          #4

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

          mehdiM 1 Reply Last reply
          1
          • fbartelsF fbartels

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

            mehdiM Offline
            mehdiM Offline
            mehdi
            App Dev
            wrote on last edited by
            #5

            @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
            1
            • JOduMonTJ JOduMonT

              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.

              mehdiM Offline
              mehdiM Offline
              mehdi
              App Dev
              wrote on last edited by
              #6

              @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
              1

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Bookmarks
              • Search