Search found 1232 matches

by Jordan
Thu Jan 17, 2013 4:09 pm
Forum: Mac Support
Topic: Transmission 2.61-2.76 crashes OS X 10.8 (Mountain Lion)
Replies: 2
Views: 3883

Re: Transmission 2.61-2.76 crashes OS X 10.8 (Mountain Lion)

Nobody else is reporting this, and apps shouldn't be able to cause kernel panics.

It's very likely that this is an issue with your system, rather than a Transmission or even OS X bug.
by Jordan
Mon Jan 14, 2013 6:27 pm
Forum: Support
Topic: List completed torrents using RPC?
Replies: 5
Views: 7598

Re: List completed torrents using RPC?

If in doubt, run it in

Code: Select all

transmission-remote --debug --your-args-here
and inspect the JSON that it sends. That's what I do :)
by Jordan
Sun Jan 13, 2013 5:14 am
Forum: Support
Topic: Transmission 2.73 GUI "Freeze"/Hangups [Ubuntu 12.04]
Replies: 8
Views: 6702

Re: Transmission 2.73 GUI "Freeze"/Hangups [Ubuntu 11.04]

No success building? No success freezing? What?
by Jordan
Sun Jan 13, 2013 5:11 am
Forum: Support
Topic: Transmission still hangs horribly
Replies: 45
Views: 44998

Re: Transmission still hangs horribly

I've tried to make something with it, but I've found only a torrent that had max transfers ~2,5MB/s and only ~9k parts. I've ctrl+c on it when it was at ~95% CPU and the speed went down. Hope you can use it: http://pastebin.com/KetnLZsv In this pastebin, Transmission is busy running assertions that...
by Jordan
Sat Jan 12, 2013 8:06 pm
Forum: Support
Topic: Transmission 2.73 GUI "Freeze"/Hangups [Ubuntu 12.04]
Replies: 8
Views: 6702

Re: Transmission 2.73 GUI "Freeze"/Hangups [Ubuntu 11.04]

This sounds a little bit like https://trac.transmissionbt.com/ticket/5168, so if you are comfortable building from source, you might try pulling down a trunk tarball from http://build.transmissionbt.com/ to see if it helps any.
by Jordan
Sat Jan 12, 2013 8:04 pm
Forum: GTK+ Support
Topic: GTK UI built improperly on Mac OS X?
Replies: 3
Views: 5009

Re: GTK UI built improperly on Mac OS X?

Wow. I've no idea what the fix is, but I'd love to hear how it works out for you.
by Jordan
Wed Jan 09, 2013 7:22 pm
Forum: Support
Topic: Watch dir only looked at on daemon start
Replies: 12
Views: 25296

Re: Watch dir only looked at on daemon start

Do you really have the spaces in the directory setting? It should be something like "/opt/ya/tor", not "/ opt / ya / tor"
by Jordan
Mon Jan 07, 2013 6:48 pm
Forum: Support
Topic: tracker announcement port issue
Replies: 3
Views: 3609

Re: tracker announcement port issue

It's possible that this is the problem: https://bugs.launchpad.net/ubuntu/+sour ... bug/937537
by Jordan
Mon Jan 07, 2013 6:04 pm
Forum: Support
Topic: Transmission daemon adds torrent name to download location
Replies: 3
Views: 3156

Re: Transmission daemon adds torrent name to download locati

if you use transmission-show on the .torrent file that you're adding, I suspect you'll find that yyy/zzz is a path specified in the .torrent itself.
by Jordan
Sat Jan 05, 2013 6:20 pm
Forum: Support
Topic: Restrict certain RPC changes
Replies: 3
Views: 3215

Re: Restrict certain RPC changes

Hmm, I was thinking more along the lines of having a read-only mode.
by Jordan
Sat Jan 05, 2013 2:55 am
Forum: Mac Support
Topic: Broken Port Forwarding detection
Replies: 19
Views: 19526

Re: Broken Port Forwarding detection

x190 wrote:
Until the server gets fixed
So is M'sieu aware of the problem?
Titer's fixed the portcheck server. Anyone still seeing "port is closed" might just have a closed port. :lol:
by Jordan
Sat Jan 05, 2013 2:54 am
Forum: Support
Topic: Restrict certain RPC changes
Replies: 3
Views: 3215

Re: Restrict certain RPC changes

The restrictions should probably be put into rpcimpl.c.

There's an open ticket similar to this, https://trac.transmissionbt.com/ticket/5019
by Jordan
Fri Jan 04, 2013 3:28 pm
Forum: Mac Support
Topic: Broken Port Forwarding detection
Replies: 19
Views: 19526

Re: Broken Port Forwarding detection

The important thing to understand is that your port isn't necessarily closed.

Transmission itself hasn't changed; It's the portcheck server that's broken at the moment and is always returning "closed."

Until the server gets fixed, try testing things manually with canyouseeme.com.
by Jordan
Wed Jan 02, 2013 6:55 pm
Forum: Support
Topic: Transmission still hangs horribly
Replies: 45
Views: 44998

Re: Transmission still hangs horribly

If you pull from the svn trunk branch, the executables built there will have debug symbols up until the "make install" step. The only time I run "make install" during testing/debugging is when there's a bug report about the install rules :) Building from an svn stable branch will...