Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
In my quest for a reliable AV media server for the DNS-323, I stumbled on serviio.org. In my attempts to install and get it running, I realized I didn't have the pre-requisite java 1.6.
I've searched high and low and haven't found any reference to anyone successfully installing java on their 323, or the serviio software. Has anyone actually done either? If so, would love to hear how java was compiled and installed.
Cheers,
j
Offline
The debian openjdk-6-jre installs fine in debian squeeze chroot on my dns323. I installed the debian chroot on this node using my alt-f debian-squeeze package btw.
$ ssh root@nas02
root@nas02's password:
COLUMNS=151;LINES=96;export COLUMNS LINES;
# deb
root@nas02:~# uname -a
Linux nas02 2.6.36.2 #1 Mon Dec 20 06:24:05 WET 2010 armv5tel GNU/Linux
root@nas02:~# cat /etc/debian_version
6.0
root@nas02:~# aptitude install openjdk-6-jre
[much useless text deleted]
root@nas02:~# java -version
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.3) (6b18-1.8.3-2)
OpenJDK Zero VM (build 14.0-b16, mixed mode)
Offline
Thanks dhub.
Being a Linux noob, I'll read up on installing debian etc and try this on the weekend.
thx.
Offline