jotta / jotta-cli-issues

46 stars 1 forks source link

init.d script not created on CentOS6 #61

Open torge70 opened 5 years ago

torge70 commented 5 years ago

Make sure you are running the latest version of jotta-cli before reporting an issue.

jotta-cli release (jotta-cli version): 0.4.4986-1

Description of problem: Startup script in /etc/init.d not created by installer.

Used this: https://docs.jottacloud.com/jottacloud-command-line-tool/installing-the-command-line-tool/jottacloud-cli-for-linux-rpm-packages

Expected:

jotta-cli status (jotta-cli status):

Relevant logs for the issue (cat ~/.jottad/jottabackup.log)

Traceback

Additional info:

existemi commented 5 years ago

@torge70 Sorry for the late response. CentOS 6 ships with upstart support, and the RPM will install the upstart script for jottad to /etc/init/jottad.conf. You can check that the daemon is running by using status jottad, and restart jottad to restart it.

However, we do not currently restart the service on CentOS 6 upon upgrade. This will be fixed in the next release.