SOLVED Crashplan NOT updating?

Status
Not open for further replies.

RoboKaren

Contributor
Joined
Apr 8, 2014
Messages
130
How do you do this exactly? Is the VM run on the freenas server? Where is this byhyve program?

You need FreeNas 9.10 or higher. bhyve is built into the system. There are a couple of good install guides out there. The one tip that i have is that you have to install the server or netboot version of ubuntu because bhyve doesn't yet have a graphical IO for installation, so you have to do it through a text console.
 

zaggynl

Dabbler
Joined
Jan 22, 2016
Messages
17
I know thread necromancy is frowned upon but this might be useful!
For anyone wondering, got crashplan plugin to start after 4.8 update by doing the following
#pkg install nano openjdk8-jre-8.112.16
#nano /usr/pbi/crashplan-amd64/share/crashplan/bin/CrashPlanEngine

Change nice -n 19 $JAVACOMMON $SRV_JAVA_OPTS -classpath $FULL_CP com.backup42.service.CPService > $LOGDIR/engine_output.log 2> $LOGDIR/engine_error.log &

to

nice -n 19 /usr/local/bin/java -classpath $FULL_CP com.backup42.service.CPService > $LOGDIR/engine_output.log 2> $LOGDIR/engine_error.log &

I should be changing the $JAVACOMMON and $SRV_JAVA_OPTS variables but I have no idea where to change them.
Now restart the crashplan service and netstat -na | grep 42 should show the service running
 

t3hG04T

Cadet
Joined
Jan 26, 2015
Messages
7
For me the advice from nello worked, see here. The gist of it:
Code:
nano /usr/pbi/crashplan-amd64/share/crashplan/bin/
CrashPlanEngine
# ADD RIGHT AFTER THE SHEBANG:
export LD_LIBRARY_PATH=/usr/pbi/crashplan-amd64/share/crashplan/jre/lib/i386/jli/

Since then CP is working without a hitch.


Damn it, I'm betting I jinxed it and it's going titty-up tomorrow.
 

byron

Dabbler
Joined
May 13, 2015
Messages
21
For me the advice from nello worked, see here. The gist of it:
Code:
nano /usr/pbi/crashplan-amd64/share/crashplan/bin/
CrashPlanEngine
# ADD RIGHT AFTER THE SHEBANG:
export LD_LIBRARY_PATH=/usr/pbi/crashplan-amd64/share/crashplan/jre/lib/i386/jli/

Since then CP is working without a hitch.


Damn it, I'm betting I jinxed it and it's going titty-up tomorrow.

I did a clean install of the plugin then upgraded straight to 4.8. In order to get crashplan service to start I had to add the line in /bin/CrashPlanEngine. I also had to install jre 8 and change the line to "nice -n 19 /usr/local/bin/java -classpath $FULL_CP com.backup42.service.CPService > $LOGDIR/engine_output.log 2> $LOGDIR/engine_error.log &" as specified by zaggynl. Without both of these the service would not start.

The problem that I have is when connecting to backup engine from Windows remote computer. It connects fine but when i fill in the initial login info it gives the error "System error: if problem persists re-install CrashPlan. Did you all experience any issues like this?
 
Status
Not open for further replies.
Top