Search found 268 matches

by gunzip
Thu Apr 12, 2012 1:02 pm
Forum: General
Topic: Transmission-daemon error
Replies: 2
Views: 3267

Re: Transmission-daemon error

at first glance it appears your download-dir does not exist, or you forgot to mount it before starting the daemon.
by gunzip
Thu Apr 12, 2012 12:10 pm
Forum: Support
Topic: [SOLVED] Transmission Not Using the Correct Ports?
Replies: 2
Views: 4249

Re: Transmission Not Using the Correct Ports?

your firewall looks misconfigured as all outgoing traffic is being blocked. if you temporarily disable the fw, does it start connecting to peers?

the exchange of torrent data with other peers is not limited to the peer listen port, if that is what you are assuming.
by gunzip
Thu Apr 12, 2012 11:50 am
Forum: Support
Topic: File permission
Replies: 2
Views: 2473

Re: File permission

stop transmission, then edit settings.json and change to:

"umask": 0,

which should give universal read/write access (file permissions 666). more info here:

https://trac.transmissionbt.com/wiki/Ed ... dLocations
by gunzip
Mon Apr 09, 2012 12:47 pm
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 16893

Re: Transmission-daemon not picking up on watch directory

is the user "john" the same user that the daemon is running under? i suspect not.

try stopping the service, and doing..

Code: Select all

sudo chmod -R 777 /home/john/Dropbox/torrents
that should give universal permission for read/write access to the torrents watch folder
by gunzip
Mon Apr 09, 2012 6:23 am
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 16893

Re: Transmission-daemon not picking up on watch directory

mildfuzz wrote:Where is the log?
the logfile location is customizable depending on how your installation was packaged, but usually on Debian/Ubuntu the default would be

/var/log/syslog

Edit:

also you can get more verbose debugging output changing to "message-level": 3, in settings.json
by gunzip
Mon Apr 09, 2012 5:50 am
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 22492

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

in initial testing both the individual and global seed progress bars in the web-ui are now working for me, using latest svn update

transmission-daemon 2.51+ (13283) and Firefox 11.0
by gunzip
Mon Apr 09, 2012 5:35 am
Forum: Support
Topic: Transmission-daemon not picking up on watch directory
Replies: 10
Views: 16893

Re: Transmission-daemon not picking up on watch directory

take a look at your logfile, and when daemon starts you should see something like.. . . Watching "/home/user1/btornado/tmp/" for new .torrent files (daemon.c:520) Using inotify to watch directory "/home/user1/btornado/tmp/" (watch.c:73) . . and when a torrent is added the log wou...
by gunzip
Sun Apr 08, 2012 9:24 pm
Forum: GTK+ Support
Topic: Queuing in v2.33?
Replies: 1
Views: 3263

Re: Queuing in v2.33?

https://trac.transmissionbt.com/wiki/Changes

you need Transmission 2.40 or greater
by gunzip
Thu Apr 05, 2012 4:39 am
Forum: Support
Topic: configuration
Replies: 3
Views: 3972

Re: configuration

quoted from documentation "man transmission-daemon" ENVIRONMENT http_proxy - libcurl uses this environment variable when performing tracker announces. so in terminal you would export this prior to starting the daemon $ export http_proxy="http://yourproxy.domain.com:proxyport/" $ ...
by gunzip
Tue Mar 13, 2012 3:21 pm
Forum: Web Interface
Topic: [SOLVED] Select All Gone?
Replies: 4
Views: 6848

Re: Select All Gone?

@VoXqWBqQME6WtI: just for the record, i did go ahead and file a ticket for this..

https://trac.transmissionbt.com/ticket/4833
by gunzip
Mon Mar 12, 2012 2:27 pm
Forum: Web Interface
Topic: [SOLVED] Select All Gone?
Replies: 4
Views: 6848

Re: Select All Gone?

Can't find way to select all transfers anymore with 2.50, am i missing something? It used to be under right mouse button IIRC. you're right, in the 2.42 web-interface there were "Select All" and "Deselect All" transfer options at the bottom of the right-click menu -- in 2.50 the...
by gunzip
Tue Mar 06, 2012 4:28 am
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 22492

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

If you use the Web GUI (instead of transmission-remote) to change the global seeding ratio [(wrench icon)edit preferences --> [Torrents] -- Seeding -- [x] "Stop seeding at ratio { xx.xxx }] then all is well, updates immediately after the preferances dialog is closed. yes, you are right .. usin...
by gunzip
Tue Mar 06, 2012 12:40 am
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 22492

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

INFO: current patch --> Thorough testing, NO bugs. Let me know if you find any. Thanks on some initial testing your ratio-rfsh.patch does solve the previous problem of the global seed limits not showing as a seed progress bar, but i noticed i have to manually refresh the web-ui for any current chan...
by gunzip
Mon Mar 05, 2012 11:51 pm
Forum: Support
Topic: 403 Forbidden Error
Replies: 1
Views: 3288

Re: 403 Forbidden Error

"rpc-whitelist": "*.*.*.*", that isn't default value for new Ubuntu or Debian installs, so i suspect you edited /etc/transmission-daemon/settings.json with the transmission-daemon still running, and the therefore the changes are not in effect. try doing this in terminal: sudo /e...
by gunzip
Mon Mar 05, 2012 8:50 pm
Forum: Web Interface
Topic: Can't find gui files
Replies: 6
Views: 15466

Re: Can't find gui files

I had difficulty finding a source for ubuntu 10.04 which has a relatively recent release. i don't run Ubuntu but i see Lucid is a 2-year old release so it's not surprising getting a recent Transmission version would be a problem. As a workaround you could try getting the web files from the other .d...