Page 1 of 1

Unable to open Crashplan in Puppy Saluki

Posted: Sun 23 Dec 2012, 13:07
by rmcellig
I am using Puppy Saluki 0.2.3.

I just installed Crashplan with no problems. I did however have to install the who utility. I installed the version of Who that is supposed to work with Slacko Puppy.

After Crashplan installed, I went to launch it both from the terminal and from the actual icon. Nothing happens. It is set to be an executable file. Here are the contents of the Crashplan application if this is of any help.

Code: Select all

#!/bin/bash 

SCRIPT=$(ls -l $0 | awk '{ print $NF }')
SCRIPTDIR=$(dirname $SCRIPT)
TARGETDIR="$SCRIPTDIR/.."

. ${TARGETDIR}/install.vars
. ${TARGETDIR}/bin/run.conf

cd ${TARGETDIR}

${JAVACOMMON} ${GUI_JAVA_OPTS} -classpath "./lib/com.backup42.desktop.jar:./lang:./skin" com.backup42.desktop.CPDesktop > ${TARGETDIR}/log/ui_output.log 2> ${TARGETDIR}/log/ui_error.log &


Posted: Sun 30 Dec 2012, 20:16
by darkcity
any error messaged return when you ran crashplan in the terminal ?

Posted: Sun 30 Dec 2012, 23:45
by rmcellig
I don't recall any.