Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Tried to install http://dns323.kood.org/howto:kiss_dp-558_pc_link_server on a DNS-320, changed configuration according to manuals.
But process did not start, ended with a message "illegal operation".
All directories and files were chmoded and double checked.
Do somebody knows how to get this service going or what might be wrong?
PS! fun_plug is installed and working fine
Last edited by kaarel (2011-01-28 18:56:06)
Offline
Did you change the startup path? The DNS-320 has changed location to /mnt/HD/HD_a2 so you need to make sure that is reflected in your scripts.
# Start kiss daemon
if [ -f /mnt/HD/HD_a2/lnx_bin/kissd ]
then
/mnt/HD/HD_a2/lnx_bin/kissd -dk --config=/mnt/HD/HD_a2/lnx_bin/kissd.conf
fi
Offline
Changed paths in kiss.sh also, and modified script to ensure that kissd is executed.
Also i took fast look to source but there weren't "illegal instruction" error message.
Downloaded application from ftp://ftp.joaopena.com/testing is this correct path?
root@salasilm:/mnt/HD/HD_a2/lnx_bin# ./kiss.sh
Starting kissdx...
Illegal instruction
Offline
Now i'm getting new messge:
root@salasilm:/mnt/HD/HD_a2/lnx_bin# /mnt/HD/HD_a2/lnx_bin/kissdx -dk --config=/
mnt/HD/HD_a2/lnx_bin/kissdx.conf
Killed
Offline
I am not positive on why it is not working at the moment. I attempted to load it as well and it failed. My best guess is that its missing something in this binary to run on the DNS-320/325. Previous models used uClibc for compiling but the new models all use gcc4.2 and glibc.
Offline