Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello, boys :-)
I have problems with funplug and my CH3SNAS.
I downloades funplug v0.5, I put "fun_plug" and "fun_plug.tgz" on root directory of first HD on my CH3SNAS: \Volume_1
But nothing happens. I tried v0.5, v04 and v0.2 without success :-(.
I downloaded it from:
http://www.inreto.de/dns323/fun-plug/0.5/
I tried to reboot, I send the files via LAN and via FTP doing "quote site chmod 777 fun_plug", I checked permissions are OK (read, write and execute), I tried this tutorial:
http://dns323.kood.org/howto:fun_plug
but nothing works: telnet does not start, so I can not telnet or SSH to my CH3SNAS.
The CH3SNAS is working fine in transfers, sharings and so. I have firmware version 1.03.
I tried this tutorials:
http://dns323.kood.org/howto:telnet.
http://nas-tweaks.net/CH3SNAS:Tutorials/fun_plug
without luck :-(. Nothing happens.
I checked the "fun_plug" file has LF at the end of line, not CR+LF, of course.
I tried to make a directory named "ffp" and another one "fun_plug.d" at \Volume_2 , but nothing.
A friend of mine has too a CH3SNAS, and he did just the same tests, but he can not get telnet neither :-(.
The only fun_plug file that worked is this easy one:
#!/bin/sh
#
# Simple fun_plug
#
dmesg > /mnt/HD_a2/dmesg.out"
And I find a dmesg.out file at \Volume_2
Any help, please?
Offline
Do you have 2 drives in your CH3SNAS? Depending on which drive sits in which bay, you might need to put fun_plug on the other drive.
Just copy the fun_plug script and the fun_plug.tgz on both drives and reboot the NAS.
There should be a fun_plug.log on either of those drives about 2 minutes after reboot.
Offline
Thanks, Kylek, I have 2 HDs, so I put both files on both hard drives, and now, after rebooting, I found this file "\\ch3snas-\Volume_2\ffp.log" containing this text:
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Wed Mar 25 11:15:01 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
* Installing /mnt/HD_a2/fun_plug.tgz ...
tar: inflate error 2
/ffp/etc/rc: Not found or not executable
And file fun_plug.tgz has disappeared from "\\ch3snas-\Volume_2"
What could that mean? I have the directory "\\ch3snas-\Volume_2\ffp\", but it is empty.
Should I uncompress the .tgz file manually, maybe?
Last edited by Sopalajo de Arrierez (2009-03-25 17:35:31)
Offline
Some errors and warnings in the ffp log are normal... not sure if that one is.. but if the tar file is gone.. it looks like it all went OK.
did you try to create a telnet connection? (also be aware that the boot process of the ffp things takes longer then some of the internal stuff, so it's possible that there is a delay in available network shares and available telnet connection)
Offline
Sopalajo de Arrierez wrote:
tar: inflate error 2
That's bad, incomplete or corrupt fun_plug.tgz, maybe?
http://dns323.kood.org/forum/viewtopic.php?id=4110
Offline
Thanks, boys, for your help.
OK, I downloaded it again from same URL I wrote in the beginning, I checked MD5 Checksum was correct as you said, and I put it again on Volume_2 root file.
And now I get this at a 48KB file at \\ch3snas-\Volume_2\ffp.log :
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Wed Mar 25 11:15:01 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
* Installing /mnt/HD_a2/fun_plug.tgz ...
tar: inflate error 2
/ffp/etc/rc: Not found or not executable
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Sun Mar 29 04:46:46 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
/ffp/etc/rc: Not found or not executable
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Sun Mar 29 14:06:42 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
/ffp/etc/rc: Not found or not executable
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Mon Mar 30 01:11:23 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
/ffp/etc/rc: Not found or not executable
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Mon Mar 30 11:44:03 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
/ffp/etc/rc: Not found or not executable
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Mon Mar 30 19:55:59 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
/ffp/etc/rc: Not found or not executable
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Mon Mar 30 20:02:20 GMT 2009
ln -snf /mnt/HD_a2/ffp /ffp
* Installing /mnt/HD_a2/fun_plug.tgz ...
tar: WARNING: Converting hard link to symlink
tar: WARNING: Converting hard link to symlink
tar: WARNING: Converting hard link to symlink
tar: WARNING: Converting hard link to symlink
tar: WARNING: Converting hard link to symlink
tar: WARNING: Converting hard link to symlink
tar: WARNING: Converting hard link to symlink
... etc
I can now do telnet, at least :-)
Why is still tar process failing?
Last edited by Sopalajo de Arrierez (2009-03-30 21:02:00)
Offline