-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.3.1
-
Component/s: Editor - Synchrony
-
1
-
Severity 3 - Minor
Problem
Installing Synchrony DC as a service following the instructions in Run Synchrony-standalone as a service on Linux does not automatically bring up Synchrony on reboot.
Environment
This issue has been verified on Ubuntu 18 and AWS EC2.
Steps to Reproduce
- Install a single node Confluence DC on Ubuntu 18 or AWS as a Linux service
- Shutdown Confluence
- Follow the steps in Run Synchrony-standalone as a service on Linux
- Remove /etc/init.d/confluence so Confluence does not start on reboot and also bring up Synchrony
- Reboot the machine
Expected Results
- Synchrony should start up automatically on reboot
Actual Results
- Synchrony does not start up automatically on reboot

- It can however be started up manually using sudo service synchrony start
Workaround
Manually create these symbolic links that Ubuntu's update-rc.d did not create
ln -s /etc/init.d/synchrony /etc/rc1.d/K95synchrony ln -s /etc/init.d/synchrony /etc/rc2.d/K95synchrony ln -s /etc/init.d/synchrony /etc/rc3.d/S95synchrony ln -s /etc/init.d/synchrony /etc/rc4.d/K95synchrony ln -s /etc/init.d/synchrony /etc/rc5.d/S95synchrony
- mentioned in
-
Page Loading...