Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Well, what exactly isn't working?
First you should check if Transmission is running:
$ ps | grep transmission
(No, the prompt prefix doesn't matter).
If it's not running, start it:
$ /ffp/start/transmission.sh start
Wait a couple of seconds, then check again if it is running. If not, it apparently crashed.
There's a logfile at /mnt/HD_a2/.transmission-daemon/transmission-daemon.log that might help you to find the problem.
If it is running, ask it something:
$ transmission-remote -l
It should give you a list of all the loaded torrents (I presume this list is empty for you).
If it doesn't throw an error, Transmission is running just fine.
Now to open the web interface, you have to enter the URL from the first post into your browser:
http://<your NAS IP>:9091/transmission/web/
The last slash is important! Beware that if you changed the RPC port, you have to change it in the URL as well.
Your browser should now ask you for your username and passwort (if you specified one when configuring Transmission for the first time), enter that and it shall present you with the Transmission Web UI. From here you can add/remove torrents and watch their status.
Offline
Thank KyleK .... its all working now (was working all the time). I was viewing the old clutch at http://192.168.1.3/Clutch-0.4/ instead of the URL up in your last post!!! (runnng lighttpd)
Appreciate all your efforts with this...
Cheers
Chumby
Offline
KyleK wrote:
wiiguy1 wrote:
when i do
su nobody -c "transmission-daemon -f -g /i-data/2542aae3/transmission/.transmission-daemon -w /i-data/2542aae3/transmission -t -u username -v p0assowrd -a 127.0.0.1,192.168.*.*"
nothing happens
i ahd to replace the folder path because i am on a nsa110Nothing as in no output on the screen?
Did you make sure you specified the '-f' parameter to run Transmission in the foreground?
You can check with 'top' or 'ps' if transmission-daemon is running in background.
ok i retriede it and did ps afterwards > this is teh results
http://pastebin.com/0fz7Byd2
nothing happend again
Offline
Are you sure that my version of Transmission is compatible with the NSA-110? Running the command should give you at least some status messages.
What happens if you run:
$ transmission-daemon --version
Does the user 'nobody' exist?
Offline
KyleK wrote:
Are you sure that my version of Transmission is compatible with the NSA-110? Running the command should give you at least some status messages.
What happens if you run:Code:
$ transmission-daemon --versionDoes the user 'nobody' exist?
root@nsa210:~# transmission-daemon --version
transmission-daemon 2.32 (12523)
as you co0uld see in the pastebin > http://pastebin.com/0fz7Byd2 < there are some things running under the user 'nobody'
Offline
Hm, this is really weird.
Can you try running it as user root?
$ transmission-daemon -f -g /i-data/2542aae3/transmission/.transmission-daemon -w /i-data/2542aae3/transmission -t -u usersname -v password -a 127.0.0.1,192.168.*.* --log-debug 2>&1
Offline
KyleK wrote:
Hm, this is really weird.
Can you try running it as user root?Code:
$ transmission-daemon -f -g /i-data/2542aae3/transmission/.transmission-daemon -w /i-data/2542aae3/transmission -t -u usersname -v password -a 127.0.0.1,192.168.*.* --log-debug 2>&1
here is the log > http://pastebin.com/PvKAFZJX
Offline
Well, this looks good. It shows that Transmission runs fine as user root. For some reason, not so fine with user nobody.
Why that is, I can't really say though, it must be something specific about the NSA-110.
You can continue to run Transmission as user root, but you won't be able to delete any downloaded files via Samba (e.g. from a Windows machine).
To do so, edit the start script (/ffp/start/transmission.sh) to use 'root' instead of 'nobody'.
Last edited by KyleK (2011-07-05 17:17:36)
Offline
He could create a post download script to change the ownership and permission of the files.
Offline
wiiguy1 wrote:
KyleK wrote:
Does the user 'nobody' exist?
root@nsa210:~# transmission-daemon --version
transmission-daemon 2.32 (12523)
as you co0uld see in the pastebin > http://pastebin.com/0fz7Byd2 < there are some things running under the user 'nobody'
Those processes are the firmware Apache processes. On the NSA210 FFP is chrooted, and so it uses a different passwd/shadow file. I suggest you to check your passwd file to see if there is a 'nobody' inside.
Offline
Mijzelf wrote:
wiiguy1 wrote:
KyleK wrote:
Does the user 'nobody' exist?
root@nsa210:~# transmission-daemon --version
transmission-daemon 2.32 (12523)
as you co0uld see in the pastebin > http://pastebin.com/0fz7Byd2 < there are some things running under the user 'nobody'Those processes are the firmware Apache processes. On the NSA210 FFP is chrooted, and so it uses a different passwd/shadow file. I suggest you to check your passwd file to see if there is a 'nobody' inside.
you mean on the ffp or on the nsa-110 ? (if on the nsa-110 got any direction where i coudl find it ?)
on the ffp i found > nobody:x:99:99:Nobody:/:/sbin/nologin ( it seems it also contains my other users i created on the nsa-110 itself) within \\192.168.1.116\Sony-Storage-Media-010015\ffproot\tmp\etc\passwd
another nobody i found on nobody:x:99:99:Nobody:/:/ffp/bin/false in \\192.168.1.116\Sony-Storage-Media-010015\ffproot\ffp\etc\passwd
Last edited by wiiguy1 (2011-07-06 15:30:59)
Offline
Sorry, I should read better. I assumed you were talking about your ZyXEL NSA210, on which ffp is chrooted. I don't know anything about the (Sony?) NSA110.
Offline
Hm. Either way, doesn't the use of 'su' necessitate that the user ('nobody' in this case) uses a valid shell?
It being set to 'nologin' or '/bin/false' weirdly explains why the command in question returned without any output whatsoever.
Offline
I did find another block list on http://www.bluetack.co.uk/config/level1.gz
KyleK wrote:
lamski wrote:
I just noticed that the block list http://download.m0k.org/transmission/files/level1.gz is missing. Did something happen to it?
I have it somewhere deep in my head that the Transmission guys stopped providing a blocklist, but for the life of me I can't find any proof for that.
I believe there are other places which produce a compatible blocklist on a regular basis.
Offline
Mijzelf wrote:
Sorry, I should read better. I assumed you were talking about your ZyXEL NSA210, on which ffp is chrooted. I don't know anything about the (Sony?) NSA110.
that sony is my usb where the ffp is on
and i did mean the NSA-210 :p(no idea why i called it the nsa-110)
Last edited by wiiguy1 (2011-07-06 22:45:08)
Offline
I've looked through about 10 pages and searched, but came up with nothing before posting..
What are some ways (or settings) that can affect the speed of a torrent? I have 2.32 and my torrents are typically fine, but one in particular has 100s of seeds and 1000s of leeches and it only downloads at like 5KB/s.. The torrent is very popular and I downloaded it from the trackers website, but it is still very slow..
Any ideas about solutions or ways to speed up torrents?
Thank You
Edit: I just noticed that under the Trackers List.. any trackers that start with UDP do not work, but the ones with HTTP do.. may be a good lead.. Also, the port forwarding option for the Transmission port is open for both TCP and UDP..
Last edited by TylerD004 (2011-07-08 03:11:37)
Offline
ok it seems i got it fulle working now
first i added my nas admin account to the ffp passwd list
then i started transmission with my admin account (THAT WORKED)
then i editted transmission.sh > so that it wont use nobody but admin
and now it all works on the NSA-210
Offline
Hi Everyone,
I have been using Transmission on my DNS-323 for a while now, and it has always worked great (thanks KyleK!). I recently shut down my 323 and when I restarted it i found that Transmission wasn't running. Turns out that transmission won't start because it couldn't find the config file. I went to find the file and the config.json file has disappeared (I have no idea why). Reinstalling transmission does not bring the sample config file back.
Could someone please post a copy (preferably a fresh copy) of the config.json file? I was using version 2.31 when this happened, but have since upgraded to 2.32 (but I still can't start it). The config for any recent version would be appreciated.
Thanks!
Offline
I suppose you mean settings.json?
Transmission usually creates a new one if one doesn't already exist. There is no default config.json
I assume Transmission created the config folder somewhere on the NAS's flash, which gets wiped upon reboot.
Just follow the instructions from the first post and do as you would set up Transmission for the first time.
(Of course, the information about which torrents were downloading/seeding, is lost. You'll have to readd all torrents, I'm afraid.)
Offline
Hi KyleK,
Yes, I do mean settings.json . Upon further investigation it seems that the settings file in my default installation directory (.transmission-daemon) has become corrupt upon my last reboot. When I list the contents of the directory where it should be I get the following error:
ls: /mnt/HD_a2/.transmission-daemon/settings.json: Input/output error
The file does not show up when viewing through windows explorer, and I can't copy a fresh copy of the settings file into the directory as I get the same input/output error. I think my only option at this point will be to abandon my original install directory and make a new one.
Thanks for your help and for all your hard work bringing us a useful BT client on the 323!
Offline
Uh. doesn't "Input/output error" refer to a problem with the hard-drive? I've had the same thing with FFP on a USB stick that was apparently not supported.
Check dmesg to see if there are any hints on the health of your drives.
A disk check might be helpful as well (there's a whole thread on this forum on how to properly test the drives for errors).
Last edited by KyleK (2011-07-14 15:57:03)
Offline
I used an older transmission 2.13-1 to install and that worked well for me as I was able to install it properly but I have a problem with curl and it would not start in any way.
I tried checking on some funfiler and non seem to work. Can anyone direct me to a link where I can download curl so that I could get things to roll here? Thank you.
Last edited by cheen (2011-07-18 06:04:25)
Offline
There's link to libcurl in the first post, does it not work?
A newer version of libcurl is available here: http://inreto.de/dns323/fun-plug/0.5/ex … kages/net/
Offline
where can i find ver 2.33 for dns-323 ? thanks
Offline
Yeah, I noticed that 2.33 is out as well. The only reason I went looking for this is I seems to be having some problems with 2.32.
The web interface is not refreshing or displaying the all the torrents. For example, when I click on the Seeding screen, the seeds does not appear unless I refresh the page. When I navigate, say to Downloading, the back to Seeding, then all the seeds disappear again. It is still seeding, but the information does not appear unless I refreshed the page. I reinstall just to make sure I did not do something wrong, but the 2nd install still exhibit the same problems.
Offline