Cloudron Dashboard and Apps inaccessible after updating Cloudron to new version
Solved
Support
-
I update my Cloudron when I received an email from Cloudron team saying new version has been released.
I hit reboot in the dashboard and after that I cannot access my dashboard or the apps anymore. When I tried using command line to check for errors as per the documentation, I understood that the disk has somehow filled up.
I used this command "apt-get remove
dpkg --list 'linux-image*' |grep ^ii | awk '{print $2}'\ | grep -v \
uname -r``" and then rebooted the server.Running the command "/home/yellowtent/box/setup/start.sh" gave me this output.
2021-11-17T03:26:02 ==> start: Cloudron Start media:x:500: 2021-11-17T03:26:02 ==> start: Configuring docker Synchronizing state of apparmor.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable apparmor Error response from daemon: network with name cloudron already exists 2021-11-17T03:26:04 ==> start: Ensuring directories 2021-11-17T03:26:04 ==> start: Configuring journald 2021-11-17T03:26:04 ==> start: Setting up unbound 2021-11-17T03:26:05 ==> start: Adding systemd services Synchronizing state of unbound.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable unbound Synchronizing state of cron.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable cron 2021-11-17T03:26:10 ==> start: Configuring sudoers 2021-11-17T03:26:10 ==> start: Configuring collectd 2021-11-17T03:26:10 ==> start: Configuring logrotate 2021-11-17T03:26:10 ==> start: Adding motd message for admins 2021-11-17T03:26:10 ==> start: Configuring nginx Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
The command journalctl -u nginx says there is an error with Nginx.
Starting nginx - high performance web server... Nov 17 01:31:55 apokolips nginx[2125]: nginx: [emerg] cannot load certificate key "/home/yellowtent/platformdata/nginx/cert/_.manas.one.key": PEM_read_bio_Pri> Nov 17 01:31:55 apokolips systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE Nov 17 01:31:55 apokolips systemd[1]: nginx.service: Failed with result 'exit-code'. Nov 17 01:31:55 apokolips systemd[1]: Failed to start nginx - high performance web server. Nov 17 01:31:55 apokolips systemd[1]: nginx.service: Scheduled restart job, restart counter is at 1. Nov 17 01:31:55 apokolips systemd[1]: Stopped nginx - high performance web server.
This output keeps repeating itself.
I hosted Nextcloud and Matrix. Thanks in advance.