Search found 10 matches

by raiderG
Tue Jan 11, 2011 5:37 pm
Forum: Support
Topic: issue with daemon not reloading torrents at restart
Replies: 0
Views: 1292

issue with daemon not reloading torrents at restart

HI,

I have 2.13 transmission on asus router (oleg firmware on 32 MB RAM router)
For some reason my daemon processes stopped at some point, or I may chose to stop it.
When restarting the transmission daemon I expect that it reloads my pending torrents and also seeds.
For some time now I must reload ...
by raiderG
Fri Jan 07, 2011 10:04 pm
Forum: Support
Topic: Stopping transmission-daemon properly so it doesnt re-check
Replies: 6
Views: 7700

Re: Stopping transmission-daemon properly so it doesnt re-ch

raiderG
Wrong, you didn't understand what I was saying: you can stop the daemon and then move/delete/edit/copy-something-else-into the file, when the daemon starts after wards it has to check, call it sanity-check.

Well as it seems it usually it does not do that, otherwise every time when ...
by raiderG
Fri Jan 07, 2011 9:40 pm
Forum: Support
Topic: transmission daemon starting but no activity (very low cpu)
Replies: 9
Views: 8305

Re: transmission daemon starting but no activity (very low c

when you list them with transmission-remote -l or in web-ui you only see the newly added ones
You ran the daemon with different settings.json, the original one stored all its info in one place, then you changed to another and the daemon only sees the info on the new place.

Now I managed to run ...
by raiderG
Fri Jan 07, 2011 9:27 pm
Forum: Support
Topic: transmission daemon starting but no activity (very low cpu)
Replies: 9
Views: 8305

Re: transmission daemon starting but no activity (very low c

I have managed to make it accept adding new torrents (solved the issue with web-ui by setting rpc-enabled=true).
I thing that for most of the time the issue for inactivity was because *somehow* even though I have lots of torrents pending and some other big chunk of them for seeding, when you list ...
by raiderG
Fri Jan 07, 2011 8:58 pm
Forum: Support
Topic: Stopping transmission-daemon properly so it doesnt re-check
Replies: 6
Views: 7700

Re: Stopping transmission-daemon properly so it doesnt re-ch

SIGINT and SIGTERM stops the daemon cleanly.

But the "doesn't re-check" is not going to happen, it always checks when it starts up. Think about it, anything could have been changed when it was stopped, it has to check.

Actually if you think of the torrent as those many parts that compose a ...
by raiderG
Fri Jan 07, 2011 8:55 pm
Forum: Support
Topic: Stopping transmission-daemon properly so it doesnt re-check
Replies: 6
Views: 7700

Re: Stopping transmission-daemon properly so it doesnt re-ch

SIGINT and SIGTERM stops the daemon cleanly.

But the "doesn't re-check" is not going to happen, it always checks when it starts up. Think about it, anything could have been changed when it was stopped, it has to check.

Indeed I've seen that stopping with : kill -15 `pidof transmission-daemon ...
by raiderG
Fri Jan 07, 2011 8:11 pm
Forum: Support
Topic: transmission daemon starting but no activity (very low cpu)
Replies: 9
Views: 8305

Re: transmission daemon starting but no activity (very low c

So the only problem is the "no activity"?

None at all? You don't see tracker info for instance. Or is it only your torrents not doing anything?

if I do transmission-remote -l to list my torrents nothing. I used to be able to see the web interface with nothing in it. But as I described above now ...
by raiderG
Fri Jan 07, 2011 8:09 pm
Forum: Support
Topic: transmission daemon starting but no activity (very low cpu)
Replies: 9
Views: 8305

Re: transmission daemon starting but no activity (very low c

I attach now my settings (doesn't let me to attach anything). This time put the settings to "default" location for daemon to take (the one that appears in logs) daemon starts, some CPU usage at start than drops suddenly to 0:

$ transmission-daemon -f
[22:02:51.213] Transmission 2.13 (11501) started ...
by raiderG
Fri Jan 07, 2011 7:57 pm
Forum: Support
Topic: transmission daemon starting but no activity (very low cpu)
Replies: 9
Views: 8305

Re: transmission daemon starting but no activity (very low c


That looks like a mess.

But you are not telling us what are the parameters used with the daemon. The ipkg install doesn't leave a start-up script (or at least it didn't the last time I looked at it, which was very long ago), do you use a script? does it set parameters like which user runs ...
by raiderG
Fri Jan 07, 2011 7:28 pm
Forum: Support
Topic: transmission daemon starting but no activity (very low cpu)
Replies: 9
Views: 8305

transmission daemon starting but no activity (very low cpu)

Hi all,

I have an asus wl-500gp, and have been using transmission 2.13 (using oleg firmware, armel ipkg package) quite successfully until recently.
The first symptoms I observed was that while I was editing the json.settings after starting the daemon processes (4 of them ahd all the time, even when ...