Transmission 1.74 Beta 1

Discussion of Transmission that doesn't fit in the other categories
sp3cu
Posts: 1
Joined: Fri Aug 21, 2009 4:57 pm

Re: Transmission 1.74 Beta 1

Post by sp3cu »

Hello. In the future, transmission will be support sheduled torrent ?
For example. I have 4 torrent file in list. I want download 3 torrents at the same time but when one o these finished, 4 torrent automatically start.
Maybe it's support whole time but I don't know how to switch on ?

PS: I apologize for my feeble english ;-(.
naddy
Posts: 19
Joined: Thu Dec 04, 2008 7:09 pm

Re: Transmission 1.74 Beta 1

Post by naddy »

Jordan wrote:Still, it might help Juliusz (the DHT author) a bit. I've mailed him a heads-up and pointed him to this thread.
dht_periodic() might be a red herring. I just tried 1.74b1 with the dht from 1.73, and I get the same error.
Longinus00
Posts: 137
Joined: Fri Aug 21, 2009 5:46 am

Re: Transmission 1.74 Beta 1

Post by Longinus00 »

Longinus00 wrote:transmission-remote
...
I was going to post a fix in the bug report(http://trac.transmissionbt.com/ticket/2328) but since I keep having an account manager error I'll post it here. All this does is add back the original string formatter function along side the new one.

Code: Select all

Index: daemon/remote.c
===================================================================
--- daemon/remote.c	(revision 8978)
+++ daemon/remote.c	(working copy)
@@ -796,6 +796,22 @@
     return byteCount;
 }
 
+static void
+etaToString( char *  buf,
+             size_t  buflen,
+             int64_t eta )
+{
+    if( eta < 0 ) tr_snprintf( buf, buflen, "Unknown" );
+    else if( eta < 60 ) tr_snprintf( buf, buflen, "%" PRId64 "sec", eta );
+    else if( eta <
+            ( 60 * 60 ) ) tr_snprintf( buf, buflen, "%" PRId64 " min",
+                                       eta / 60 );
+    else if( eta <
+            ( 60 * 60 * 24 ) ) tr_snprintf( buf, buflen, "%" PRId64 " hrs",
+                                           eta / ( 60 * 60 ) );
+    else tr_snprintf( buf, buflen, "%" PRId64 " days", eta / ( 60 * 60 * 24 ) );
+}
+
 static char*
 tr_strltime( char * buf, int seconds, size_t buflen )
 {
@@ -1466,7 +1482,7 @@
                 strlsize( haveStr, sizeWhenDone - leftUntilDone, sizeof( haveStr ) );
 
                 if( leftUntilDone )
-                    tr_strltime( etaStr, eta, sizeof( etaStr ) );
+                    etaToString( etaStr, sizeof( etaStr ), eta );
                 else
                     tr_snprintf( etaStr, sizeof( etaStr ), "Done" );
                 if( tr_bencDictFindInt( d, "error", &error ) && error )
While poking around in there I noticed that you could also enable an ETA time for seeding torrents if you made a simple change. Previously, torrents that were seeding were always "Done" and never showed estimated time to seed even though the daemon was returning that information.

Code: Select all

-                if( leftUntilDone )
+                if( leftUntilDone || eta > 0)
bollywood
Posts: 141
Joined: Sun Jan 14, 2007 11:12 pm

Re: Transmission 1.74 Beta 1

Post by bollywood »

Whenever T announces to a tracker, all thoughput stops. This is painful when running multiple torrents, as it seems as though nothing is happening more often than not. Connections to trackers seems a lot slower than 1.73 too, which doesn't help.
fonam
Posts: 50
Joined: Fri Nov 16, 2007 12:47 pm

Re: Transmission 1.74 Beta 1

Post by fonam »

It seems to work fine, but under heavy duty it kinda chokes like hell. I just got some torrents in there, to see if it could handle a lot of multiple conntections/torrents at the same time. The application starts to respond slower, connection speed is falling and climbing crazy. It can't hold a certain stable down-/upload speed. These torrents were all on open trackers. I'm on a iMac 2.0ghz, 4GB RAM.

Code: Select all

2009-08-23 16:27:20 +0200 tracker.c:422 [Foutopsporing] torrent2: tracker response: 0
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:27:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:27:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:28:07 +0200 tracker.c:622 [Foutopsporing] Intensify: scrape response: 200
2009-08-23 16:28:07 +0200 tracker.c:668 [Foutopsporing] Intensify: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:28:07 +0200 tracker.c:694 [Foutopsporing] Intensify: Request succeeded. Rescraping in 923 seconds
2009-08-23 16:28:10 +0200 tracker.c:422 [Foutopsporing] torrent11: tracker response: 0
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:29:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:29:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:30:42 +0200 tracker.c:422 [Foutopsporing] torrent2: tracker response: 0
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:31:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:31:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:31:48 +0200 tracker.c:422 [Foutopsporing] torrent11: tracker response: 0
2009-08-23 16:31:55 +0200 tracker.c:622 [Foutopsporing] torrent1: scrape response: 200
2009-08-23 16:31:55 +0200 tracker.c:668 [Foutopsporing] torrent1: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:31:55 +0200 tracker.c:694 [Foutopsporing] torrent1: Request succeeded. Rescraping in 922 seconds
2009-08-23 16:33:08 +0200 tracker.c:622 [Foutopsporing] The Very Best Of: scrape response: 200
2009-08-23 16:33:08 +0200 tracker.c:668 [Foutopsporing] The Very Best Of: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:33:08 +0200 tracker.c:694 [Foutopsporing] The Very Best Of: Request succeeded. Rescraping in 914 seconds
2009-08-23 16:33:13 +0200 tracker.c:622 [Foutopsporing] torrent3: scrape response: 200
2009-08-23 16:33:13 +0200 tracker.c:668 [Foutopsporing] torrent3: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:33:13 +0200 tracker.c:694 [Foutopsporing] torrent3: Request succeeded. Rescraping in 905 seconds
2009-08-23 16:33:31 +0200 tracker.c:622 [Foutopsporing] torrent4: scrape response: 200
2009-08-23 16:33:31 +0200 tracker.c:668 [Foutopsporing] torrent4: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:33:31 +0200 tracker.c:694 [Foutopsporing] torrent4: Request succeeded. Rescraping in 913 seconds
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:33:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:33:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:33:49 +0200 tracker.c:622 [Foutopsporing] torrent5: scrape response: 200
2009-08-23 16:33:49 +0200 tracker.c:668 [Foutopsporing] torrent5: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:33:49 +0200 tracker.c:694 [Foutopsporing] torrent5: Request succeeded. Rescraping in 905 seconds
2009-08-23 16:33:58 +0200 peer-mgr.c:1334 [Foutopsporing] Transmission: Banned IP address "194.204.3.245" tried to connect to us
2009-08-23 16:34:04 +0200 tracker.c:422 [Foutopsporing] torrent2: tracker response: 0
2009-08-23 16:34:16 +0200 tracker.c:622 [Foutopsporing] torrent7: scrape response: 200
2009-08-23 16:34:16 +0200 tracker.c:668 [Foutopsporing] torrent7: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:34:16 +0200 tracker.c:694 [Foutopsporing] torrent7: Request succeeded. Rescraping in 903 seconds
2009-08-23 16:34:22 +0200 tracker.c:422 [Foutopsporing] torrent11: tracker response: 200
2009-08-23 16:34:28 +0200 tracker.c:622 [Foutopsporing] torrent6: scrape response: 200
2009-08-23 16:34:28 +0200 tracker.c:668 [Foutopsporing] torrent6: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:34:28 +0200 tracker.c:694 [Foutopsporing] torrent6: Request succeeded. Rescraping in 928 seconds
2009-08-23 16:34:42 +0200 peer-mgr.c:1334 [Foutopsporing] Transmission: Banned IP address "194.204.3.245" tried to connect to us
2009-08-23 16:34:47 +0200 tracker.c:622 [Foutopsporing] torrent8: scrape response: 200
2009-08-23 16:34:47 +0200 tracker.c:668 [Foutopsporing] torrent8: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:34:47 +0200 tracker.c:694 [Foutopsporing] torrent8: Request succeeded. Rescraping in 919 seconds
2009-08-23 16:35:03 +0200 tracker.c:622 [Foutopsporing] torrent9: scrape response: 200
2009-08-23 16:35:03 +0200 tracker.c:668 [Foutopsporing] torrent9: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:35:03 +0200 tracker.c:694 [Foutopsporing] torrent9: Request succeeded. Rescraping in 902 seconds
2009-08-23 16:35:35 +0200 tracker.c:622 [Foutopsporing] torrent10: scrape response: 200
2009-08-23 16:35:35 +0200 tracker.c:668 [Foutopsporing] torrent10: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:35:35 +0200 tracker.c:694 [Foutopsporing] torrent10: Request succeeded. Rescraping in 927 seconds
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:35:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:35:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:36:14 +0200 peer-mgr.c:1334 [Foutopsporing] Transmission: Banned IP address "194.204.3.245" tried to connect to us
2009-08-23 16:36:20 +0200 tracker.c:622 [Foutopsporing] M-Seven - (2008) Stimulus: scrape response: 200
2009-08-23 16:36:20 +0200 tracker.c:668 [Foutopsporing] M-Seven - (2008) Stimulus: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:36:20 +0200 tracker.c:694 [Foutopsporing] M-Seven - (2008) Stimulus: Request succeeded. Rescraping in 900 seconds
2009-08-23 16:37:26 +0200 tracker.c:422 [Foutopsporing] torrent2: tracker response: 0
2009-08-23 16:37:27 +0200 peer-mgr.c:1334 [Foutopsporing] Transmission: Banned IP address "194.204.3.245" tried to connect to us
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:37:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:37:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:37:46 +0200 tracker.c:622 [Foutopsporing] torrent15: scrape response: 0
2009-08-23 16:38:04 +0200 tracker.c:622 [Foutopsporing] Joris Voorn - Balance 014 [MP3V0]: scrape response: 0
2009-08-23 16:39:24 +0200 tracker.c:622 [Foutopsporing] torrent15: scrape response: 0
2009-08-23 16:39:34 +0200 tracker.c:422 [Foutopsporing] Intensify: tracker response: 200
2009-08-23 16:39:40 +0200 peer-mgr.c:1334 [Foutopsporing] Transmission: Banned IP address "194.204.3.245" tried to connect to us
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:39:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:39:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:39:47 +0200 tracker.c:422 [Foutopsporing] Joris Voorn - Balance 014 [MP3V0]: tracker response: 200
2009-08-23 16:40:47 +0200 tracker.c:422 [Foutopsporing] torrent2: tracker response: 0
2009-08-23 16:41:32 +0200 tracker.c:622 [Foutopsporing] torrent15: scrape response: 0
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:41:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:41:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:41:44 +0200 peer-mgr.c:1334 [Foutopsporing] Transmission: Banned IP address "194.204.3.245" tried to connect to us
2009-08-23 16:41:48 +0200 tracker.c:622 [Foutopsporing] torrent11: scrape response: 0
2009-08-23 16:42:19 +0200 tracker.c:622 [Foutopsporing] torrent14: scrape response: 0
2009-08-23 16:42:43 +0200 utils.c:514 [Foutopsporing] Transmission: Couldn't read "/Users/0/Library/Application Support/Transmission/Resume/torrent12.b07c9de2572ac038.resume": No such file or directory
2009-08-23 16:42:43 +0200 resume.c:539 [Foutopsporing] torrent12: Couldn't read "/Users/0/Library/Application Support/Transmission/Resume/torrent12.b07c9de2572ac038.resume"; trying old format.
2009-08-23 16:42:43 +0200 utils.c:514 [Foutopsporing] Transmission: Couldn't read "/Users/0/Library/Application Support/Transmission/Resume/b07c9de2572ac038bfca60780254e58596b53d1a-macosx": No such file or directory
2009-08-23 16:42:43 +0200 utils.c:514 [Foutopsporing] Transmission: Couldn't read "/Users/0/Library/Application Support/Transmission/Resume/b07c9de2572ac038bfca60780254e58596b53d1a": No such file or directory
2009-08-23 16:42:43 +0200 fastresume.c:553 [Info] torrent12: Couldn't read resume file
2009-08-23 16:42:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Torrents/torrent12.b07c9de2572ac038.torrent"
2009-08-23 16:42:47 +0200 tracker.c:622 [Foutopsporing] torrent2: scrape response: 200
2009-08-23 16:42:47 +0200 tracker.c:668 [Foutopsporing] torrent2: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:42:47 +0200 tracker.c:694 [Foutopsporing] torrent2: Request succeeded. Rescraping in 921 seconds
2009-08-23 16:42:48 +0200 verify.c:258 [Info] torrent12: Queued for verification
2009-08-23 16:42:48 +0200 verify.c:223 [Info] torrent12: Verifying torrent
2009-08-23 16:43:01 +0200 tracker.c:622 [Foutopsporing] torrent14: scrape response: 200
2009-08-23 16:43:01 +0200 tracker.c:668 [Foutopsporing] torrent14: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:43:01 +0200 tracker.c:694 [Foutopsporing] torrent14: Request succeeded. Rescraping in 904 seconds
2009-08-23 16:43:08 +0200 tracker.c:422 [Foutopsporing] The Very Best Of: tracker response: 200
2009-08-23 16:43:20 +0200 tracker.c:422 [Foutopsporing] torrent2: tracker response: 200
2009-08-23 16:43:23 +0200 tr-dht.c:412 [Info] torrent4: Starting DHT announce (good, 168 nodes)
2009-08-23 16:43:23 +0200 tr-dht.c:377 [Info] torrent4: Learned 7 peers from DHT
2009-08-23 16:43:23 +0200 tr-dht.c:377 [Info] torrent4: Learned 11 peers from DHT
2009-08-23 16:43:23 +0200 tr-dht.c:377 [Info] torrent4: Learned 14 peers from DHT
2009-08-23 16:43:26 +0200 tr-dht.c:377 [Info] torrent4: Learned 2 peers from DHT
2009-08-23 16:43:26 +0200 tr-dht.c:377 [Info] torrent4: Learned 1 peers from DHT
2009-08-23 16:43:28 +0200 tr-dht.c:377 [Info] torrent4: Learned 1 peers from DHT
2009-08-23 16:43:37 +0200 tracker.c:622 [Foutopsporing] torrent11: scrape response: 0
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:43:43 +0200 resume.c:486 [Foutopsporing] torrent12: Saving .resume file for "torrent12"
2009-08-23 16:43:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent12.b07c9de2572ac038.resume"
2009-08-23 16:43:50 +0200 tracker.c:422 [Foutopsporing] torrent12: tracker response: 0
2009-08-23 16:43:50 +0200 tracker.c:622 [Foutopsporing] torrent15: scrape response: 200
2009-08-23 16:43:50 +0200 tracker.c:668 [Foutopsporing] torrent15: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:43:50 +0200 tracker.c:694 [Foutopsporing] torrent15: Request succeeded. Rescraping in 905 seconds
2009-08-23 16:44:30 +0200 tracker.c:622 [Foutopsporing] torrent12: scrape response: 0
2009-08-23 16:44:42 +0200 tr-dht.c:412 [Info] torrent8: Starting DHT announce (good, 169 nodes)
2009-08-23 16:44:42 +0200 tr-dht.c:377 [Info] torrent8: Learned 15 peers from DHT
2009-08-23 16:44:50 +0200 tracker.c:622 [Foutopsporing] Intensify: scrape response: 0
2009-08-23 16:45:02 +0200 tr-dht.c:377 [Info] torrent4: Learned 9 peers from DHT
2009-08-23 16:45:02 +0200 tr-dht.c:377 [Info] torrent8: Learned 4 peers from DHT
2009-08-23 16:45:02 +0200 tr-dht.c:377 [Info] torrent8: Learned 8 peers from DHT
2009-08-23 16:45:02 +0200 tr-dht.c:377 [Info] torrent4: Learned 1 peers from DHT
2009-08-23 16:45:02 +0200 tr-dht.c:377 [Info] torrent8: Learned 7 peers from DHT
2009-08-23 16:45:02 +0200 tr-dht.c:377 [Info] torrent8: Learned 4 peers from DHT
2009-08-23 16:45:04 +0200 tr-dht.c:377 [Info] torrent8: Learned 1 peers from DHT
2009-08-23 16:45:23 +0200 tr-dht.c:377 [Info] torrent8: Learned 12 peers from DHT
2009-08-23 16:45:23 +0200 tr-dht.c:377 [Info] torrent8: Learned 2 peers from DHT
2009-08-23 16:45:25 +0200 tr-dht.c:377 [Info] torrent4: Learned 1 peers from DHT
2009-08-23 16:45:33 +0200 tr-dht.c:412 [Info] torrent10: Starting DHT announce (good, 169 nodes)
2009-08-23 16:45:33 +0200 tr-dht.c:377 [Info] torrent10: Learned 3 peers from DHT
2009-08-23 16:45:34 +0200 tr-dht.c:377 [Info] torrent10: Learned 2 peers from DHT
2009-08-23 16:45:34 +0200 tr-dht.c:412 [Info] torrent5: Starting DHT announce (good, 169 nodes)
2009-08-23 16:45:34 +0200 tracker.c:622 [Foutopsporing] torrent12: scrape response: 200
2009-08-23 16:45:34 +0200 tracker.c:668 [Foutopsporing] torrent12: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:45:34 +0200 tracker.c:694 [Foutopsporing] torrent12: Request succeeded. Rescraping in 927 seconds
2009-08-23 16:45:34 +0200 tr-dht.c:377 [Info] torrent5: Learned 1 peers from DHT
2009-08-23 16:45:37 +0200 tr-dht.c:377 [Info] torrent10: Learned 1 peers from DHT
2009-08-23 16:45:38 +0200 tr-dht.c:377 [Info] torrent10: Learned 3 peers from DHT
2009-08-23 16:45:38 +0200 tr-dht.c:377 [Info] torrent10: Learned 1 peers from DHT
2009-08-23 16:45:38 +0200 tr-dht.c:377 [Info] torrent10: Learned 2 peers from DHT
2009-08-23 16:45:39 +0200 tr-dht.c:377 [Info] torrent10: Learned 6 peers from DHT
2009-08-23 16:45:39 +0200 tr-dht.c:377 [Info] torrent10: Learned 3 peers from DHT
2009-08-23 16:45:39 +0200 tr-dht.c:377 [Info] torrent10: Learned 6 peers from DHT
2009-08-23 16:45:40 +0200 tr-dht.c:377 [Info] torrent10: Learned 5 peers from DHT
2009-08-23 16:45:40 +0200 tr-dht.c:377 [Info] torrent10: Learned 12 peers from DHT
2009-08-23 16:45:42 +0200 tr-dht.c:412 [Info] torrent9: Starting DHT announce (good, 169 nodes)
2009-08-23 16:45:42 +0200 tr-dht.c:377 [Info] torrent9: Learned 18 peers from DHT
2009-08-23 16:45:43 +0200 tr-dht.c:377 [Info] torrent8: Learned 11 peers from DHT
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:45:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:45:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:45:48 +0200 tr-dht.c:412 [Info] torrent6: Starting DHT announce (good, 169 nodes)
2009-08-23 16:45:48 +0200 tr-dht.c:377 [Info] torrent6: Learned 1 peers from DHT
2009-08-23 16:45:48 +0200 tr-dht.c:377 [Info] torrent6: Learned 10 peers from DHT
2009-08-23 16:45:49 +0200 tr-dht.c:377 [Info] torrent10: Learned 8 peers from DHT
2009-08-23 16:45:51 +0200 peer-mgr.c:1334 [Foutopsporing] Transmission: Banned IP address "194.204.3.245" tried to connect to us
2009-08-23 16:45:54 +0200 tr-dht.c:412 [Info] torrent3: Starting DHT announce (good, 169 nodes)
2009-08-23 16:45:54 +0200 tr-dht.c:377 [Info] torrent5: Learned 2 peers from DHT
2009-08-23 16:45:54 +0200 tr-dht.c:377 [Info] torrent3: Learned 10 peers from DHT
2009-08-23 16:45:54 +0200 tr-dht.c:377 [Info] torrent3: Learned 9 peers from DHT
2009-08-23 16:45:56 +0200 tr-dht.c:377 [Info] torrent3: Learned 1 peers from DHT
2009-08-23 16:45:58 +0200 tr-dht.c:377 [Info] torrent3: Learned 1 peers from DHT
2009-08-23 16:45:58 +0200 tr-dht.c:377 [Info] torrent9: Learned 11 peers from DHT
2009-08-23 16:45:58 +0200 tracker.c:622 [Foutopsporing] torrent11: scrape response: 0
2009-08-23 16:46:01 +0200 tr-dht.c:377 [Info] torrent9: Learned 1 peers from DHT
2009-08-23 16:46:02 +0200 tr-dht.c:377 [Info] torrent9: Learned 1 peers from DHT
2009-08-23 16:46:03 +0200 tr-dht.c:377 [Info] torrent9: Learned 1 peers from DHT
2009-08-23 16:46:04 +0200 tr-dht.c:377 [Info] torrent9: Learned 2 peers from DHT
2009-08-23 16:46:05 +0200 tr-dht.c:377 [Info] torrent9: Learned 2 peers from DHT
2009-08-23 16:46:05 +0200 tr-dht.c:377 [Info] torrent9: Learned 6 peers from DHT
2009-08-23 16:46:06 +0200 tr-dht.c:377 [Info] torrent9: Learned 1 peers from DHT
2009-08-23 16:46:07 +0200 tr-dht.c:377 [Info] torrent6: Learned 18 peers from DHT
2009-08-23 16:46:10 +0200 tr-dht.c:377 [Info] torrent5: Learned 7 peers from DHT
2009-08-23 16:46:11 +0200 tr-dht.c:377 [Info] torrent3: Learned 13 peers from DHT
2009-08-23 16:46:12 +0200 tr-dht.c:377 [Info] torrent5: Learned 4 peers from DHT
2009-08-23 16:46:12 +0200 tr-dht.c:412 [Info] torrent7: Starting DHT announce (good, 169 nodes)
2009-08-23 16:46:12 +0200 tr-dht.c:377 [Info] torrent7: Learned 9 peers from DHT
2009-08-23 16:46:14 +0200 tr-dht.c:377 [Info] torrent3: Learned 2 peers from DHT
2009-08-23 16:46:14 +0200 tr-dht.c:377 [Info] torrent3: Learned 1 peers from DHT
2009-08-23 16:46:15 +0200 tr-dht.c:377 [Info] torrent8: Learned 2 peers from DHT
2009-08-23 16:46:15 +0200 tr-dht.c:377 [Info] torrent8: Learned 5 peers from DHT
2009-08-23 16:46:23 +0200 tr-dht.c:377 [Info] torrent7: Learned 1 peers from DHT
2009-08-23 16:46:23 +0200 tr-dht.c:377 [Info] torrent7: Learned 1 peers from DHT
2009-08-23 16:46:25 +0200 tr-dht.c:377 [Info] torrent6: Learned 11 peers from DHT
2009-08-23 16:46:25 +0200 tr-dht.c:377 [Info] torrent6: Learned 1 peers from DHT
2009-08-23 16:46:26 +0200 tr-dht.c:377 [Info] torrent6: Learned 1 peers from DHT
2009-08-23 16:46:28 +0200 tr-dht.c:377 [Info] torrent6: Learned 2 peers from DHT
2009-08-23 16:46:28 +0200 tr-dht.c:377 [Info] torrent3: Learned 8 peers from DHT
2009-08-23 16:46:28 +0200 tr-dht.c:377 [Info] torrent5: Learned 4 peers from DHT
2009-08-23 16:46:31 +0200 tracker.c:422 [Foutopsporing] torrent12: tracker response: 200
2009-08-23 16:46:31 +0200 torrent.c:304 [Info] torrent12: Got 50 peers from tracker
2009-08-23 16:46:36 +0200 tr-dht.c:377 [Info] torrent9: Learned 12 peers from DHT
2009-08-23 16:46:38 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 370, which was just downloaded, failed its checksum test
2009-08-23 16:46:40 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 49, which was just downloaded, failed its checksum test
2009-08-23 16:46:42 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 1238, which was just downloaded, failed its checksum test
2009-08-23 16:46:43 +0200 tr-dht.c:385 [Info] torrent4: DHT announce done
2009-08-23 16:46:43 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 381, which was just downloaded, failed its checksum test
2009-08-23 16:46:44 +0200 tracker.c:622 [Foutopsporing] Intensify: scrape response: 0
2009-08-23 16:46:44 +0200 tracker.c:422 [Foutopsporing] torrent1: tracker response: 200
2009-08-23 16:46:44 +0200 torrent.c:324 [Fout] torrent1: Tracker error: "unregistered torrent pass"
2009-08-23 16:46:44 +0200 tracker.c:335 [Info] torrent1: Trying tracker "http://tracker.bittorrent.am/announce"
2009-08-23 16:46:44 +0200 resume.c:486 [Foutopsporing] torrent1: Saving .resume file for "torrent1"
2009-08-23 16:46:44 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent1.7ba1cac201a68dc1.resume"
2009-08-23 16:46:44 +0200 tr-dht.c:377 [Info] torrent6: Learned 9 peers from DHT
2009-08-23 16:46:44 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 470, which was just downloaded, failed its checksum test
2009-08-23 16:46:45 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 377, which was just downloaded, failed its checksum test
2009-08-23 16:46:45 +0200 tr-dht.c:377 [Info] torrent5: Learned 7 peers from DHT
2009-08-23 16:46:46 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 625, which was just downloaded, failed its checksum test
2009-08-23 16:46:46 +0200 tracker.c:422 [Foutopsporing] torrent7: tracker response: 200
2009-08-23 16:46:46 +0200 torrent.c:304 [Info] torrent7: Got 12 peers from tracker
2009-08-23 16:46:46 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 631, which was just downloaded, failed its checksum test
2009-08-23 16:46:47 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 439, which was just downloaded, failed its checksum test
2009-08-23 16:46:49 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 428, which was just downloaded, failed its checksum test
2009-08-23 16:46:49 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 308, which was just downloaded, failed its checksum test
2009-08-23 16:46:51 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 1310, which was just downloaded, failed its checksum test
2009-08-23 16:46:54 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 725, which was just downloaded, failed its checksum test
2009-08-23 16:46:54 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 394, which was just downloaded, failed its checksum test
2009-08-23 16:46:55 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 835, which was just downloaded, failed its checksum test
2009-08-23 16:46:55 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 309, which was just downloaded, failed its checksum test
2009-08-23 16:46:55 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 1100, which was just downloaded, failed its checksum test
2009-08-23 16:46:59 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 403, which was just downloaded, failed its checksum test
2009-08-23 16:47:02 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 1086, which was just downloaded, failed its checksum test
2009-08-23 16:47:08 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 782, which was just downloaded, failed its checksum test
2009-08-23 16:47:10 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 681, which was just downloaded, failed its checksum test
2009-08-23 16:47:10 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 742, which was just downloaded, failed its checksum test
2009-08-23 16:47:14 +0200 tr-dht.c:385 [Info] torrent8: DHT announce done
2009-08-23 16:47:14 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 1072, which was just downloaded, failed its checksum test
2009-08-23 16:47:15 +0200 tr-dht.c:377 [Info] torrent6: Learned 5 peers from DHT
2009-08-23 16:47:20 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 1306, which was just downloaded, failed its checksum test
2009-08-23 16:47:21 +0200 tr-dht.c:377 [Info] torrent5: Learned 4 peers from DHT
2009-08-23 16:47:23 +0200 tr-dht.c:377 [Info] torrent5: Learned 9 peers from DHT
2009-08-23 16:47:24 +0200 tracker.c:422 [Foutopsporing] torrent12: tracker response: 0
2009-08-23 16:47:36 +0200 tr-dht.c:377 [Info] torrent7: Learned 4 peers from DHT
2009-08-23 16:47:36 +0200 tr-dht.c:377 [Info] torrent7: Learned 9 peers from DHT
2009-08-23 16:47:37 +0200 tr-dht.c:377 [Info] torrent7: Learned 1 peers from DHT
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:47:43 +0200 resume.c:486 [Foutopsporing] torrent12: Saving .resume file for "torrent12"
2009-08-23 16:47:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent12.b07c9de2572ac038.resume"
2009-08-23 16:47:54 +0200 tr-dht.c:385 [Info] torrent10: DHT announce done
2009-08-23 16:47:54 +0200 tr-dht.c:377 [Info] torrent7: Learned 5 peers from DHT
2009-08-23 16:47:54 +0200 tr-dht.c:377 [Info] torrent3: Learned 3 peers from DHT
2009-08-23 16:47:54 +0200 tr-dht.c:377 [Info] torrent7: Learned 5 peers from DHT
2009-08-23 16:47:59 +0200 tracker.c:422 [Foutopsporing] torrent9: tracker response: 200
2009-08-23 16:47:59 +0200 torrent.c:304 [Info] torrent9: Got 18 peers from tracker
2009-08-23 16:48:09 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 1050, which was just downloaded, failed its checksum test
2009-08-23 16:48:23 +0200 tracker.c:622 [Foutopsporing] torrent3: scrape response: 200
2009-08-23 16:48:23 +0200 tracker.c:668 [Foutopsporing] torrent3: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:48:23 +0200 tracker.c:694 [Foutopsporing] torrent3: Request succeeded. Rescraping in 905 seconds
2009-08-23 16:48:26 +0200 tr-dht.c:385 [Info] torrent5: DHT announce done
2009-08-23 16:48:29 +0200 tracker.c:422 [Foutopsporing] torrent10: tracker response: 200
2009-08-23 16:48:29 +0200 torrent.c:304 [Info] torrent10: Got 18 peers from tracker
2009-08-23 16:48:36 +0200 tracker.c:422 [Foutopsporing] torrent5: tracker response: 200
2009-08-23 16:48:36 +0200 torrent.c:304 [Info] torrent5: Got 11 peers from tracker
2009-08-23 16:48:43 +0200 tr-dht.c:385 [Info] torrent9: DHT announce done
2009-08-23 16:48:43 +0200 tr-dht.c:385 [Info] torrent6: DHT announce done
2009-08-23 16:48:49 +0200 tracker.c:622 [Foutopsporing] torrent4: scrape response: 200
2009-08-23 16:48:49 +0200 tracker.c:668 [Foutopsporing] torrent4: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:48:49 +0200 tracker.c:694 [Foutopsporing] torrent4: Request succeeded. Rescraping in 913 seconds
2009-08-23 16:49:05 +0200 tracker.c:422 [Foutopsporing] torrent3: tracker response: 200
2009-08-23 16:49:05 +0200 torrent.c:304 [Info] torrent3: Got 15 peers from tracker
2009-08-23 16:49:08 +0200 tracker.c:622 [Foutopsporing] Intensify: scrape response: 0
2009-08-23 16:49:17 +0200 tr-dht.c:385 [Info] torrent7: DHT announce done
2009-08-23 16:49:17 +0200 tr-dht.c:385 [Info] torrent3: DHT announce done
2009-08-23 16:49:23 +0200 tracker.c:622 [Foutopsporing] torrent11: scrape response: 0
2009-08-23 16:49:28 +0200 tracker.c:622 [Foutopsporing] The Very Best Of: scrape response: 0
2009-08-23 16:49:40 +0200 peer-mgr.c:1125 [Fout] torrent12: Piece 226, which was just downloaded, failed its checksum test
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent3: Saving .resume file for "torrent3"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent3.333eba0663356acd.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent4: Saving .resume file for "torrent4"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent4.3f752010957b37da.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent5: Saving .resume file for "torrent5"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent5.0020af75cd2c613d.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent6: Saving .resume file for "torrent6"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent6.2c8b8ed3361947e5.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent7: Saving .resume file for "torrent7"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent7.ad23595429791b88.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent8: Saving .resume file for "torrent8"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent8.5d0f16a117cf4415.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent9: Saving .resume file for "torrent9"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent9.0ff33e3f977590d0.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent10: Saving .resume file for "torrent10"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent10.638440b08cbdf05b.resume"
2009-08-23 16:49:43 +0200 resume.c:486 [Foutopsporing] torrent12: Saving .resume file for "torrent12"
2009-08-23 16:49:43 +0200 bencode.c:1551 [Foutopsporing] Transmission: tr_bencToFile saved "/Users/0/Library/Application Support/Transmission/Resume/torrent12.b07c9de2572ac038.resume"
2009-08-23 16:49:51 +0200 tracker.c:422 [Foutopsporing] torrent4: tracker response: 200
2009-08-23 16:49:51 +0200 torrent.c:304 [Info] torrent4: Got 18 peers from tracker
2009-08-23 16:49:56 +0200 torrent.c:1579 [Info] torrent12: State changed from "Incomplete" to "Complete"
2009-08-23 16:49:58 +0200 tracker.c:422 [Foutopsporing] torrent12: tracker response: 200
2009-08-23 16:49:58 +0200 torrent.c:304 [Info] torrent12: Got 50 peers from tracker
2009-08-23 16:49:58 +0200 tracker.c:622 [Foutopsporing] torrent6: scrape response: 200
2009-08-23 16:49:58 +0200 tracker.c:668 [Foutopsporing] torrent6: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:49:58 +0200 tracker.c:694 [Foutopsporing] torrent6: Request succeeded. Rescraping in 928 seconds
2009-08-23 16:50:03 +0200 tracker.c:422 [Foutopsporing] torrent12: tracker response: 200
2009-08-23 16:50:03 +0200 torrent.c:304 [Info] torrent12: Got 1 peers from tracker
2009-08-23 16:50:11 +0200 tracker.c:622 [Foutopsporing] torrent8: scrape response: 200
2009-08-23 16:50:11 +0200 tracker.c:668 [Foutopsporing] torrent8: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:50:11 +0200 tracker.c:694 [Foutopsporing] torrent8: Request succeeded. Rescraping in 919 seconds
2009-08-23 16:50:37 +0200 tracker.c:622 [Foutopsporing] The Very Best Of: scrape response: 200
2009-08-23 16:50:37 +0200 tracker.c:668 [Foutopsporing] The Very Best Of: Scrape successful. Rescraping in 900 seconds.
2009-08-23 16:50:37 +0200 tracker.c:694 [Foutopsporing] The Very Best Of: Request succeeded. Rescraping in 914 seconds
jch
Posts: 175
Joined: Wed May 13, 2009 12:08 am

Re: Transmission 1.74 Beta 1

Post by jch »

Naddy,

What's the stack limit on this platform? The function dht_periodic uses some 8kB of stack space, is that alright for your platform?

Could you please recompile with no optimisation, and see if you can get a more exciting backtrace?

--Juliusz
jch
Posts: 175
Joined: Wed May 13, 2009 12:08 am

Re: Transmission 1.74 Beta 1

Post by jch »

naddy wrote:dht_periodic() might be a red herring. I just tried 1.74b1 with the dht from 1.73, and I get the same error.
Could you consider switching back to dht-0.8 in that case? It'll be difficult to debug the issue if 0.8 is not being used.

FWIW, I've been testing dht-0.8 under valgrind on Linux/AMD64 with no complaints.

--Juliusz
Jordan
Transmission Developer
Posts: 2312
Joined: Sat May 26, 2007 3:39 pm
Location: Titania's Room

Re: Transmission 1.74 Beta 1

Post by Jordan »

jch wrote:Could you consider switching back to dht-0.8 in that case? It'll be difficult to debug the issue if 0.8 is not being used.

FWIW, I've been testing dht-0.8 under valgrind on Linux/AMD64 with no complaints.

--Juliusz
I've got mixed feelings about this: 1.74 will likely be the version bundled by the next release of Ubuntu and Fedora, so IMO the higher priority is to play it safe with 1.74. The best way to do that is to stick with the same version of DHT that's being used happily by thousands of 1.73 users.

But I completely understand your feelings on this wrt debugging and maintaining multiple versions. We'll jump to the latest version of DHT after 1.74 is out the door.

naddy: if you could try to reproduce this error under valgrind, I would be very grateful. :)
Post Reply