Search found 1232 matches

by Jordan
Wed Jan 02, 2013 6:44 pm
Forum: General
Topic: Transmissionbt extreme memory usage on ARM-Linux
Replies: 9
Views: 16206

Re: Transmissionbt extreme memory usage on ARM-Linux

Sure, thanks for the offer. Mail me a throwaway ssh account name + password, and the exact steps to reproduce the behavior on your system with some public domain torrents, to [my name] @transmissionbt.com, and I'll take a look. Also if you could ensure that valgrind and gdb are installed, and that y...
by Jordan
Mon Dec 31, 2012 9:23 pm
Forum: GTK+ Requests
Topic: Port is closed
Replies: 5
Views: 51096

Re: Port is closed

There's an issue with the portcheck server at transmissionbt.com, and the admin isn't available to look at it right now; I think he's busy with the holidays. In the meantime, if canyouseeme.org is happy, then you've got nothing to worry about. This has been mentioned in like a dozen threads already,...
by Jordan
Mon Dec 31, 2012 9:22 pm
Forum: Support
Topic: Transmission still hangs horribly
Replies: 45
Views: 44960

Re: Transmission still hangs horribly

This dev isn't seeing that behavior, so without more information nothing's going to happen. You may want to try running a debug build of Transmission in a debugger and manually getting a backtrace in the middle of a hang... which is kind of a pain, but unless you have a better idea... :/ $ sudo apt-...
by Jordan
Mon Dec 31, 2012 4:52 pm
Forum: General
Topic: Transmissionbt extreme memory usage on ARM-Linux
Replies: 9
Views: 16206

Re: Transmissionbt extreme memory usage on ARM-Linux

I'm not seeing anything like that kind of use. How many torrents do you have loaded? I just ran a valgrind massif session with transmission-daemon to download a Linux iso, and also seeding a handful of torrents I already had loaded, and massif reports a peak use of 11.8 MiB. Do you have any other in...
by Jordan
Sun Dec 30, 2012 9:51 pm
Forum: Web Interface
Topic: Trasmissions Preferences
Replies: 6
Views: 7013

Re: Trasmissions Preferences

There's a known issue with the portcheck server, it's being looked into.

It's not giving meaningful results right now.
by Jordan
Sun Dec 30, 2012 7:54 pm
Forum: Mac Support
Topic: Broken Port Forwarding detection
Replies: 19
Views: 19514

Re: Broken Port Forwarding detection

Looks like it's a problem with the portcheck server.
by Jordan
Sun Dec 30, 2012 5:08 pm
Forum: Mac Support
Topic: Version 2.74 crashes at startup
Replies: 18
Views: 19856

Re: Version 2.74 crashes at startup

mikeeg wrote:Hi,
I have the same problom with the 2.75
Starts up and crashes after about 5 seconds

Any Ideas?

Can't attach log as it is to long for this board
See the "how to report a bug" sticky at the top of the forum :)
by Jordan
Sat Dec 29, 2012 7:52 pm
Forum: Requests
Topic: Proxy Server support a must have
Replies: 4
Views: 16783

Re: Proxy Server support a must have

Locked duplicate thread. This has been asked, and answered, before.
by Jordan
Sat Dec 29, 2012 4:38 pm
Forum: Support
Topic: KDE, QT: logout cancelled by transmission-qt
Replies: 4
Views: 3799

Re: KDE, QT: logout cancelled by transmission-qt

What happens if you set "inhibit-desktop-hibernation" to false in settings.json before starting the app?
by Jordan
Sat Dec 29, 2012 4:36 pm
Forum: Support
Topic: Compiling Transmission on Kubuntu
Replies: 5
Views: 4560

Re: Compiling Transmission on Kubuntu

ah, a transcription error on my part. that should have read:

(gdb) handle SIGPIPE nostop noprint pass
by Jordan
Sat Dec 29, 2012 12:17 pm
Forum: GTK+ Support
Topic: Progress bar always orange?
Replies: 2
Views: 4360

Re: Progress bar always orange?

Great guess! Yes, that's exactly what it is :)
by Jordan
Sat Dec 29, 2012 12:16 pm
Forum: Support
Topic: Compiling Transmission on Kubuntu
Replies: 5
Views: 4560

Re: Compiling Transmission on Kubuntu

Yeah, I'd definitely be interested in seeing that, but the corefile itself doesn't do me any good. The easiest way to do it is to let Ubuntu's crash reporter file a ticket in launchpad. If you don't want to do it that way, here's one way to do it by hand: $ cd transmission-2.75/gtk/ $ gdb transmissi...
by Jordan
Sat Dec 29, 2012 2:49 am
Forum: General
Topic: Happy New Year!
Replies: 2
Views: 4880

Re: Happy New Year!

cfpp2p wrote:Happy New Year!
Happy New Year, cfpp2p!
by Jordan
Sat Dec 29, 2012 1:42 am
Forum: Support
Topic: Compiling Transmission on Kubuntu
Replies: 5
Views: 4560

Re: Compiling Transmission

The next thing I'd try is "sudo apt-get build-dep transmission" to have debian pull in all the build dependencies automatically.