Excuse my poor english, i'm a french user.
Copy fun_plug + fun_plug.tgz to Volume_1
NAS restarted
Copy fun_plug.debian and squeeze.tar.gz to Volume_1
Run CMD on windows 7
~$ telnet 192.168.0.5
/ # cd /mnt/HD/HD_a2
Archive decompressed squeeze.tar.gz:
/ # gunzip squeeze.tar.gz
Extract:
/ # tar -xf squeeze.tar
Delete squeeze.tar and fun_plug:
/ # rm squeeze.tar fun_plug
Rename fun_plug.debian to fun_plug:
/ # mv fun_plug.debian fun_plug
NAS restarted
SSh connect via PuTTY: Host name 192.168.0.5 ; SSH check; PORT 22 and open
Login= root et password= dlink
Change password:
~# passwd
Update:
~# aptitude update && aptitude upgrade
~# aptitude install locales
~# dpkg-reconfigure locales
Select: fr_FR ISO 8859-1 , fr_FR.UTF8 UTF8 puis fr_FR@euro ISO 8859-15
NAS D-Link DNS-320 configured withDebian Squeeze...
PuTTY:
Download java:
/# apt-get install sun-java6-jre
Download subsonic standalone edition:
/# wget http://sourceforge.net/projects/subsoni ... one.tar.gz
CReate subsonic folder:
/# mkdir -p /var/subsonic/standalone
Decompression:
/# tar -C /var/subsonic/standalone -zvxf subsonic-4.6.beta2-standalone.tar.gz
Run:
/# /var/subsonic/standalone/subsonic.sh
____ ----> Started Subsonic [PID 4250, /var/subsonic/subsonic_sh.log]
Modified subsonic.sh:
port 8080 for me and path music folder
But unable to acces music folder.
It IS CORRECT?
How to verify subsonic is started?
How to start subsonic automatiquely.
