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


Skip to content

Support

Get help for your Cloudron

3.2k Topics 22.5k Posts
  • Restoring file timestamps from backup / migration

    Solved backups
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    @robi there is a already bunch of "workarounds" for rsync. Empty directories, executable bit of files cannot be stored in most object storage. So, there is fsmetadata.json file that stores this information outside of the files. When restoring, we use that file to restore back the state. I guess we can extend that file to also save and restore timestamps. If anyone wants this leave a note and I can look into it in the future.
  • "New login on your account" not translated

    Solved i18n
    3
    0 Votes
    3 Posts
    399 Views
    imc67I
    @nebulon thanks!
  • Installation failing attempting to download wrong codename

    Unsolved installation
    5
    0 Votes
    5 Posts
    873 Views
    tinjawT
    Since nobody has any suggestions so far, I am going to just kick off the installer again and see if anything goes differently.
  • Is it possible to install a docker image direct from docker hub?

    Solved docker
    12
    0 Votes
    12 Posts
    2k Views
    ?
    @eddowding Plug: https://git.atridad.dev/CTPR Instructions: https://git.atridad.dev/CTPR/docs/ctpr-documentation
  • Reboot from UI not working (6.3.5)

    Solved
    3
    0 Votes
    3 Posts
    780 Views
    C
    @nebulon Thanks. I did search but must have overlooked this.
  • Cannot migrate app

    Solved migration
    9
    0 Votes
    9 Posts
    1k Views
    girishG
    @atridad yeah, I just bumped the internal default for data directory migration to be 1GB . I tested with ~500GB now and it's all good.
  • Backup size growing

    Solved backblaze backup
    25
    0 Votes
    25 Posts
    4k Views
    christiaanC
    @girish ah yes, that makes sense. And recent ones are being deleted, yes. Thanks again.
  • Seting Bash Aliases for Cloudron Terminal

    Solved webterminal
    8
    0 Votes
    8 Posts
    1k Views
    girishG
    Looks like this change broke WP - https://forum.cloudron.io/topic/5385/wp-cli-not-working-on-6-3-5
  • Is it possible to migrate Cloudron from Ubuntu 18.04 to 20.04?

    Solved migration
    17
    0 Votes
    17 Posts
    2k Views
    DanTheManD
    @girish Thanks for the info and all the work (support) you have done for me Girish
  • Cannot restore site from backups

    Solved backups restore
    3
    0 Votes
    3 Posts
    587 Views
    D
    Thanks a bunch @girish worked like a charm
  • Issue extracting .zip files (from File Manager downloaded folders)

    Unsolved filemanager
    9
    1
    1 Votes
    9 Posts
    1k Views
    girishG
    @vladimir-d thanks for debugging this! So, let me create largish archive to see if I can reproduce this.
  • PTR settings incorrect after switching VPS provider

    Solved ptr email
    12
    1
    0 Votes
    12 Posts
    2k Views
    girishG
    @christiaan On linode, if you are a new account, you can usually open a support ticket and explain your use case of email hosting to them and they usually unblock port 25.
  • Unable to access mailbox list

    Solved mail
    18
    0 Votes
    18 Posts
    2k Views
    girishG
    @jegillikin-0 mm, that shouldn't be the reason. But something for me to ask future users who hit the same problem.
  • Need to merge two accounts, apparently

    Solved vultr appstore
    3
    0 Votes
    3 Posts
    710 Views
    D
    @girish Thanks -- I discovered this, finally. Don't know why I didn't see it immediately.
  • Where is the coturn config located?

    Solved turn
    31
    0 Votes
    31 Posts
    4k Views
    ?
    Found the template with: sudo grep -rnw '/' -e 'rtcsec'
  • Repeated app upgrade notifications after upgrade to 6.3

    Solved notifications
    6
    1
    0 Votes
    6 Posts
    1k Views
    R
    @girish Yes, that would have been the case. Sorry for not responding here, real life has been busy the past few days Thanks for the fix!
  • Server is not rebooting after clicking the dashboard buttons

    Solved reboot
    4
    1 Votes
    4 Posts
    861 Views
    d19dotcaD
    Funny, I just noticed this as well the other day but I figured it was just me because I'm running macOS beta so thought the new Safari overhaul killed something. haha. Glad to know it's a known issue and already fixed for the next release.
  • Graphs error with Volumes

    Solved graphs volumes
    11
    1
    0 Votes
    11 Posts
    2k Views
    girishG
    The full stack trace is: 16/07/2021 17:58:24 :: [console] Error writing to collectd.localhost.df-sdc1.df_complex-used: Unable to read header (/var/lib/graphite/whisper/collectd/localhost/df-sdc1/df_complex-used.wsp) 16/07/2021 17:58:24 :: [console] Unhandled Error Traceback (most recent call last): File "/usr/lib/python3/dist-packages/twisted/python/threadpool.py", line 266, in <lambda> inContext.theWork = lambda: context.call(ctx, func, *args, **kw) File "/usr/lib/python3/dist-packages/twisted/python/context.py", line 122, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/lib/python3/dist-packages/twisted/python/context.py", line 85, in callWithContext return func(*args,**kw) File "/usr/lib/python3/dist-packages/carbon/writer.py", line 189, in writeForever writeCachedDataPoints() --- <exception caught here> --- File "/usr/lib/python3/dist-packages/carbon/writer.py", line 165, in writeCachedDataPoints state.database.write(metric, datapoints) File "/usr/lib/python3/dist-packages/carbon/database.py", line 124, in write whisper.update_many(path, datapoints) File "/usr/lib/python3/dist-packages/whisper.py", line 740, in update_many return file_update_many(fh, points, now) File "/usr/lib/python3/dist-packages/whisper.py", line 747, in file_update_many header = __readHeader(fh) File "/usr/lib/python3/dist-packages/whisper.py", line 294, in __readHeader raise CorruptWhisperFile("Unable to read header", fh.name) whisper.CorruptWhisperFile: Unable to read header (/var/lib/graphite/whisper/collectd/localhost/df-sdc1/df_complex-free.wsp) The last line gives a hint that the graphite file is corrupt. So, I removed all the whisper files in /home/yellowtent/platformdata/graphite/whisper/collectd/localhost/df-sdc1 and graphs seems to work after that. @atridad Maybe a good idea to check the health of the hard disk ? Also, since we hit the systemd issue on the same server.
  • Surfer update stuck on Creating Container

    Solved
    6
    1
    0 Votes
    6 Posts
    1k Views
    girishG
    For future reference, systemd was acting all strange. We got all sorts of errors. # systemctl restart box Failed to restart box.service: Connection timed out See system logs and 'systemctl status box.service' for details. # systemctl status box Failed to get properties: Connection timed out # systemctl status box Failed to get properties: Failed to activate service 'org.freedesktop.systemd1': timed out (service_start_timeout=25000ms) Restarting the server seems to fix it.
  • Nextcloud not responding and will not update

    Solved postgresql update
    5
    0 Votes
    5 Posts
    965 Views
    P
    @privsec That worked, thanks!