Transmission 1.80 Released!

Discussion of Transmission that doesn't fit in the other categories
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Transmission 1.80 Released!

Post by Jordan »

This version is available for download here.

This is a huge listen-to-the-users release -- it uses 103 ideas from users, including 44 enhancements, 26 bugfixes and 33 more bugfixes during the beta tests. Thanks to everyone involved for helping to improve Transmission.

All tickets closed by this release

All Platforms
  • Add support for magnet links
  • Add support for trackerless torrents
  • Add optional "incomplete directory" where partial downloads are stored
  • Add .part to incomplete files' filenames
  • Find more peers by announcing to each tier in a torrent's tracker list, rather than only one
  • Fix vulnerability from maliciously-crafted torrent files that could overwrite other files
  • Improved IPv6 support
  • Improved PEX sharing with other peers
  • Faster management of large peer lists
  • DHT improvements to bootstrapping and IPv6
  • Newly-added torrents without local data don't wait in the "Verify Local Data" queue anymore
  • Add an OS hint to not cache local data during torrent verification
  • Use less CPU when making encrypted handshakes to peers
  • Better filtering of bad IP addresses
  • Fix bug that gave "too many open files" error messages
  • Fix bug that could crash Transmission on shutdown
  • Fix bug that could unpause or repause a torrent on startup
  • When uploading, improve disk IO performance by prefetching the data in batches
  • Portability fixes for embedded systems
  • Other small bugfixes and improvements
Mac
  • Redesigned trackers inspector tab with favicons and copy-paste functionality (paste lists of multiple trackers)
  • Message log stores all messages and does real filtering
  • Quick Look restored on Snow Leopard
  • Moving data and incomplete folder are now handled by libtransmission
  • Improved reveal in Finder functionality on Snow Leopard
  • Various smaller behavior and interface tweaks
  • German and Simplified Chinese localizations
  • Removed Turkish localization because of lack of localizer
Daemon
  • When running as a daemon, send log messages to syslog
  • Reload settings.json when receiving SIGHUP
  • transmission-remote now allows per-torrent speed limits to be set
GTK+
  • Support org.gnome.SessionManager interface for inhibiting hibernation
  • Added support for adding torrents by URL or magnet link
  • Add optional "download complete" sound using the XDG sound naming spec
  • When creating a torrent, make it easier to auto-add that new torrent
  • New statusbar "Ratio" icon submitted by jimmac
  • Fix minor memory leaks
  • GNOME HIG improvements
Web Client
  • Add speed limit "turtle mode" support
  • Double-clicking a torrent opens/closes the torrent inspector
  • Add "Start When Added" checkbox when adding torrents
  • Add Select All / Deselect All buttons to the file inspector
  • Add version information to the preferences dialog
  • Ensure the context menu goes away when clicking on torrents
  • Fix bug that obscured part of the context menu
super-poussin
Posts: 74
Joined: Sun Mar 15, 2009 8:04 pm

Re: Transmission 1.80 Released!

Post by super-poussin »

error 404 when trying to download linux source code :(
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Transmission 1.80 Released!

Post by Jordan »

super-poussin wrote:error 404 when trying to download linux source code :(
Oops, they were in the wrong directory. Fixed now; thanks for the heads-up.
x190 wrote:Fix vulnerability from maliciously-crafted torrent files that could overwrite other files

Were we talking about just the download directory here or potentially any file in home or root?
Potentially any file owned by the user, though there were no known exploits of this in the wild. For more information see https://bugs.launchpad.net/ubuntu/+sour ... bug/500625
repattila
Posts: 17
Joined: Wed Dec 24, 2008 3:23 pm

Re: Transmission 1.80 Released!

Post by repattila »

Thank you, especially for the incomplete stuff separation.
BalleClorin
Posts: 17
Joined: Sun Jan 10, 2010 9:27 pm

Re: Transmission 1.80 Released!

Post by BalleClorin »

Thanks a bunch for your work!
Here's my tiny contribution; packages for Ubuntu Karmic can be downloaded here: http://www.noteng.no/geekblog/?p=353
Should work with any Debian-based distribution.
beakertd
Posts: 3
Joined: Thu Jan 21, 2010 11:57 pm

Re: Transmission 1.80 Released!

Post by beakertd »

Thank you very much for your continued efforts in continuing to provide the community with such a stellar product. That being said, I am a bit perplexed. I just upgraded to Transmission version 1.80 from version 1.76, and my files that were loading just fine with 1.76 are now stuck at a solid 0 up and 0 down since the upgrade. In addition, when navigating away from and coming back to the program, it seems to just chew on the CPU usage or Not respond at all when checking under my Activity Monitor. I am using an iMac 2Ghz Intel Core 2 Duo with 3 GB 667 MHz DDR2 SDRam running Mac OS X 10.6. Does anyone have any suggestions? I'd love to be able to use magnet links and such.
whjiang
Posts: 2
Joined: Wed Oct 14, 2009 5:29 am

Re: Transmission 1.80 Released!

Post by whjiang »

one problem for transmission 1.8 on my ADSL router.

I cross compiled and installed transmission 1.80 daemon on my ADSL router using gcc 3.4.3. The ADSL router has Broadcom 6358 300MHz MIPS processor + 64M memory. And it uses Linux 2.6.8.1 and uclibc 0.98. Previously, I used transmission 1.76 and it worked fine.

However, when upgraded to 1.80, transmission-daemon always kill ppp network connection in 1 or 2 minutes. The symptom is I can't connect to network any more. And some time later, ADSL router tries to restore the ppp connection. The console/TTL output is: (NOTE: before output said ppp connection was down, the connection actually had been down for a while)

Code: Select all

Jan 21 23:00:06 transmission-daemon: Transmission 1.80 (9984) started (session.c:647)
Jan 21 23:00:06 transmission-daemon: RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:772)
Jan 21 23:00:06 transmission-daemon: RPC Server Adding address to whitelist: 192.168.*.* (rpc-server.c:772)
Jan 21 23:00:06 transmission-daemon: RPC Server Serving RPC and Web requests on port 9091 (rpc-server.c:945)
Jan 21 23:00:06 transmission-daemon: RPC Server Whitelist enabled (rpc-server.c:949)
Jan 21 23:00:06 transmission-daemon: Port Forwarding Stopped (port-forwarding.c:176)
Jan 21 23:00:06 transmission-daemon: DHT Reusing old id (tr-dht.c:365)
Jan 21 23:00:06 transmission-daemon: DHT Bootstrapping from 52 nodes (tr-dht.c:146)
Jan 21 23:00:06 transmission-daemon: Using settings from "/opt/disk2/trans-home" (daemon.c:386)
Jan 21 23:00:06 transmission-daemon: Saved "/opt/disk2/trans-home/settings.json" (session.c:467)
Jan 21 23:00:06 transmission-daemon: Loaded 2 torrents (session.c:1642)
Jan 21 23:00:06 transmission-daemon: SO_SNDBUF size is 16384 (fdlimit.c:660)
Jan 21 23:00:06 transmission-daemon: SO_RCVBUF size is 87380 (fdlimit.c:662)
Jan 21 23:00:07 transmission-daemon: [TVB][\0xe5\0xae\0xab\0xe5\0xbf\0x83\0xe8\0xae\0xa1-17-22][\0xe5\0x9b\0xbd\0xe8\0xaf\0xad\0xe5\0xad\0x97\0xe5\0xb9\0x95][DVD-RMVB][FK\0xe5\0x8e\0x8b\0xe5\0x88\0xb6\0xe7\0xbb\0x84] Tracker error: "unregistered torrent" (torrent.c:328)
Jan 21 23:00:13 transmission-daemon: [TVB][\0xe5\0xae\0xab\0xe5\0xbf\0x83\0xe8\0xae\0xa1-17-22][\0xe5\0x9b\0xbd\0xe8\0xaf\0xad\0xe5\0xad\0x97\0xe5\0xb9\0x95][DVD-RMVB][FK\0xe5\0x8e\0x8b\0xe5\0x88\0xb6\0xe7\0xbb\0x84] Got 1 peers from tracker (torrent.c:308)
Jan 21 23:00:18 transmission-daemon: ubuntu-9.10-desktop-i386.iso Starting DHT announce (poor, 13 nodes) (tr-dht.c:660)
Jan 21 23:00:21 transmission-daemon: ubuntu-9.10-desktop-i386.iso Got 50 peers from tracker (torrent.c:308)
Jan 21 23:00:25 transmission-daemon: [TVB][\0xe5\0xae\0xab\0xe5\0xbf\0x83\0xe8\0xae\0xa1-17-22][\0xe5\0x9b\0xbd\0xe8\0xaf\0xad\0xe5\0xad\0x97\0xe5\0xb9\0x95][DVD-RMVB][FK\0xe5\0x8e\0x8b\0xe5\0x88\0xb6\0xe7\0xbb\0x84] Starting DHT announce (poor, 16 nodes) (tr-dht.c:660)
sntp: host not found
PPP: PPP0_8_35_1 Connection Down.
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 40 to 89.112.26.86, port 52345 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 71.74.239.240, port 27520 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 95.166.126.116, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 213.169.106.145, port 6916 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 99.252.56.63, port 32310 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 24.9.137.41, port 49641 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 86.106.254.35, port 52057 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 89.224.79.25, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:51 transmission-daemon: Couldn't connect socket 14 to 66.68.35.82, port 51360 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 76.213.225.193, port 37186 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 82.240.247.235, port 49900 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 71.30.45.224, port 32415 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 75.69.230.249, port 65430 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 84.239.137.76, port 23457 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 87.229.157.78, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 65.213.9.88, port 63343 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:52 transmission-daemon: Couldn't connect socket 14 to 68.148.236.16, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:53 transmission-daemon: Couldn't connect socket 14 to 92.112.107.46, port 37276 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:53 transmission-daemon: Couldn't connect socket 14 to 94.176.138.13, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:54 transmission-daemon: Couldn't connect socket 14 to 80.177.4.43, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:54 transmission-daemon: Couldn't connect socket 14 to 194.187.205.60, port 11627 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:54 transmission-daemon: Couldn't connect socket 14 to 92.113.24.9, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:54 transmission-daemon: Couldn't connect socket 14 to 92.254.96.20, port 8881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:54 transmission-daemon: Couldn't connect socket 14 to 189.83.45.75, port 24786 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:56 transmission-daemon: Couldn't connect socket 14 to 64.85.160.223, port 6881 (errno 128 - Network is unreachable) (net.c:304)
dev_shutdown, dec ppp device refcnt, dev->refcnt=138
Jan 21 23:04:57 transmission-daemon: Couldn't connect socket 14 to 174.101.53.129, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:57 transmission-daemon: Couldn't connect socket 14 to 86.107.53.66, port 14939 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:58 transmission-daemon: Couldn't connect socket 14 to 217.172.29.64, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:58 transmission-daemon: Couldn't connect socket 14 to 91.121.144.145, port 11259 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:58 transmission-daemon: Couldn't connect socket 14 to 76.91.243.127, port 27564 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:59 transmission-daemon: Couldn't connect socket 14 to 24.85.205.196, port 58609 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:04:59 transmission-daemon: Couldn't connect socket 14 to 186.97.32.145, port 16503 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:01 transmission-daemon: Couldn't connect socket 14 to 217.77.61.58, port 56909 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:02 transmission-daemon: Couldn't connect socket 14 to 91.17.174.99, port 11456 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:02 transmission-daemon: Couldn't connect socket 14 to 86.146.62.218, port 60356 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:02 transmission-daemon: Couldn't connect socket 14 to 86.217.203.12, port 50183 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:02 transmission-daemon: Couldn't connect socket 14 to 188.49.23.236, port 11718 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:02 transmission-daemon: Couldn't connect socket 14 to 189.71.38.149, port 62394 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:03 transmission-daemon: Couldn't connect socket 14 to 85.229.252.201, port 56909 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:03 transmission-daemon: Couldn't connect socket 14 to 88.5.195.240, port 23993 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:03 transmission-daemon: Couldn't connect socket 14 to 196.216.14.59, port 46604 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:03 transmission-daemon: Couldn't connect socket 14 to 200.92.167.190, port 23678 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:03 transmission-daemon: Couldn't connect socket 14 to 200.102.208.213, port 28497 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:03 transmission-daemon: Couldn't connect socket 14 to 207.248.44.121, port 25169 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:04 transmission-daemon: Couldn't connect socket 14 to 89.131.183.10, port 2449 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:04 transmission-daemon: Couldn't connect socket 14 to 190.148.96.22, port 40926 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:04 transmission-daemon: Couldn't connect socket 14 to 212.91.10.124, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:04 transmission-daemon: Couldn't connect socket 14 to 217.64.141.16, port 51527 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:04 transmission-daemon: Couldn't connect socket 14 to 217.64.141.22, port 18377 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:05 transmission-daemon: Couldn't connect socket 14 to 87.217.248.90, port 1090 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:05 transmission-daemon: Couldn't connect socket 14 to 213.251.181.114, port 50024 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:06 transmission-daemon: Couldn't connect socket 14 to 157.181.28.115, port 6789 (errno 128 - Network is unreachable) (net.c:304)
unregister_netdevice: waiting for ppp_0_8_35_1 to become free. Usage count = -1
dev->name = ppp_0_8_35_1, dev->refcnt=-1
after reset to 0, dev->refcnt=0
Jan 21 23:05:07 transmission-daemon: Couldn't connect socket 14 to 82.158.94.88, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:08 transmission-daemon: Couldn't connect socket 14 to 68.149.187.113, port 55264 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:08 transmission-daemon: Couldn't connect socket 14 to 83.208.206.96, port 22195 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 74.104.179.142, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 79.138.122.83, port 18066 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 69.11.5.79, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 84.99.130.182, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 85.60.4.55, port 55674 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 85.95.87.195, port 3090 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 174.112.106.5, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 186.16.32.113, port 60835 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 187.26.67.120, port 6346 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 69.198.228.202, port 46346 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 87.8.235.199, port 10267 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 93.96.236.197, port 10051 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 120.61.138.199, port 18283 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 79.2.176.69, port 10189 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 187.68.12.38, port 11725 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:09 transmission-daemon: Couldn't connect socket 14 to 188.19.26.35, port 15877 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 189.41.55.197, port 1232 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 142.162.26.144, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 79.30.163.157, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 79.45.163.252, port 40715 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 79.165.32.132, port 39494 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 189.74.224.59, port 42292 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 189.75.165.3, port 19561 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 200.127.23.199, port 37839 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:10 transmission-daemon: Couldn't connect socket 14 to 201.15.164.92, port 38421 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:11 transmission-daemon: Couldn't connect socket 14 to 96.227.208.124, port 62626 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:11 transmission-daemon: Couldn't connect socket 14 to 68.238.107.94, port 35133 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:11 transmission-daemon: Couldn't connect socket 14 to 78.105.156.234, port 51018 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:11 transmission-daemon: Couldn't connect socket 14 to 79.246.110.74, port 61165 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:11 transmission-daemon: Couldn't connect socket 14 to 209.145.75.84, port 51302 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:12 transmission-daemon: Couldn't connect socket 14 to 80.54.147.131, port 1414 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:12 transmission-daemon: Couldn't connect socket 14 to 80.102.138.238, port 16435 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:12 transmission-daemon: Couldn't connect socket 14 to 80.117.38.231, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:12 transmission-daemon: Couldn't connect socket 14 to 89.2.201.75, port 46643 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:12 transmission-daemon: Couldn't connect socket 14 to 95.74.232.182, port 2216 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:12 transmission-daemon: Couldn't connect socket 14 to 122.170.48.194, port 50752 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 90.54.1.224, port 48271 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 81.109.239.156, port 45682 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 89.108.162.79, port 34995 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 95.233.56.89, port 21344 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 95.240.40.45, port 49104 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 190.75.202.159, port 39848 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 190.94.17.218, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:13 transmission-daemon: Couldn't connect socket 14 to 190.174.108.4, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 193.22.6.253, port 33549 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 195.127.125.231, port 49800 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 80.102.172.62, port 16435 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 89.167.38.39, port 31905 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 109.188.84.160, port 49847 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 114.152.111.95, port 54653 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 115.147.203.127, port 7046 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 116.68.88.15, port 21747 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:14 transmission-daemon: Couldn't connect socket 14 to 116.224.14.201, port 80 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 92.249.252.176, port 50010 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 82.53.23.185, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 89.223.218.102, port 12298 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 92.141.100.155, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 76.191.183.178, port 49938 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 117.63.70.218, port 20961 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 117.199.1.243, port 15473 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:15 transmission-daemon: Couldn't connect socket 14 to 117.201.18.60, port 14595 (errno 128 - Network is unreachable) (net.c:304)
PPP: PPP0_8_35_1 Start to connect ...
Jan 21 23:05:16 transmission-daemon: Couldn't connect socket 14 to 120.61.134.81, port 18283 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:16 transmission-daemon: Couldn't connect socket 14 to 173.8.108.185, port 52358 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:16 transmission-daemon: Couldn't connect socket 14 to 82.126.246.211, port 22998 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:16 transmission-daemon: Couldn't connect socket 14 to 90.207.68.179, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:16 transmission-daemon: Couldn't connect socket 14 to 92.96.4.2, port 46952 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:16 transmission-daemon: Couldn't connect socket 14 to 95.188.211.202, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:16 transmission-daemon: Couldn't connect socket 14 to 173.52.191.181, port 50518 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 95.26.151.26, port 37130 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 93.97.174.147, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 76.232.150.142, port 51991 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 77.45.21.134, port 17027 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 83.97.172.155, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 83.171.150.171, port 45889 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 122.170.22.153, port 58073 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 122.172.114.60, port 36081 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 173.168.98.120, port 60981 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:17 transmission-daemon: Couldn't connect socket 12 to 187.34.228.131, port 64471 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 187.37.65.58, port 63247 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 218.82.183.117, port 9999 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 76.178.50.208, port 60847 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 82.245.20.172, port 63020 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 82.254.192.129, port 34491 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 92.139.226.32, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 95.38.46.133, port 57652 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:18 transmission-daemon: Couldn't connect socket 12 to 212.66.32.94, port 62896 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 216.171.210.167, port 63719 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 62.118.217.201, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 67.78.33.190, port 51413 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 71.230.104.4, port 1315 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 76.232.33.43, port 61616 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 82.243.21.11, port 6881 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 67.169.248.35, port 16882 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:19 transmission-daemon: Couldn't connect socket 12 to 94.198.111.121, port 59999 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 13 to 92.243.172.17, port 42582 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 13 to 94.208.167.20, port 1093 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 13 to 189.113.213.222, port 42689 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 79.93.219.201, port 50730 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 80.251.246.198, port 4270 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 94.96.9.151, port 19599 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 94.97.4.51, port 14574 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 188.54.69.66, port 54855 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 190.220.18.247, port 1095 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 190.224.150.63, port 53175 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 213.100.85.53, port 55578 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:20 transmission-daemon: Couldn't connect socket 12 to 216.212.235.44, port 1192 (errno 128 - Network is unreachable) (net.c:304)
LCP: Set ifc mtu 1492
PPP: PPP0_8_35_1 Connection Up.
Jan 21 23:05:21 transmission-daemon: Couldn't connect socket 12 to 68.93.99.187, port 56900 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:21 transmission-daemon: Couldn't connect socket 12 to 78.47.208.100, port 49242 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:21 transmission-daemon: Couldn't connect socket 12 to 88.243.148.53, port 3251 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:21 transmission-daemon: Couldn't connect socket 12 to 92.97.147.25, port 61584 (errno 128 - Network is unreachable) (net.c:304)
Jan 21 23:05:21 transmission-daemon: Couldn't connect socket 12 to 217.24.180.59, port 2220 (errno 128 - Network is unreachable) (net.c:304)
Last edited by whjiang on Fri Jan 22, 2010 8:39 am, edited 1 time in total.
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: Transmission 1.80 Released!

Post by rb07 »

Version 1.80 works pretty bad (on Gentoo Linux).

Every operation takes a very long time, and some times does nothing.

For instance:

Code: Select all

# transmission-remote -n admin:password -si
# transmission-remote -n admin:password -si
VERSION
  Daemon version: 1.80 (9984)
  RPC version: 7
  RPC minimum version: 1

TRANSFER
  Download directory: /spare/...
  Listenport: 2310
  Portforwarding enabled: No
  Peer exchange allowed: No
  Encryption: preferred

LIMITS
  Peer limit: 480
  Upload speed limit: 15 KB/s  (Enabled limit: 15 KB/s; Disabled turtle limit: 10 KB/s)
  Download speed limit: 150 KB/s  (Enabled limit: 150 KB/s; Disabled turtle limit: 50 KB/s)
# transmission-remote -n admin:password -si
#
Those empty lines are really empty, and the command was not executed one after the other, I did wait a few seconds. The same happens trying to see the list of torrents.

BTW I'm working with just a few torrents, 2 new, 10 seeding.

On the Web client side, it takes very long for a new torrent to show, but it eventually does show. Then is sits there doing almost nothing, while on the syslog I get lots of DHT messages:

Code: Select all

Jan 21 19:41:30 transmission-daemon: blocklist skipped invalid address [76.90.114.51 ]
Jan 21 19:41:30 (blocklist.c:282)
Jan 21 19:41:30 transmission-daemon: blocklist skipped invalid address [76.90.114.51 ]
Jan 21 19:41:30 (blocklist.c:286)
Jan 21 19:41:30 transmission-daemon: Blocklist "guarding.bin" updated with 243305 entries (blocklist.c:304)
Jan 21 19:41:30 transmission-daemon: Blocklist "guarding.bin" contains 243305 entries (blocklist.c:110)
Jan 21 19:41:30 transmission-daemon: Transmission 1.80 (9984) started (session.c:647)
Jan 21 19:41:30 transmission-daemon: RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:772)
Jan 21 19:41:30 transmission-daemon: RPC Server Adding address to whitelist: 192.168.20.245 (rpc-server.c:772)
Jan 21 19:41:30 transmission-daemon: RPC Server Serving RPC and Web requests on port 9091 (rpc-server.c:945)
Jan 21 19:41:30 transmission-daemon: RPC Server Whitelist enabled (rpc-server.c:949)
Jan 21 19:41:30 transmission-daemon: RPC Server Password required (rpc-server.c:952)
Jan 21 19:41:30 transmission-daemon: Port Forwarding Stopped (port-forwarding.c:176)
Jan 21 19:41:30 transmission-daemon: DHT Reusing old id (tr-dht.c:365)
Jan 21 19:41:30 transmission-daemon: DHT Bootstrapping from 95 nodes (tr-dht.c:146)
Jan 21 19:41:30 transmission-daemon: Using settings from "/export/home/me/.transmission" (daemon.c:386)
Jan 21 19:41:30 transmission-daemon: Saved "/export/home/rberber/.transmission/settings.json" (session.c:467)
Jan 21 19:41:30 transmission-daemon: transmission-daemon requiring authentication (daemon.c:393)
Jan 21 19:41:30 transmission-daemon: Watching ""/export/home/me/.transmission/torrentwatch/"" for new .torrent files (daemon.c:405)
Jan 21 19:41:30 transmission-daemon: Using inotify to watch directory ""/export/home/me/.transmission/torrentwatch/"" (watch.c:63)
Jan 21 19:41:30 transmission-daemon: Unable to watch ""/export/home/me/.transmission/torrentwatch/"": No such file or directory (watch.c:66)
Jan 21 19:41:30 transmission-daemon: Blocklist "guarding.bin" contains 243305 entries (blocklist.c:110)
Jan 21 19:41:30 transmission-daemon: Loaded 12 torrents (session.c:1642)
Jan 21 19:41:30 transmission-daemon: SO_SNDBUF size is 16384 (fdlimit.c:660)
Jan 21 19:41:30 transmission-daemon: SO_RCVBUF size is 87380 (fdlimit.c:662)
Jan 21 19:44:10 transmission-daemon: Torrent 1 Starting DHT announce (poor, 15 nodes) (tr-dht.c:660)
Jan 21 19:44:10 transmission-daemon: Torrent 2 Starting DHT announce (poor, 16 nodes) (tr-dht.c:660)
Jan 21 19:44:14 transmission-daemon: Torrent 3 Starting DHT announce (poor, 16 nodes) (tr-dht.c:660)
Jan 21 19:44:26 transmission-daemon: Torrent 1 Learned 31 peers from DHT (tr-dht.c:620)
Jan 21 19:46:04 transmission-daemon: Torrent 3 Learned 6 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 54 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 1 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 56 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 8 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 13 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 58 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 3 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 4 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 5 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 2 Learned 4 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 13 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 7 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 2 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 52 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 3 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 14 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 2 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 3 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 1 Learned 3 peers from DHT (tr-dht.c:620)
Jan 21 19:47:22 transmission-daemon: Torrent 3 Learned 24 peers from DHT (tr-dht.c:620)
Jan 21 19:47:28 transmission-daemon: Torrent 2 Learned 1 peers from DHT (tr-dht.c:620)
Jan 21 19:47:40 transmission-daemon: Torrent 2 Learned 16 peers from DHT (tr-dht.c:620)
Jan 21 19:47:40 transmission-daemon: Torrent 2 Learned 19 peers from DHT (tr-dht.c:620)
Jan 21 19:50:38 transmission-daemon: Torrent 2 Learned 4 peers from DHT (tr-dht.c:620)
...
Jan 21 19:57:12 transmission-daemon: Searching for web interface file "/root/.local/share/transmission/web/javascript/transmission.js" (platform.c:523)
Jan 21 19:57:12 transmission-daemon: Searching for web interface file "/usr/share/transmission/web/javascript/transmission.js" (platform.c:523)
...
After a long wait, the 2 new torrents started to download (1.76 was slow starting downloads, compared to previous versions, but this one is even slower)... it still works, except for transmission-remote which takes a long time and returns nothing most of the time.
------------------------
After a long time it seems to be working normally, so I agree with what others are posting: its the "new" startup.

Could it be made into a tunable parameter?

I mean I don´t see the use of low resource use for the start-up on a full power server or desktop, of course the feature seems good for low power rigs... but a disclaimer should be shown: "Leave it alone for an hour or so."
-----------------------
Spoke too soon.

After almost a day from start-up the response is very slow or non-existent again.

So ... the disclaimer would be "Leave it alone for... who knows?" :D
Last edited by rb07 on Fri Jan 22, 2010 6:38 pm, edited 2 times in total.
Mogwai82
Posts: 4
Joined: Fri Jan 22, 2010 2:28 am

Re: Transmission 1.80 Released!

Post by Mogwai82 »

Ouch! Since updating to 1.80 Transmission freezes whenever I open it. I'm going to try to revert back to an older version.
Mogwai82
Posts: 4
Joined: Fri Jan 22, 2010 2:28 am

Re: Transmission 1.80 Released!

Post by Mogwai82 »

Back to version 1.76 (9392) and it's working fine again.
livings124
Transmission Developer
Posts: 3142
Joined: Fri Jan 13, 2006 8:08 pm

Re: Transmission 1.80 Released!

Post by livings124 »

Those having issues, try a nightly build from http://transmission.xpjets.com/ and report back, good or bad.
duckfin
Posts: 1
Joined: Fri Jan 22, 2010 6:47 am

Re: Transmission 1.80 Released!

Post by duckfin »

Hey, had the same problem, downloaded the latest nightly, and Transmission's working full-force again. It still starts up a little slow (maybe half again as long as the previous version?), but once it got going, I really had very little problems with it.
quimkaos
Posts: 2
Joined: Sat Oct 31, 2009 2:20 pm

Re: Transmission 1.80 Released!

Post by quimkaos »

Mogwai82 wrote:Ouch! Since updating to 1.80 Transmission freezes whenever I open it. I'm going to try to revert back to an older version.
same here in ubuntu
Mogwai82
Posts: 4
Joined: Fri Jan 22, 2010 2:28 am

Re: Transmission 1.80 Released!

Post by Mogwai82 »

thanks livings124. installed 1.80+ (9993) and it doesn't freeze anymore but the flow of data stays 99% of the time at 0.
beakertd
Posts: 3
Joined: Thu Jan 21, 2010 11:57 pm

Re: Transmission 1.80 Released!

Post by beakertd »

by livings124 » Thu Jan 21, 2010 10:11 pm
Those having issues, try a nightly build from http://transmission.xpjets.com/ and report back, good or bad.
I tried the nightly build. Initially, it starts working. I haven't experienced any more excessive CPU usage or Program Not Responding. However, it starts downloading for a few seconds. Then it quits. Starts downloading. Quits. According to the peers listed, these are healthy torrents. In addition, in reverting back to 1.76 as a test on the same torrents, they started immediately.
Post Reply