Board index Help and Support Installation on Linux without root permissions

Installation on Linux without root permissions

Any questions? Need some help?


Posts: 17
Hi,

I'm trying to install Filebot on my seedbox running Debian. The policy of the provider is to allow users to install software to their home directory, but not to have permission to run sudo.

It seems that dpkg requires root access.

Is there any other way to install Filebot without using dpkg?

Thanks!

rednoah User avatar
The Source

Posts: 2156
Location: 北京

Do you need GUI or cmdline? Running via webstart should work. Also you could try the portable package. For the latter two you need to setup the native libraries yourself if you need mediainfo/7zip integration.
FileBot is free software. Please help support FileBot by writing a review or considering a donation.
Image


Posts: 17
I need cmdline only. There is no GUI on the seedbox.

rednoah User avatar
The Source

Posts: 2156
Location: 北京

Then just use the portable. Unpack the zip and use the filebot.sh startup script.
FileBot is free software. Please help support FileBot by writing a review or considering a donation.
Image


Posts: 17
I downloaded the portable from http://softlayer.dl.sourceforge.net/pro ... rtable.zip and unzipped it.

Then I got rid of the DOS carriage returns ( as I was getting '/bin/bash^M: bad interpreter: No such file or directory' error)

then did a 'chmod 755 filebot.sh' and ran it with ./filebot.sh

I got the following error:

Unable to access jarfile /FileBot.jar

The version of java on my seedbox is
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)

rednoah User avatar
The Source

Posts: 2156
Location: 北京

That's Wierd. The most basic way is to run the jar directly with java.

java -jar FileBot.jar

Let's see if we can make that work and then take it from there.
FileBot is free software. Please help support FileBot by writing a review or considering a donation.
Image


Posts: 17
Yes it is weird, it again comes back with the error:-

Unable to access jar file Filebot.jar

rednoah User avatar
The Source

Posts: 2156
Location: 北京

Apparently that error means that java can't open the jar file. Maybe the path is not correct or a permissions problem. Can't find a definite answer online.
FileBot is free software. Please help support FileBot by writing a review or considering a donation.
Image


Posts: 17
You're right, it was the wrong path, need to input while in the working directory where the jar is located:

java -jar ./Filebot.jar

it works now! Doing more testing, will let you know how it goes


Posts: 17
Wrong diagnosis and solution. I didn't capitalize the B in FileBot.jar

Duh!


Return to Help and Support