Installing on Western Digital My Book World II (White Light)
Anyone here managed to install serviio on a Western Digital My Book World II (White Light)? I want serviio on my NAS because serviio really rules!

What I did is:
Installed this version of java and followed his instructions.
http://www.raymeskhoury.com/blog/java-o ... d-edition/
mkdir /usr/local/serviio/
cd /usr/local/serviio/
wget http://download.serviio.org/releases/se ... nux.tar.gz
untar -xf serviio-0.5-linux.tar.gz
When I try to run serviio.sh I get the following:
- Code:
/usr/local/serviio # ./serviio.sh
ARG: -Xmx384M
ARG: -Djava.net.preferIPv4Stack=true
ARG: -Dderby.system.home=/usr/local/library
ARG: -Dserviio.home=/usr/local
ARG: -classpath
ARG: -Xcvmorg.serviio.MediaServer
java.lang.ClassNotFoundException: org/serviio/MediaServer
at sun.misc.Launcher$AppClassLoader.findContainer(Native Method)
at sun.misc.Launcher$AppClassLoader.access$400(Unknown Source)
at sun.misc.Launcher$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Unknown Source)
at java.security.AccessController.doPrivileged(Unknown Source)
at sun.misc.Launcher$AppClassLoader.doClassFind(Unknown Source)
at sun.misc.Launcher$AppClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.CVM.runMain(Unknown Source)
perhaps my java-version not suiting for serviio? I had a look at the java DL-page,
http://www.oracle.com/technetwork/java/ ... 35769.html
but there doesn't seem to be a java for my ARM9-processor?
- Code:
cat /proc/cpuinfo
/usr/local/serviio # cat /proc/cpuinfo
Processor : ARM926EJ-S rev 5 (v5l)
BogoMIPS : 183.09
Features : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant : 0x0
CPU part : 0x926
CPU revision : 5
Cache type : write-back
Cache clean : cp15 c7 ops
Cache lockdown : format C
Cache format : Harvard
I size : 32768
I assoc : 4
I line length : 32
I sets : 256
D size : 32768
D assoc : 4
D line length : 32
D sets : 256
Hardware : Oxsemi NAS
Revision : 0000
Serial : 00000ba97db76880
It says there: "Java SE for Embedded Products - at least 70MB for Java. Devices having at least 70-80MB for Java can use the Standard Java SE platform products." Can I install this on my MyBook World? I dont know how. My Linux is not rpm-based and I don't know how to install this "bin"-package.
Thanks in advance!
dag0