Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello
Me test to install the fun_plug on my dns-320 with the methods on several web sites.
But in wine.
Someone for him to help me.
Or to give an example of files correct complete fun_plug that works,
or is the mistake?
Bonjour
J’essai d’installer le fun_plug sur mon dns-320 avec les méthodes sur plusieurs sites web.
Mais en vin.
Quelqu’un pour-il m’aider.
Ou donner un exemple de fichiers fun_plug complet correcte qui marche,
ou est l'erreur ?
volume_1
Fun_plug
Fun_plus.tgz
#!/bin/sh
# funplug for DNS-320 only !
#
# by Tamas v 1.3
# switch to safe working directory on ramdisk
cd /
# write a log, in case sth goes wrong
FFP_LOG=/mnt/HD/HD_a2/ffp.log
#FFP_LOG=/dev/null
exec >>$FFP_LOG 2>&1
# real path to ffp
FFP_PATH=/mnt/HD/HD_a2/ffp
# where to search for the install tarball
FFP_TARBALL=/mnt/HD/HD_a2/fun_plug.tgz
# setup script (used for ffp on USB disk)
FFP_SETUP_SCRIPT=/mnt/HD/HD_a2/.bootstrap/setup.sh
# rc file path
FFP_RC=/ffp/etc/rc
echo "**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****"
date
# check for setup script. an example use for this is to load USB
# kernel modules and mount a USB storage device. The script is
# sourced, that means you can change variables, e.g. FFP_PATH to point
# to the USB device.
if [ -x $FFP_SETUP_SCRIPT ]; then
echo "* Running $FFP_SETUP_SCRIPT ..."
. $FFP_SETUP_SCRIPT
fi
# create /ffp link
echo "ln -snf $FFP_PATH /ffp"
ln -snf $FFP_PATH /ffp
# install tarball
if [ -r $FFP_TARBALL ]; then
echo "* Installing $FFP_TARBALL ..."
mkdir -p $FFP_PATH && tar xzf $FFP_TARBALL -C $FFP_PATH && /ffp/bin/tar xzf $FFP_TARBALL -C $FFP_PATH
if [ $? -eq 0 ]; then
echo "* OK"
fi
rm $FFP_TARBALL
fi
# suid busybox
if [ -x /ffp/bin/busybox ]; then
chown root.root /ffp/bin/busybox
chmod 0755 /ffp/bin/busybox
chmod u+s /ffp/bin/busybox
fi
# run fun_plug.init, if present
if [ -x /ffp/etc/fun_plug.init ]; then
echo "* Running /ffp/etc/fun_plug.init ..."
/ffp/etc/fun_plug.init
fi
# run fun_plug.local, if present
if [ -x /ffp/etc/fun_plug.local ]; then
echo "* Running /ffp/etc/fun_plug.local ..."
/ffp/etc/fun_plug.local
fi
# run commands
if [ -x $FFP_RC ]; then
echo "* Running $FFP_RC ..."
$FFP_RC
echo "* OK"
else
echo "$FFP_RC: Not found or not executable"
fi
Offline
I have had the same problem here !
I have the dediacted DNS-320 script and the tgz on the root of my volume_1, I rebooted twice
All file are still here, no folder created, so of course no telnet or else started
So I copied the 2 files on my volume_2 and it worked
Last edited by jeffjoker (2011-11-23 21:34:30)
Offline
Did you try Uli's modified scripts?
http://wolf-u.li/3779/installation-des- … ter-pulse/
German, but there must be a english version of that tutorial around.
Greetings
Volker
Offline
I followed this
http://nas-tweaks.net/40/installation-o … many-more/
Offline
This post is interesting to me. I like this post. Thanks for sharing this post.
breathalyzer
Last edited by kemeron99 (2012-01-14 06:02:45)
Offline