Search found 306 matches

by mike.dld
Mon Jan 05, 2015 6:30 am
Forum: Support
Topic: Transmission consistently stops working
Replies: 27
Views: 51772

Re: Transmission consistently stops working

Judging from the sample log all Transmission does is DNS lookups. Some 84 threads are waiting to do a lookup (mutex lock): 10613 Thread_756238 + 10613 thread_start (in libsystem_pthread.dylib) + 13 [0x7fff8969bfc9] + 10613 _pthread_start (in libsystem_pthread.dylib) + 137 [0x7fff8969772a] + 10613 _p...
by mike.dld
Sun Jan 04, 2015 9:35 pm
Forum: Support
Topic: Transmission consistently stops working
Replies: 27
Views: 51772

Re: Transmission consistently stops working

Try sampling Transmission when it "stops working". Use Activity Monitor application for that (take several samples), or better yet "sample" command-line utility (execute `sample Transmission 15 -file /tmp/sample.log`). Pastebin the results and give a link here. Not saying it woul...
by mike.dld
Wed Dec 24, 2014 10:58 am
Forum: Support
Topic: Regarding support for "NON-standards complaint" .torrents
Replies: 4
Views: 3655

Re: Regarding support for "NON-standards complaint" .torrent

I've entered Transmission development team quite recently, so it is up to you whether to take my response as official or not. If you've read the whole discussion of #5517 you may have noticed that it was my patch that was accepted and which resulted in compatibility issues (invalidating torrents whi...
by mike.dld
Thu Dec 18, 2014 6:43 pm
Forum: Support
Topic: Settings from /etc/default/transmission-daemon not apply
Replies: 1
Views: 7371

Re: Settings from /etc/default/transmission-daemon not apply

Here you go: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734467 (systemd unit file uses the (non-existing, default) configuration path) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718624 (transmission-daemon: segfaults with systemd due to erroneous maintainer scripts) There's a workaroun...
by mike.dld
Tue Nov 11, 2014 9:29 pm
Forum: Support
Topic: Help - Cant type in Preference.
Replies: 2
Views: 2036

Re: Help - Cant type in Preference.

For the RTL issue, I guess your locale is to blame. Judging from "Close" button title your system is set to use Hebrew, that's why Qt reverses the layout despite the fact that there's no Hebrew translation for Qt client. Try adding "-reverse" argument to client's command line and...
by mike.dld
Sat Nov 01, 2014 10:00 am
Forum: General
Topic: Is there a way to install Transmission on portable storage?
Replies: 1
Views: 2324

Re: Is there a way to install Transmission on portable stora

It's not impossible I guess. From what I could see they use some ARM chip there and Linux kernel 2.6.21. Bad thing is it's not a normal system, it has pre-compiled firmware and certainly doesn't provide SSH access. This means one would need to make a custom firmware including Transmission (probably ...
by mike.dld
Wed Oct 01, 2014 5:48 pm
Forum: Mac Support
Topic: Transmission quit unexpectantly (2.84)
Replies: 7
Views: 5407

Re: Transmission quit unexpectantly (2.84)

Second crash is at exactly the same place as the first one.
We don't need the whole debug output. Last couple hundred lines may suffice, or will at least be a good start (if helpful at all).
by mike.dld
Fri Sep 26, 2014 6:42 pm
Forum: Mac Support
Topic: Transmission quit unexpectantly (2.84)
Replies: 7
Views: 5407

Re: Transmission quit unexpectantly (2.84)

Try running Transmission with debug output and see if there's anything interesting printed out upon crash. For this, open Terminal and execute: TR_DEBUG_FD=1 /Applications/Transmission.app/Contents/MacOS/Transmission Right now, all I can say is that this looks like a defect. From the backtrace it's ...
by mike.dld
Fri Jun 06, 2014 4:04 pm
Forum: Mac Support
Topic: Mavericks and 2.8.3 bug:
Replies: 9
Views: 10697

Re: Mavericks and 2.8.3 bug:

As far as I can tell, it's probably not Adrien (his Torrent.php looks quite different and may not have this issue) but ruTorrent guys (novik65?) who should make the fix.
by mike.dld
Sun Feb 02, 2014 5:03 pm
Forum: Mac Support
Topic: Bug? Cmd + H does not work on Snow Leopard
Replies: 3
Views: 2791

Re: Bug? Cmd + H does not work on Snow Leopard

I sometimes am unable to hide the app if it's the last visible on screen. Thought it was fixed in 10.9, but recently reproduced it. Maybe your case, maybe not.
by mike.dld
Thu Jan 30, 2014 5:26 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2013.05.24
Replies: 142
Views: 267474

Re: Unrar and cleanup script - UPDATE 2013.05.24

Or one could rewrite the script so it supports even that "old" bash (or even other less popular shells). Just saying. Although I could spend some time on this if you wish.
by mike.dld
Mon Jan 20, 2014 5:17 am
Forum: Support
Topic: Files and Folders created with wrong permissions
Replies: 9
Views: 8784

Re: Files and Folders created with wrong permissions

The only thing I could think of now is running transmission-daemon under strace (as debian-transmission user) and then looking for umask/mkdir/open/chmod calls (actually, there should be no chmod calls). Do you know how to do that or do you need more detailed instructions? Or maybe someone else has ...
by mike.dld
Sun Jan 19, 2014 6:57 pm
Forum: Support
Topic: How to a Find a Torrent's Hash with transmission-remote?
Replies: 1
Views: 2537

Re: How to a Find a Torrent's Hash with transmission-remote?

If you have torrent name then `--list` tells you exactly what you need, since instead of hash you could also use torrent ID (first column in the list).
by mike.dld
Sun Jan 19, 2014 2:37 pm
Forum: Support
Topic: Peer Status info?
Replies: 2
Views: 3488

Re: Peer Status info?

Percent column displays the amount of torrent data one or another peer has. 100% means peer has the complete torrent data (and is currently only seeding), 0% means peer has no torrent data (and is currently downloading). Letters description is there when you hover the letters with mouse cursor. As a...