-
I was installing another program on ubuntu manually, and it required update and upgrade. I hadn't seen the warning about that. So now, my dashboard says "Cloudron is offline, reconnecting..." and the email server doesn't send emails anymore. I ran the troubleshooting from here https://docs.cloudron.io/troubleshooting/ to no avail. My apps are working fine (except for email of course). Thanks for your help!
/home/yellowtent/box/setup/start.sh
runs with no errors.
When i run:systemctl status box
I get: vultr systemd[1]: box.service: Failed with result 'exit-code'.systemctl status box
shows as runningsystemctl status mysql
shows as runningbox log showed:
2022-09-30T03:00:00.822Z box:shell startTask (stdout): Running as unit: box-task-176.service 2022-09-30T03:00:01.410Z box:shell startTask (stdout): /home/yellowtent/box/src/apps.js:358 let schedulerConfig = app.manifest.addons?.scheduler || null; ^ SyntaxError: Unexpected token '.' at wrapSafe (internal/modules/cjs/loader.js:915:16) at Module._compile (internal/modules/cjs/loader.js:963:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/home/yellowtent/box/src/apptask.js:15:14) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) 2022-09-30T03:00:01.427Z box:shell startTask (stdout): Finished with result: exit-code 2022-09-30T03:00:01.428Z box:shell startTask (stdout): Main processes terminated with: code=exited/status=1 2022-09-30T03:00:01.428Z box:shell startTask (stdout): Service runtime: 586ms
systemctl status unbound
shows runningsystemctl status nginx
shows running -
@njridergus this looks like
nodejs
was installed on ubuntu by hand. To double check, what isnode --version
? It should be 16.14.2. or 16.13.1 (depending on which Cloudron release you are on) -
-
Restore Cloudron from a backup is always an option ^^
-
@girish wow, thanks! This post and your post here (https://forum.cloudron.io/post/41203) fixed the issue. Thanks again!!
-
-