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


Skip to content
  • Long running du process keeps my backup disk spinning

    Solved Support
    11
    2 Votes
    11 Posts
    260 Views
    necrevistonnezrN

    Yeah, I guessed the same after reading the debianforum wiki 🙂

    Results after running it a couple of times:

    sudo hdparm -t /dev/sdb1 /dev/sdb1: Timing buffered disk reads: 192 MB in 3.00 seconds = 63.92 MB/sec Timing buffered disk reads: 200 MB in 3.00 seconds = 66.58 MB/sec Timing buffered disk reads: 224 MB in 3.01 seconds = 74.44 MB/sec Timing buffered disk reads: 236 MB in 3.01 seconds = 78.31 MB/sec Timing buffered disk reads: 248 MB in 3.01 seconds = 82.33 MB/sec Timing buffered disk reads: 234 MB in 3.01 seconds = 77.69 MB/sec
  • Disk Usage Stuck

    Solved Support
    10
    1 Votes
    10 Posts
    655 Views
    girishG

    @Recliner2042 ah fair, that's a bug then. Can you contact us at support@cloudron.io , so we can debug this further?

  • Installed apps appear as "Uninstalled app"

    Solved Support
    4
    2 Votes
    4 Posts
    260 Views
    girishG

    @shifty thanks for the update! Glad it got solved.

  • Backup failed: du error: Command failed

    Solved Support
    4
    1 Votes
    4 Posts
    331 Views
    necrevistonnezrN

    Might not be limited to „lock“ files: Today I had a similar error (first time ever!)

    du error: Command failed: du -Dsb "/home/yellowtent/boxdata/mail" du: cannot access '/home/yellowtent/boxdata/mail/vmail/[REDACTED]/mail/dovecot.list.index.log.2': No such file or directory
  • Same Email Usage for all domains: possible bug?

    Solved Support
    6
    3 Votes
    6 Posts
    513 Views
    P

    @girish 👏👏👏

  • Uninstalled apps stuck in the System Info page

    Solved Support
    23
    0 Votes
    23 Posts
    809 Views
    benborgesB

    Solved!

    Just for the sake of someone else stumbling into the same issue :

    Backup SSHFS mount with hetzner storage box should always be mounted pointing to the exact sub folder where backup will be stored, so the path would be /home/yourfolder and the URL to the server should not contain any path.

    Now, if you use the same storage volume mounted a second time, as a volume to be added to specific apps then the URL is always ID.your-storagebox.de and the path field is simply /
    no need to specify any folder.

    The issue here is that I had it to mount the URL of the storage box ID.your-storagebox.de/home + / in the path
    and that was the origin of the mess, the odd part is that it did mount and the volume was usable via the filemanager just fine, it's just that the hdparam.sh script would freak out due to this confusion in the path.

    Anyway, solved ! 🙂