Replies: 3 comments 5 replies
-
Hmmm, so here is the problem:
Somehow your Node.js binary isn't in the Did you install Node.js somewhere custom on your server? Try finding out where your Node.js lives (usually in I'll work on trying to fix this from my end, perhaps cooking up a default PATH environment variable with some common locations in the control script. |
Beta Was this translation helpful? Give feedback.
-
I just released v0.9.36 which should help with this issue, assuming your Node.js is installed to a standard location (e.g. |
Beta Was this translation helpful? Give feedback.
-
This is apparently still an issue in v0.9.4 - I had to do the symlink thing as well. I've hunted off and on for months and tried many things to get Cronicle to start with server boot, nothing worked until I found this thread. It's been so long now since I first installed it, I can't even remember which instructions I followed to install node.js but it obviously didn't add itself to my $PATH. At least it's not in $PATH when Cronicle tries to start. The symlink workaround works... Followed this for creating the symlink: https://gist.github.com/MeLlamoPablo/0abcc150c10911047fd9e5041b105c34 - Cronicle started successfully on the next reboot after this. Node was installed here: /home/MYUSER/.nvm/versions/node/v20.10.0/bin I'm a Linux noob so I probably missed something in some instructions somewhere... just posting to let @jhuckaby know, in case there's something that can be done for other users that find themselves in a similar situation. |
Beta Was this translation helpful? Give feedback.
-
Noticed that after a reboot cronicle not running:
Linux backupserver 6.1.0-13-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux
Beta Was this translation helpful? Give feedback.
All reactions