Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Transmission v2.81 is available for all platforms.
This is a small bugfix release, nothing major to report.
This version builds again with ffp-0.5, so anyone with an older device can update now as well.
Download from first post, as always.
Have fun
Offline
2.81 is working great on both oabi and arm !!!!
Offline
@KyleK: you are a hero! Works like a charm on my CH3SNAS (old ffp-0.5 device) Thanks!
Offline
Hey there,
will 2.82 be released, too?
Best regards
Offline
KyleK wrote:
If you never actively upgraded to ffp-0.7, then you're still using ffp-0.5.
Which is fine for the DNS-323, it's an old device.
ffp-0.7 brings for you some updated core libraries, but nothing that would improve performance or men usage. I suggest you stay with 0.5 until you decide to buy a more recent NAS (if you ever need one).
Thank You Kylek.
I will follow Your super easy upgrade instructions in the first post and hope to breathe some new life in my old DNS-323 w. v. 2.61.
I have a newer nas - a Synology DS-411, but I have not yet configured transmission in that one and I believe it has a decent client built in
But I love transmission so if possible I will install it in the DS-411 as well so I can keep track remotely on my torrents
Thanks again for You priceless contribution (bows deeply in humbleness)
Boogieman
Offline
Hi, thanks for all, 2.81 is working fine.
Could you build a 2.82 ?
Also in 2.81 we lost the ability to start a download by pressing enter (after adding URL or file in the pop up)
Offline
Transmission v2.82 is now available for ffp-0.5 and ffp-0.7-arm.
I'll provide a package for ffp-0.7-oarm sometime later when I get the chance.
Sorry for the long wait, I was kinda busy the last couple of weeks.
Offline
Thanks for the 2.82 works fine.
Just the enter still not working (but I gues this is more from transmission than from your build)
Offline
jeffjoker wrote:
Thanks for the 2.82 works fine.
Just the enter still not working (but I gues this is more from transmission than from your build)
Looks like there is a fix when 2.90 comes out.
https://trac.transmissionbt.com/ticket/5504
Offline
Kyle, thank you for continuing to provide this package. We all appreciate it!
Offline
2.82 is working great on DNS-320
Looking forward to 2.82 on oabi to install on DNS-323
Thanks KyleK for this contribution....very appreciated it
Offline
Has anyone experienced an issue with transmission hanging and only way to fix it is killing the service and restarting the service?
I've been having this issue for the last few versions already, not really sure what's causing.
Essentially, I'll check transmission web one day and I notice it can't reach it. I go to the server and the process is still running. I wasn't able to find anything in the logs.
This happens sporadically, not sure if it has to do with the torrents we're dling..
Offline
No problems here, but I restart it at 1:00am every day.
Offline
ordord wrote:
Looking forward to 2.82 on oabi to install on DNS-323
Thanks KyleK for this contribution....very appreciated it
Same here.
Offline
FunFiler wrote:
No problems here, but I restart it at 1:00am every day.
Hi, know how to set up how to automatically restart every night?
Last edited by Zolika66 (2013-10-25 19:00:11)
Offline
Zolika66 wrote:
FunFiler wrote:
No problems here, but I restart it at 1:00am every day.
Hi, know how to set up how to automatically restart every night?
Well, in my case I run a script using cron every night at midnight. Within that script I stop transmission, move and clean up log files then restart transmission.
cron entry:
# crontab -l # Min(0-59) Hr(0-23) DoM(1-31) Mth(1-12) DoW(0-6) 0 0 * * * /ffp/scripts/daily.sh
Script:
#!/ffp/bin/sh # v1.0.0 Initial implementation # Set the Transmission control script TRBat="/ffp/start/transmission.sh" #----------------------------------------- # Stop Transmission if [ -f "${TRBat}" ]; then echo "Stopping Transmission" ${TRBat} stop fi # insert your own maintenance routines here # Start Transmission again if [ -f "${TRBat}" ]; then echo "Starting Transmsission" ${TRBat} start fi #EoF
Last edited by FunFiler (2013-10-26 02:15:34)
Offline
Hi guys! I've just around to setting up my DNS-323 and I'd like to put transmission on it. I've followed this guide to install funplug: http://nas-tweaks.net/40/installation-o … many-more/
When I try and install the precursor for 0.5 I get the error:
-sh: $: not found
What am I doing wrong? I've placed the .tgz file in the highest level of my NAS's tree.
Cheers
Offline
Abc1234567 wrote:
When I try and install the precursor for 0.5 I get the error:
-sh: $: not found
Please provide additional information. It *looks* like a script problem, either a wrong path to your shell processor or an improperly formatted file (edited on windows perhaps)?
What script are you trying to run and have you looked at it with a linux editor?
If you are getting that error simply by logging in then it looks like a profile problem.
Offline
FunFiler wrote:
Abc1234567 wrote:
When I try and install the precursor for 0.5 I get the error:
-sh: $: not foundPlease provide additional information. It *looks* like a script problem, either a wrong path to your shell processor or an improperly formatted file (edited on windows perhaps)?
What script are you trying to run and have you looked at it with a linux editor?
If you are getting that error simply by logging in then it looks like a profile problem.
My apologies. The process that I took was to download curl-7.18.1.tgz and place it in my NAS which is formatted with two 2TB drives setup in JBOD as 4TB single drive which is mapped as Z on my pc and connected through a wired connection to the router. I then took the code "$ funpkg -i curl-7.18.1.tgz" and typed it into putty console window which I'd logged into my NAS with via SSH. When I hit return with that code entered it returns the error message "-sh: $: not found".
I haven't continued on from that step in the tutorial post of this thread.
Last edited by Abc1234567 (2013-11-20 10:18:08)
Offline
My guess would be one of the following:
- The account you are using does not have the appropriate permissions. 'funpkg' is a script in /ffp/sbin that calls /ffp/bin/sh The account you are using needs access to pretty much everything in /ffp. If you are not logged in as root, try it as root. If you are root, does FFP work otherwise? Any errors in the logs?
- The download is corrupt. Try unpacking it manually in a temporary location or on your windows computer.
Offline
Isn't it as simple as you run "$ funpkg -i curl-7.18.1.tgz" while you need to run "funpkg -i curl-7.18.1.tgz".
If I run "$ funpkg" in a ssh shell, I also get the same error:
root@hostname:/tmp# $ funpkg -sh: $: not found
Without:
root@hostname:/tmp# funpkg funpkg Copyright (c) 2008 Tobias Poschwatta <tp@fonz.de> Install: funpkg -i <packages...> Reinstall: funpkg -I <packages...> Upgrade: funpkg -u <packages...> Remove: funpkg -r <packages...> Other options: -D <path> System root directory (default: /)
So run the funpkg script without the '$ ' in front of it.
Hope this helps...
Last edited by rsd76 (2013-11-20 20:37:13)
Offline
FunFiler wrote:
My guess would be one of the following:
- The account you are using does not have the appropriate permissions. 'funpkg' is a script in /ffp/sbin that calls /ffp/bin/sh The account you are using needs access to pretty much everything in /ffp. If you are not logged in as root, try it as root. If you are root, does FFP work otherwise? Any errors in the logs?
- The download is corrupt. Try unpacking it manually in a temporary location or on your windows computer.
I've tried downloading it again, same error. Am I correct in placing it as so when I try to install: http://i.imgur.com/YxiVb1R.png
I log in as root when I connect to the NAS with Putty. Is there a way I can verify that it has permissions?
Here's the log:
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Wed Nov 20 00:52:44 GMT 2013
ln -snf /mnt/HD_a2/ffp /ffp
* Installing /mnt/HD_a2/fun_plug.tgz ...
* OK
* Running /ffp/etc/fun_plug.init ...
* Running /ffp/etc/rc ...
* /ffp/start/syslogd.sh inactive
* /ffp/start/SERVERS.sh inactive
* /ffp/start/portmap.sh inactive
* /ffp/start/unfsd.sh inactive
* /ffp/start/nfsd.sh inactive
* /ffp/start/ntpd.sh inactive
* /ffp/start/LOGIN.sh inactive
* /ffp/start/telnetd.sh ...
Starting /ffp/sbin/telnetd -l /ffp/bin/sh
* /ffp/start/sshd.sh inactive
* /ffp/start/rsyncd.sh inactive
* /ffp/start/mediatomb.sh inactive
* /ffp/start/kickwebs.sh inactive
* /ffp/start/lighttpd.sh inactive
* /ffp/start/inetd.sh inactive
* OK
**** fun_plug script for DNS-323 (2008-08-11 tp@fonz.de) ****
Wed Nov 20 01:09:17 GMT 2013
ln -snf /mnt/HD_a2/ffp /ffp
* Running /ffp/etc/fun_plug.init ...
* Running /ffp/etc/rc ...
* /ffp/start/syslogd.sh inactive
* /ffp/start/SERVERS.sh inactive
* /ffp/start/portmap.sh inactive
* /ffp/start/unfsd.sh inactive
* /ffp/start/nfsd.sh inactive
* /ffp/start/ntpd.sh inactive
* /ffp/start/LOGIN.sh inactive
* /ffp/start/telnetd.sh inactive
* /ffp/start/sshd.sh ...
Starting /ffp/sbin/sshd
* /ffp/start/rsyncd.sh inactive
* /ffp/start/mediatomb.sh inactive
* /ffp/start/kickwebs.sh inactive
* /ffp/start/lighttpd.sh inactive
* /ffp/start/inetd.sh inactive
* OK
rsd76 wrote:
Isn't it as simple as you run "$ funpkg -i curl-7.18.1.tgz" while you need to run "funpkg -i curl-7.18.1.tgz".
If I run "$ funpkg" in a ssh shell, I also get the same error:Code:
root@hostname:/tmp# $ funpkg -sh: $: not foundWithout:
Code:
root@hostname:/tmp# funpkg funpkg Copyright (c) 2008 Tobias Poschwatta <tp@fonz.de> Install: funpkg -i <packages...> Reinstall: funpkg -I <packages...> Upgrade: funpkg -u <packages...> Remove: funpkg -r <packages...> Other options: -D <path> System root directory (default: /)So run the funpkg script without the '$ ' in front of it.
Hope this helps...
When I try the code without the "$" I get the error: "FATAL: curl-7.18.1.tgz: File not found"
Thanks for the answers, guys. I really appreciate it.
Offline
If you are actually typing in the "$" then that is wrong and that is your problem. I had assumed, apparently incorrectly, that you were referencing a command prompt when you typed that.
Where is the curl file located? If it is in the current directory, try:
funpkg -i ./curl-7.18.1.tgz
or put the full path to the download.
Not related to your issue, but I'm running curl 7.19.4
Last edited by FunFiler (2013-11-21 03:39:11)
Offline
FunFiler wrote:
If you are actually typing in the "$" then that is wrong and that is your problem. I had assumed, apparently incorrectly, that you were referencing a command prompt when you typed that.
Where is the curl file located? If it is in the current directory, try:
funpkg -i ./curl-7.18.1.tgz
or put the full path to the download.
Not related to your issue, but I'm running curl 7.19.4
It's worth noting that I have little to no linux experience.
I was simply copying and pasting what was in the tutorial/first post of this thread. Perhaps someone could write a step by step for someone like me?
Since I am running 0.5, is the process like this?
1. Download curl-7.18.1.tgz
2. Place this in your mapped DNS-323 drive at the highest level (i.e. Z:\)
3. Start putty and input the IP address of your NAS and select SSH
4. When prompted for login, type "root" and hit return
5. When prompted, type your password and hit return
6. Input the code "___________" to install the files required for transmission
-- etc
That's the process I have followed. What am I doing wrong?
Cheers again for the answers
Offline
Not understanding any of the basic commands and file structure won't help you in the long run. Learn (google search) on the commands and read a basic tutorial. You need to know how to change directories, move files, edit files, run commands, etc.
Put in the full path to the file
funpkg -i /{{{{path}}}}/curl-7.18.1.tgz
I have no way to guess where it is downloaded to on your system. "Z:" is meaningless as it may map to the root (/) or may not. It all depends on your configuration. As I haven't performed a default install in 3+ years, I do no recall where it maps.
Personally, I use a folder /ffp/dl-packages that I put all my downloads into and rsync between my 3 DNS323's.
Some hints and a starting point:
"mv" is a move file/folder command
"cp" is for copying files
"df" displays disk free space
"ls" lists files/folders
"nano" and "vi" are common text file editors
"cd" is used to change directories
"pwd" prints the current directory
You can often either use --help to display syntax information or type "man {{command}}".
Example
cp --help
or
man cp
Last edited by FunFiler (2013-11-21 06:39:18)
Offline