Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I am currently unable to install portmap-6.0.tgz or unfs3-0.9.20.tar.gz
I get the following error messages when I execute these command within the Telnet session
Portmap Error:
/mnt/HD_a2 # funpkg.sh portmap-6.0.tgz
Unpacking portmap-6.0.tgz ...
tar: warning: skipping header 'g'
FATAL: portmap-6.0.tgz does not contain files for /mnt/HD_a2/fun_plug.d
Cleaning up
unfs Error:
/mnt/HD_a2 # funpkg.sh unfs3-0.9.20.tar.gz
FATAL: unfs3-0.9.20.tar.gz does not end in .tgz
Cleaning up
I am currently using Fonz's 0.4 fun_plug on a DNS 323 with 1.04 firmware. I ftp'd both files to the NAS and then used telnet to try and install them
On a side note I thought Fonz's fun_plug included nfs? After I installed it was not in the "start" directory I had to download it from the addons folder on his ftp server. Here is a directory listing of the current start folder
/mnt/HD_a2/fun_plug.d/start # ls -la
drwxr-xr-x 2 1000 100 4096 Mar 16 11:38 .
drwxr-xr-x 9 1000 100 4096 Mar 16 01:36 ..
-rw-r--r-- 1 1000 100 634 Nov 20 17:39 00syslog.sh
-rwxr-xr-x 1 1000 100 1134 Nov 20 17:39 00telnetd.sh
-rw-r--r-- 1 1000 100 968 Nov 20 17:39 00timezone.sh
-rw-r--r-- 1 1000 100 672 Nov 20 17:39 inetd.sh
Offline
OK guys... I hope someone can help me out because in other posts everyone makes it seem so simple and I am following those instructions to the letter.
1 - I downloaded the portmap and unfs packages from the addon directory where I got fun_plug
2 - fun_plug is working because I am able to successfully telnet to the box
3 - I copy portmap and unfs to Volume_1
4 - I execute the command below and get the following
/mnt/HD_a2 # funpkg.sh portmap-6.0.tgz
Unpacking portmap-6.0.tgz ...
tar: warning: skipping header 'g'
FATAL: portmap-6.0.tgz does not contain files for /mnt/HD_a2/fun_plug.d
Cleaning up
Anyone have any ideas why this is happening? I am willing to help myself if someone can point me in the right direction
Thanks
Offline
How did you download the packages?
Remove the portmap and unfs3 package file and try this:
cd /mnt/HD_a2 mkdir tmp cd tmp wget http://www.inreto.de/dns323/fun-plug/0.4/addons/portmap-6.0.tgz wget http://www.inreto.de/dns323/fun-plug/0.4/addons/unfs3-0.9.18.tgz funpkg.sh portmap-6.0.tgz funpkg.sh unfs3-0.9.18.tgz
The tar message about the 'g' headers is strange. I don't think it's normal. Check
echo $PATH
It should start with /mnt/HD_a2/fun_plug.d/bin.
Also,
ls -l /mnt/HD_a2/fun_plug.d/bin/tar
should show output like
# ls -l /mnt/HD_a2/fun_plug.d/bin/tar lrwxrwxrwx 1 root root 7 Nov 20 23:56 /mnt/HD_a2/fun_plug.d/bin/tar -> busybox
Offline