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
  • 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 | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Install Cloudron, it failed due Collectd not in repo....

Install Cloudron, it failed due Collectd not in repo....

Scheduled Pinned Locked Moved Solved Support
install
18 Posts 6 Posters 2.8k Views 6 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.
  • B Offline
    B Offline
    bernd
    wrote on last edited by
    #9

    I just found this forum post after happily following the documentation: https://docs.cloudron.io/guides/upgrade-ubuntu-22/ and ran into the problems afterwards.

    There is no hint in the documentation about the collectd-missing problem or any suggestion to wait with upgrades to 22.04.

    For the moment being I installed collectd and collectd-core manually as was suggested in the referenced launchpad forum. Fingers crossed that this is a stable solution, because
    a) after rebooting the machine collectd initially failed collectd.service: Failed with result 'start-limit-hit'., manually restarting it with systemctl worked
    b) installing the collectd packages with apt said N: Download is performed unsandboxed as root as file '/root/collectd-core_5.12.0-9_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied).

    We'll see.

    girishG 1 Reply Last reply
    0
    • B bernd

      I just found this forum post after happily following the documentation: https://docs.cloudron.io/guides/upgrade-ubuntu-22/ and ran into the problems afterwards.

      There is no hint in the documentation about the collectd-missing problem or any suggestion to wait with upgrades to 22.04.

      For the moment being I installed collectd and collectd-core manually as was suggested in the referenced launchpad forum. Fingers crossed that this is a stable solution, because
      a) after rebooting the machine collectd initially failed collectd.service: Failed with result 'start-limit-hit'., manually restarting it with systemctl worked
      b) installing the collectd packages with apt said N: Download is performed unsandboxed as root as file '/root/collectd-core_5.12.0-9_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied).

      We'll see.

      girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #10

      @bernd I had put some notes here - https://docs.cloudron.io/guides/upgrade-ubuntu-22/#post-upgrade but some people had reported that it is still a problem. So, we are looking into it.

      B 1 Reply Last reply
      0
      • girishG girish

        @bernd I had put some notes here - https://docs.cloudron.io/guides/upgrade-ubuntu-22/#post-upgrade but some people had reported that it is still a problem. So, we are looking into it.

        B Offline
        B Offline
        bernd
        wrote on last edited by
        #11

        @girish I followed the notes exactly (on this day I updated from Ubuntu 18 to 20 to 22) and I'm impressed how well and smooth everything worked out in general (thanks for the documentation work).

        It's just the collectd thing that should be updated at the moment up until there is some feedback from the maintainers.

        1 Reply Last reply
        1
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #12

          I have edited https://docs.cloudron.io/guides/upgrade-ubuntu-22/#post-upgrade further that should fix the collectd issue. If you run /home/yellowtent/box/scripts/init-ubuntu.sh, I think collectd should get installed properly.

          1 Reply Last reply
          1
          • rmdesR Offline
            rmdesR Offline
            rmdes
            wrote on last edited by
            #13

            so we can't install cloudron on Ubuntu 22 yet ?
            it has to be 20 and then upgrade to 22 right ?

            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #14

              You can install Cloudron directly on Ubuntu 22. In fact that is the recommended version currently.

              rmdesR 1 Reply Last reply
              0
              • nebulonN nebulon

                You can install Cloudron directly on Ubuntu 22. In fact that is the recommended version currently.

                rmdesR Offline
                rmdesR Offline
                rmdes
                wrote on last edited by rmdes
                #15

                @nebulon Oh ok because that's what I'm attempting to do (intranet) but I'm stuck on this very collectd error

                running ./cloudron-setup

                echo "==> Install collectd"
                ==> Install collectd
                # without this, libnotify4 will install gnome-shell
                apt-get install -y libnotify4 libcurl3-gnutls --no-install-recommends
                Reading package lists...
                Building dependency tree...
                Reading state information...
                libcurl3-gnutls is already the newest version (7.81.0-1ubuntu1.16).
                libnotify4 is already the newest version (0.7.9-3ubuntu5.22.04.1).
                0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
                # https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/1872281
                if [[ "${ubuntu_version}" == "22.04" ]]; then
                    readonly launchpad="https://launchpad.net/ubuntu/+source/collectd/5.12.0-9/+build/23189375/+files"
                    cd /tmp && wget -q "${launchpad}/collectd_5.12.0-9_amd64.deb" "${launchpad}/collectd-utils_5.12.0-9_amd64.deb" "${launchpad}/collectd-core_5.12.0-9_amd64.deb" "${launchpad}/libcollectdclient1_5.12.0-9_amd64.deb"
                    cd /tmp && apt install -y --no-install-recommends ./libcollectdclient1_5.12.0-9_amd64.deb ./collectd-core_5.12.0-9_amd64.deb ./collectd_5.12.0-9_amd64.deb ./collectd-utils_5.12.0-9_amd64.deb && rm -f /tmp/collectd_*.deb
                    echo -e "\nLD_PRELOAD=/usr/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.so" >> /etc/default/collectd
                else
                    if ! apt-get install -y --no-install-recommends collectd collectd-utils; then
                        # FQDNLookup is true in default debian config. The box code has a custom collectd.conf that fixes this
                        echo "Failed to install collectd, continuing anyway. Presumably because of http://mailman.verplant.org/pipermail/collectd/2015-March/006491.html"
                    fi
                
                    if [[ "${ubuntu_version}" == "20.04" ]]; then
                        echo -e "\nLD_PRELOAD=/usr/lib/python3.8/config-3.8-x86_64-linux-gnu/libpython3.8.so" >> /etc/default/collectd
                    fi
                fi
                

                I get stuck at this point when I launch the install

                2a6e413e-c43d-4be5-af09-f358d673ca97-image.png

                1 Reply Last reply
                1
                • rmdesR Offline
                  rmdesR Offline
                  rmdes
                  wrote on last edited by
                  #16

                  Damn, stupid me, in a corporate network setting the proxy for wget or curl was configured for the user but not for the root user, which the setup needs to perform the first install.

                  so after copying .wgetrc and .curlrc to /root/ the collectd step went just fine !

                  1 Reply Last reply
                  1
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #17

                    Would be interesting to get to know what else one needs to configure in such an environment for Cloudron to work. I suspect you will hit other roadblocks later then.

                    rmdesR 1 Reply Last reply
                    0
                    • nebulonN nebulon

                      Would be interesting to get to know what else one needs to configure in such an environment for Cloudron to work. I suspect you will hit other roadblocks later then.

                      rmdesR Offline
                      rmdesR Offline
                      rmdes
                      wrote on last edited by
                      #18

                      @nebulon I hit many road blocks indeed, but managed to move quite well forward
                      now i'm at the part of the npm rebuild and I can't do the db-migrate because I don't see any npm install being done that provides db-migrate within nodes_modules/.bin folder

                      I have documented the changes I had to do in the different install files to get it working, i can share this to the support email if you're interested

                      1 Reply Last reply
                      0
                      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