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


Skip to content
  • Disk usage update problem

    Solved Support disk-usage
    12
    2
    0 Votes
    12 Posts
    446 Views
    SansGuidonS
    @nebulon said in Disk usage update problem: Ah thanks for the clarification. Maybe we can think of some different UI which has an overview and some drilled down info if wanted. This would be awesome
  • Not all volumes showing in Cloudron's System Info Page

    Unsolved Support volumes disk-usage
    4
    2
    1 Votes
    4 Posts
    212 Views
    jamesJ
    Did anything change @hakunamatata Also, Cloudron 9 might resolve this.
  • 2 Votes
    15 Posts
    1k Views
    girishG
    Thanks for reporting. This was bug in the container. I have reduced the verbosity to 0 in the mongod configuration for the next release. For the moment, you can simple delete or truncate the log files.
  • Disk Analyzer fails

    Solved Support disk-usage
    7
    1 Votes
    7 Posts
    711 Views
    girishG
    I can't quite make out why it's crashing . @lukasgabriel if possible, can you write to support@cloudron.io and I can debug this further ?
  • Where Can I Find the Space Used by an Application?

    Solved Support disk-usage graphs system
    5
    3 Votes
    5 Posts
    610 Views
    daebakD
    @girish Thanks
  • Long running du process keeps my backup disk spinning

    Solved Support backups disk-usage
    11
    2 Votes
    11 Posts
    2k 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 disk-usage
    10
    1 Votes
    10 Posts
    2k 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 disk-usage graphs
    4
    3
    2 Votes
    4 Posts
    795 Views
    girishG
    @shifty thanks for the update! Glad it got solved.
  • Backup failed: du error: Command failed

    Solved Support backup backups disk-usage
    4
    1 Votes
    4 Posts
    798 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 email disk-usage
    6
    3 Votes
    6 Posts
    1k Views
    P
    @girish
  • Uninstalled apps stuck in the System Info page

    Solved Support disk-usage
    23
    1
    0 Votes
    23 Posts
    3k 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 !