Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I mount/start Twonky manualy following these steps:
cd /mnt/HD_a2/twonky /mnt/HD_a2/twonky/twonkymedia &
How do I dismount/stop Twonky manualy?
This so I do not need to restart my CH3SNAS.
Thanks!
Offline
This is how twonkymedia does it in the uninstallation script:
killall -9 mediaserver
killall twonkymedia
kill `pidof twonkymedia`
killall twonkymusic
kill `pidof twonkymusic`
sleep 1
echo 1
sleep 1
echo 2
sleep 1
echo 3
killall -9 twonkymedia
kill -9 `pidof twonkymedia`
killall -9 twonkymusic
kill -9 `pidof twonkymusic`
killall -9 twonkymediaserver
killall -9 twonkymusicserver
if [ -r /var/run/twonky.pid ] ; then kill `cat /var/run/twonky.pid` ; fi
Offline
So if I use/try killall twonkymedia I onlys stop the services and not delete the Twonky-setup?
Offline
i2Paq wrote:
So if I use/try killall twonkymedia I onlys stop the services and not delete the Twonky-setup?
Yes, that is correct.
Offline