NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
dlevens
May 18, 2016Aspirant
Crashplan no longer autostarts on 6.5.0
I updated my ReadyNas 516 from 6.4.2 to 6.5.0 and now crashplan no longer starts on bootup. I have tried uninstalling and reinstalling crashplan 4.7.0 but it will not auto start on boot up. I ca...
- May 20, 2016
Thanks to Viktor over at the Code42 forums, I have a working solution. The problem was I was missing a few symbolic links in the run folders. In my case, even after a fresh install of crashplan 4.7.0 I only had a single symbolic link in "/etc/rc5.d/S02crashplan" that pointed to my init script for the CrashPlanEngine service: “/etc/init.d/crashplan"
For those with my same issue, I only had to do these commands to solve this:
ln -s /etc/init.d/crashplan /etc/rc0.d/K01crashplan
ln -s /etc/init.d/crashplan /etc/rc1.d/K01crashplan
ln -s /etc/init.d/crashplan /etc/rc2.d/S01crashplan
ln -s /etc/init.d/crashplan /etc/rc3.d/S01crashplan
ln -s /etc/init.d/crashplan /etc/rc4.d/S01crashplan
ln -s /etc/init.d/crashplan /etc/rc6.d/K01crashplanupdate-rc.d crashplan defaults
dlevens
May 20, 2016Aspirant
Thanks to Viktor over at the Code42 forums, I have a working solution. The problem was I was missing a few symbolic links in the run folders. In my case, even after a fresh install of crashplan 4.7.0 I only had a single symbolic link in "/etc/rc5.d/S02crashplan" that pointed to my init script for the CrashPlanEngine service: “/etc/init.d/crashplan"
For those with my same issue, I only had to do these commands to solve this:
ln -s /etc/init.d/crashplan /etc/rc0.d/K01crashplan
ln -s /etc/init.d/crashplan /etc/rc1.d/K01crashplan
ln -s /etc/init.d/crashplan /etc/rc2.d/S01crashplan
ln -s /etc/init.d/crashplan /etc/rc3.d/S01crashplan
ln -s /etc/init.d/crashplan /etc/rc4.d/S01crashplan
ln -s /etc/init.d/crashplan /etc/rc6.d/K01crashplan
update-rc.d crashplan defaults
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!