[GUIDE] FileBot on ReadyNAS Ultra

Any questions? Need some help?
Post Reply
gijswijs
Posts: 4
Joined: 03 Jan 2015, 20:36

[GUIDE] FileBot on ReadyNAS Ultra

Post by gijswijs »

I just installed the latest version of Filebot on my ReadyNAS Ultra. The 102 runs the latest ReadyNAS OS and has an Arm processor, while mine runs on X86, but it should pretty much work the same.

First install the "Enable Root SSH Access" Add-On for your ReadyNAS, using the Admin console.
http://www.readynas.com/?p=4203
After succesful install (and restart) you can access your ReadyNAS with a SSH client. I use PuTTY.
Be aware that the username for SHH access is 'root', and not 'admin' like for the Admin console, but hte password *is* the same.

In BASH run the following command:

Code: Select all

vi /etc/apt/sources.list
Uncomment or add the following line to sources.list

Code: Select all

deb http://archive.debian.org/debian-backports etch-backports main non-free
In Vi you have to type 'i' before you can start inserting and editing text.
Click on Esc to stop editing
Type :wq<Enter> to save the file.
Read http://www.readynas.com/forum/viewtopic ... 11&t=45118 for more usefull info on how to soup up your Linux install.

Install Java 8, by typing the following commands:

Code: Select all

su -
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installer
exit
Download the Filebot Debian package

Code: Select all

wget http://sourceforge.net/settings/mirror_choices?projectname=filebot&filename=filebot/FileBot_4.5.3/filebot_4.5.3_i386.deb
CAVEAT: This is where your Arm processor might become a problem. Probably you'll need the ipk package for embedded Linux, but you'll have to figure out yourself how to install it. Maybe Rednoah can weigh in himself on this topic?

Install Filebot

Code: Select all

sudo dpkg -i filebot_4.5.3_i386.deb
And then eternal bliss!
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [GUIDE] FileBot on ReadyNAS 102

Post by rednoah »

After you got Java and FileBot working adding the optional native libraries should be either easy or pretty much impossible depending on your exact CPU architecture. The native libraries a linked in the Download section. If you're lucky they'll just work once you put them somewhere where FileBot can find them. If the precompiled ARM binaries don't work for your specific flavour of ARM CPU you'll have to compile it yourself, which is pretty hard unless you have a strong C++ background. :D
:idea: Please read the FAQ and How to Request Help.
marine88
Posts: 15
Joined: 24 Nov 2014, 13:05

Re: [GUIDE] FileBot on ReadyNAS Ultra

Post by marine88 »

I have the readynas duo v2 arm nas when i try to run this i have 404 what can i do?
aaseef021
Posts: 53
Joined: 08 Nov 2017, 04:08

Re: [GUIDE] FileBot on ReadyNAS Ultra

Post by aaseef021 »

Hi I have a readynas 516, I am unsuccessful in this can you please assist?
Post Reply