Search found 13 matches

by TheBigYahi
Wed Apr 18, 2012 4:26 pm
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 19408

Re: Transmission-daemon not picking up on watch directory

I had this same problem a long time ago where my Watch folder and Torrent folder were the same. Try making them different folders.
by TheBigYahi
Thu Sep 02, 2010 1:28 pm
Forum: Support
Topic: Transmission Doesn't Resume on Restart
Replies: 4
Views: 5625

Re: Transmission Doesn't Resume on Restart

Can anyone else confirm this bug on the nightlies? I'd really like to know if it's something unique to my setup.
by TheBigYahi
Sun Aug 22, 2010 8:29 pm
Forum: Support
Topic: Transmission Doesn't Resume on Restart
Replies: 4
Views: 5625

Re: Transmission Doesn't Resume on Restart

I think I found the problem, now whenever a .torrent files is added, it is immediately renamed to "filename.torrent.added" and it appears that the watch directory doesn't automatically add .added files on restart.

I verified this by stopping transmission-daemon, renaming the .added files to ...
by TheBigYahi
Mon Aug 16, 2010 5:48 pm
Forum: Support
Topic: Transmission Doesn't Resume on Restart
Replies: 4
Views: 5625

Transmission Doesn't Resume on Restart

Starting with the nightlies a few weeks ago (sorry I can't be more specific), transmission-daemon no longer remembers what it was doing before it was restarted. If I manually re-add the torrent files it picks up right where it left off. I'm assuming this means that the resume files are intact and ...
by TheBigYahi
Wed Apr 28, 2010 6:33 pm
Forum: Web Interface
Topic: Transmission 1.92+ (10535) Won't Daemonize
Replies: 1
Views: 2291

Re: Transmission 1.92+ (10535) Won't Daemonize

I solved my own problem and thought I'd share if anyone cares. I decided to try to manually start the daemon without the "--background" switch to see if any error messages were popping up that I wasn't seeing though other methods. So I ran:


start-stop-daemon --chuid "transmission" --start ...
by TheBigYahi
Wed Apr 28, 2010 1:03 am
Forum: Web Interface
Topic: Transmission 1.92+ (10535) Won't Daemonize
Replies: 1
Views: 2291

Transmission 1.92+ (10535) Won't Daemonize

I've been keeping pretty up to date with the Nightlies and started having trouble with the daemon shutting down randomly starting about Saturday 4/24. Today I was running 10533 and was experiencing the problem that was fixed in 10534. Ever since that update, trying to start the daemon from the init ...
by TheBigYahi
Wed Apr 21, 2010 2:21 am
Forum: Support
Topic: transmission-remote and blocklist-update
Replies: 6
Views: 12693

Re: transmission-remote and blocklist-update

So I played around with the start-stop-daemon but couldn't get it to work without KILL. I decided to write a script to pause all, restart Transmission, resume all. I then run this as a cron job.

There is one issue that came up, torrents that have finished seeding will resume with the ...-tall -s ...
by TheBigYahi
Fri Apr 09, 2010 12:15 pm
Forum: Support
Topic: transmission-remote and blocklist-update
Replies: 6
Views: 12693

Re: transmission-remote and blocklist-update

The restart command I'm using comes from the init.d script and is as follows:

Code: Select all

start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --name $NAME
Is there a better way to implement this?
by TheBigYahi
Thu Mar 25, 2010 1:30 am
Forum: Support
Topic: transmission-remote and blocklist-update
Replies: 6
Views: 12693

Re: transmission-remote and blocklist-update

Data verification happens on all active downloads when the daemon restarts. Is that not how it's supposed to work?
by TheBigYahi
Wed Mar 24, 2010 3:58 pm
Forum: Support
Topic: transmission-remote and blocklist-update
Replies: 6
Views: 12693

transmission-remote and blocklist-update

I'm running transmission-daemon and I'm trying to set up a cron job to automatically update the blocklist. When I run the job:

@midnight /usr/local/bin/transmission-remote --blocklist-update
I see that the blocklist file gets updated as expected. The only thing that I'm wondering is if, after the ...
by TheBigYahi
Mon Feb 01, 2010 1:35 am
Forum: Support
Topic: transmission-daemon torrents disapear after restart
Replies: 4
Views: 4964

Re: transmission-daemon torrents disapear after restart

So I fixed this by making a symbolic link to the torrent and resume folders out to my External. Now the .torrents from the WebUI are saved and .resume files are created. Wahoooo!
by TheBigYahi
Fri Jan 29, 2010 6:18 pm
Forum: General
Topic: Terminal Client
Replies: 8
Views: 23835

Re: Terminal Client

Having an issue getting transmission-remote-cli working. I installed the required packages from http://github.com/fagga/transmission-remote-cli and created a config file, but now every time I run it I get this error:

YahiSheeva:/usr/local/bin# transmission-remote-cli.py
Traceback (most recent call ...
by TheBigYahi
Fri Jan 29, 2010 5:06 pm
Forum: Support
Topic: transmission-daemon torrents disapear after restart
Replies: 4
Views: 4964

Re: transmission-daemon torrents disapear after restart

I'm having the same problem running 1.82 on a SheevaPlug with a headless Debian Squeeze build. The specific symptom that I am seeing is that whenever adding a torrent by URL (either in the WebUI or through transmission-remote) the .torrent file never gets saved anywhere. Also, when I restart the ...