droboports / crashplan

CrashPlan DroboApp build scripts
GNU General Public License v2.0
17 stars 1 forks source link

Crashplan not installing #14

Closed dfnyc closed 8 years ago

dfnyc commented 8 years ago

Hi Ricardo - I posted on drobospace but am moving the discussion over here at your request. I currently have 3.3.0 firmware installed and was able to install other apps (locale & java8) using the usual method (place the .tgz in the DroboApps folder and reboot) without issue. For some reason however, when I put crashplan.tgz in DroboApps and reboot, it doesn't actually install. i.e. after reboot, if I go to the DroboApps folder the crashplan.tgz is still sitting there and there is no crashplan/ folder. I've rebooted multiple times with no luck.

I've tried unpacking the .tgz on my desktop with tar xvzf crashplan.tgz and it unzips sucessfully, so I don't think it's a corrupted download (plus, I've re-downloaded several times).

Should I try manually installing by unpacking and running the install script instead of rebooting? Or is there anything else I can provide for debugging?

dfnyc commented 8 years ago

So, after some investigation, it looks like the issue is not with crashplan itself but locale. For some reason, locale starts up disabled every time the Drobo is rebooted (I reinstalled locale after installing Firmware 3.3.0; this was not the behavior before). This is why rebooting failed to install crashplan, because the locale dependency was not enabled. In the end, I got it working by enabling locale from the Dashboard (by clicking "Start"), then ssh'd to the Drobo and used sudo to run the install script. That allowed me to get crashplan installed.

Still, after rebooting, crashplan is "stopped". I have to manually re-enable locale after each reboot, then "start" crashplan, at which point it works.

Again, this appears to not be a problem with crashplan but something that is going on with locale so I'm closing this issue...