Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
What is Saw and where can it be found? Searching for "Saw" on google is impossible :p
Last edited by KyleK (2008-04-07 03:08:35)
Offline
KyleK wrote:
What is Saw and where can it be found? Searching for "Saw" on google is impossible :p
hehehe
I think he meant Transmission...
The compile binary is 1.06 and they are up to 1.11
Offline
optware dns323 feed has transmission 1.10 ipk.
See http://www.nslu2-linux.org/wiki/Optware/Dns323 for how to setup.
Offline
quekky wrote:
My transmission.sh only works with ffp 0.5, as it requires a function file in 0.5. It also auto setup the download dir on 1st run
You can modify KyleK or Shadowandy sh file and add "su nobody -c" in front of the command to run transmission-daemon. Remember to chmod the .transmission and download dir after that
I couldn't seem to get this working.
My start script has this line to start the Daemon
nohup ${BINDIR}/transmission-daemon -f 1>/dev/null 2>/dev/null &
I tried the "su nobody -c" before and after the nohup but when I tried to start the daemon it didn't work.There were no errors but a ps -ef showed it was not running.
RAP
Offline
bzhou wrote:
optware dns323 feed has transmission 1.10 ipk.
See http://www.nslu2-linux.org/wiki/Optware/Dns323 for how to setup.
Hi bzhou
I tried to follow this web page so that I could update my transmission but couldn't get it to work.
First, is there an error on the web page? It has the line
tar -xOvzf $ipk_name ./data.tar.gz | tar -C / -xzvf -
shouldn't that be
tar -xOvzf $ipkg_name ./data.tar.gz | tar -C / -xzvf -
as $ipk_name doesn't exist?
After running my corrected command when I try and run either /opt/bin/ipkg update or /opt/bin/ipkg list I get told the respone that "Successfully terminated." however there are no packages listed to install.
Any idea where I have gone wrong?
RAP
Offline
rap wrote:
quekky wrote:
My transmission.sh only works with ffp 0.5, as it requires a function file in 0.5. It also auto setup the download dir on 1st run
You can modify KyleK or Shadowandy sh file and add "su nobody -c" in front of the command to run transmission-daemon. Remember to chmod the .transmission and download dir after thatI couldn't seem to get this working.
My start script has this line to start the Daemon
nohup ${BINDIR}/transmission-daemon -f 1>/dev/null 2>/dev/null &
I tried the "su nobody -c" before and after the nohup but when I tried to start the daemon it didn't work.There were no errors but a ps -ef showed it was not running.
RAP
I'm not too sure about ffp 0.4, I think you can try to put the full path of transmission-daemon
su nobody -c "/mnt/HD_a2/fun_plug/bin/transmission-daemon -f 1>/dev/null 2>/dev/null &"
(include the quotes)
Last edited by quekky (2008-04-07 11:52:35)
Offline
Hello all
What are the advantages of transmission over the MlDonkey? Is it really worth to switch ? There are a lot of useful options in mldonkey and i cannot find them in transmission ? (file_completed_cmd for example).
Offline
rap wrote:
shouldn't that be
tar -xOvzf $ipkg_name ./data.tar.gz | tar -C / -xzvf -
as $ipk_name doesn't exist?
After running my corrected command when I try and run either /opt/bin/ipkg update or /opt/bin/ipkg list I get told the respone that "Successfully terminated." however there are no packages listed to install.
Thanks, I've corrected the ipkg_name typo.
The second problem is caused by not setting up any feed. The instruction for adding a feed is already on the wiki, repeated here.
To configure that feed as the default feed, just add in /opt/etc/ipkg.conf
src dns323 http://ipkg.nslu2-linux.org/feeds/optwa … /unstable/
Offline
bzhou wrote:
rap wrote:
shouldn't that be
tar -xOvzf $ipkg_name ./data.tar.gz | tar -C / -xzvf -
as $ipk_name doesn't exist?
After running my corrected command when I try and run either /opt/bin/ipkg update or /opt/bin/ipkg list I get told the respone that "Successfully terminated." however there are no packages listed to install.Thanks, I've corrected the ipkg_name typo.
The second problem is caused by not setting up any feed. The instruction for adding a feed is already on the wiki, repeated here.To configure that feed as the default feed, just add in /opt/etc/ipkg.conf
src dns323 http://ipkg.nslu2-linux.org/feeds/optwa … /unstable/
Thanks - got it working now.
I read "To configure that feed as the default feed" as being optional because there is already the step "feed=http://ipkg.nslu2-linux.org/feeds/optware/dns323/cross/unstable" which I thought would work as a one-off.
Cheers
RAP
Offline
jotka wrote:
Hello all
What are the advantages of transmission over the MlDonkey? Is it really worth to switch ? There are a lot of useful options in mldonkey and i cannot find them in transmission ? (file_completed_cmd for example).
In transmission you can add/remove torrents from webpage (from any computer with internetaxx) instead of uploading the torrent file via ftp in mldonkey, easy to change path where to download, it also seems to be accepted on more private trackers, it has lesser options but you can control upload/download speed and thats all i need.
Offline
I'm using fun plug 0.5, and so I'm using the release from Quekky, (and thanks to all of you for compiling this stuff... I'd be nowhere without your postings!). I've managed to get fun plug set up, I'm telnet connected with Putty, and I believe I've got Transmission running correctly. I've noticed that I can't download anything from KyleK's original post, (using IE7). Has anyone else had problems with the download link, or am I doing something wrong?
Offline
There were some changes at the server side, which I didn't notice, sorry. The links should work again.
Offline
Hi Kyle, following your suggestion to use
su nobody -c "${BINDIR}/transmission-daemon -f 1>/dev/null 2>/dev/null &"
when running the script, it fail with message something likeunable to create dev null? Any step I have missed?
Offline
/dev/null should already be accessible, and it belongs to the user 'nobody' by default. I can't think of anything why that command would try to create /dev/null.
Make sure you don't have a typo in there. It has t be "1>/dev/null 2>/dev/null" (no whitespaces before or after the >, there must be a slash before 'dev')
Btw, I had some problems with running Transmission as user 'nobody', because the .transmission folder and the download folder already existed.
In order to work properly, both directories have to be created by user 'nobody' as well.
Offline
zionsg88 wrote:
su nobody -c "${BINDIR}/transmission-daemon -f 1>/dev/null 2>/dev/null &"
At least in some firmware versions, /dev/null is not world-writeable. All my funplugs fix this during boot. If you use sth else, try this:
chmod a+w /dev/null
Offline
quekky wrote:
For those running ffp 0.5-experimental, I've created a package based on shandowandy's binary
http://www.uploading.com/files/R4RMI1XE … 6.tgz.html
Installation:
- funpkg transmission-1.06.tgz
- /ffp/start/transmission.sh start
Notes:
- default TRANSMISSION_HOME=/mnt/HD_a2/downloads/.transmission
- default downloads to /mnt/HD_a2/downloads
- runs as "nobody" user so that you can delete the downloads from samba or ftp
- to manage use clutch (see KyleK's or shandowandy's instruction) or command line (need to "export TRANSMISSION_HOME=/mnt/HD_a2/downloads/.transmission")
Hi, quekky
Thanks for your compliling.
When i run transmission-daemon -d, i get error" [warn] epoll_create : Function not implemented", "Couldn't get information for file "//.transmission/stats.benc: No such file or directory
Offline
Before running transmission-daemon, you have to set the home directory:
export TRANSMISSION_HOME=/mnt/HD_a2/downloads/.transmission
The warning about epoll can be ignored.
Offline
fonz wrote:
zionsg88 wrote:
su nobody -c "${BINDIR}/transmission-daemon -f 1>/dev/null 2>/dev/null &"
At least in some firmware versions, /dev/null is not world-writeable. All my funplugs fix this during boot. If you use sth else, try this:
Code:
chmod a+w /dev/null
Thanks.. I will try that first.. see if I can make it work
Offline
Can anyone help how to make Transmission create downloaded files/folders with such permissions that it allows deletion from Windows where the 323 is mapped?
Offline
vedeja wrote:
Can anyone help how to make Transmission create downloaded files/folders with such permissions that it allows deletion from Windows where the 323 is mapped?
It's in this thread - see post 63
RAP
Offline
Tried using the su nobody -c in post 63 and it won't start the daemon. Only when nohup is used does it starts the daemon.
Offline
HI all,
I keep on getting a connection failed when I run Clutch, it says something about not being able to connect to the transmission server. in the details of the error, I get "403 forbidden." I have already chmod -R 0777 /www/pages/clutch/remote/data. Please kindly advice. Thanks
export BINDIR='/mnt/HD_a2/fun_plug.d/bin'
export DATADIR='/mnt/HD_a2/fun_plug.d/share'
export ETCDIR='/mnt/HD_a2/fun_plug.d/etc'
export FUNPLUGDIR='/mnt/HD_a2/fun_plug.d'
export FUNPLUGTAR='/mnt/HD_a2/fun_plug.tar'
export HOME='/'
export LD_LIBRARY_PATH='/mnt/HD_a2/fun_plug.d/lib'
export LIBDIR='/mnt/HD_a2/fun_plug.d/lib'
export LOGDIR='/mnt/HD_a2/fun_plug.d/log'
export LOGFILE='/mnt/HD_a2/fun_plug.d/log/fun_plug.log'
export OLDPWD='/mnt/HD_a2/www/pages/clutch/remote/data'
export PATH='/mnt/HD_a2/fun_plug.d/sbin:/mnt/HD_a2/fun_plug.d/bin:/usr/bin:/bin:/usr/sbin:/sbin'
export PWD='/'
export SBINDIR='/mnt/HD_a2/fun_plug.d/sbin'
export SHELL='/bin/sh'
export TERM='vt102'
export USER='root'
1583 root /sys/custom/upnp/upnp 0 D-Link Corporation http://www.dlink.com
1594 root /web/webs
1606 root fancontrol
1629 root op_server 3 3 3
1635 root -sh
1668 root lpd Waiting
1709 root crond
2234 root /mnt/HD_a2/fun_plug.d/sbin/telnetd -l /mnt/HD_a2/fun_plug.d/bin/
2264 root /mnt/HD_a2/fun_plug.d/sbin/lighttpd -f /mnt/HD_a2/fun_plug.d/etc
2272 root /mnt/HD_a2/fun_plug.d/bin/transmission-daemon -f
2281 root /mnt/HD_a2/fun_plug.d/bin/transmission-daemon -f
2282 root /mnt/HD_a2/fun_plug.d/bin/transmission-daemon -f
3867 root /mnt/HD_a2/fun_plug.d/bin/sh
Offline
rap had the same problem, it turned out it was some error in his lighttpd.conf. I'm not sure though what it was exactly. I'm sure he can jump in and provide support shortly.
Offline
KyleK wrote:
rap had the same problem, it turned out it was some error in his lighttpd.conf. I'm not sure though what it was exactly. I'm sure he can jump in and provide support shortly.
Hi Kylek,
currently i'm encountering the Daemon error, transmission daemon is not running. any idea what's the issue?
/mnt/HD_a2/ffp/start # transmission-remote -m
[warn] epoll_create: Function not implemented
export HOME='/'
export OLDPWD='/mnt/HD_a2/ffp'
export PATH='/ffp/sbin:/ffp/bin:/usr/sbin:/sbin:/usr/bin:/bin'
export PWD='/mnt/HD_a2/ffp/start'
export SHELL='/bin/sh'
export TERM='vt102'
export TRANSMISSION_HOME='/mnt/HD_a2/downloads/.transmission'
export USER='root'
Last edited by oasis (2008-04-18 07:08:26)
Offline
Can someone guide me what is the default root password when i start the sshd.sh service? thanks
Offline