Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I have followed some guides to install debian squeeze on my dns 320L.
installed ffp and I have ssh access then I have used the following commands:
cd /mnt/HD/HD_a2
gunzip squeeze.tar.gz
tar -xf squeeze.tar
renamed fun_plug.debian to fun_plug
rebooted
But after the reboot no ssh access, syas connection refused, I had a look an ffp.logs to see if there one any errors but it doesn't mention, any debian installation.
I have read in some other posts, where should look in ffp.log file. is this correct? and should see atleast some debian installation related logs.
or is there any other file that could point me, why I cant ssh or see the debian installation bugs?
Thank you
Offline
After rename fun_plug.debian to fun_plug you have to change permission to /mnt/HD/HD_a2/squeeze/etc/init.d/ssh.
vi /mnt/HD/HD_a2/squeeze/etc/init.d/ssh
Find ### END INIT INFO and add this two lines lower:
chmod 700 /var/run/sshd/
chmod 700 /etc/ssh/ssh_*
Save file and now you can reboot your NAS. After that login via ssh with user name: root and password: debian or dlink.
PS. Sorry for my bad english.
Offline