Page 10 of 12

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Sat Jan 14, 2012 7:03 pm
by rwh202
Firstly, thanks for an incredibly useful utility.

Just want to ask if there is a way to use Langouste with the v7 clients to provide the rate capping facility?

It's going to be a bit of a deal breaker for me if the time comes to make the change to v7 without it.

Thanks

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Mon Jan 16, 2012 3:46 pm
by tear
I haven't evaluated V7 compatibility in a while (it was performed back in the day -- hence coverage in the README).

Is it an urgent need for you?
Also, is it on Linux or Windows?

If you have a spare system (and spare cycles as well) you could just try it (per documentation) and see what happens...

Also, there are rumors of V7 being capable of simultaneous uploads and downloads. May wish to test it before
using Langouste with it.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Mon Jan 16, 2012 4:47 pm
by PantherX
tear wrote:...Also, there are rumors of V7 being capable of simultaneous uploads and downloads...
Under default settings, a new WU is downloaded when the current one has reached 99%. The new WU will automatically begin processing while the wuresult is being uploaded. You can set the percentage to 100% and it will upload and download simultaneously.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Tue Jan 17, 2012 9:49 pm
by rwh202
tear wrote:I haven't evaluated V7 compatibility in a while (it was performed back in the day -- hence coverage in the README).

Is it an urgent need for you?
Also, is it on Linux or Windows?

If you have a spare system (and spare cycles as well) you could just try it (per documentation) and see what happens...

Also, there are rumors of V7 being capable of simultaneous uploads and downloads. May wish to test it before
using Langouste with it.
No, not urgent (as long as 6.34 continues to get WUs!) I'm aware that v7 should handle the concurrent upload/download but I'm more dependent on the upload rate limit.
This is on Linux boxes. I will have a spare system (and time) at the weekend so will give it a go.

I'm hoping it will be obvious where the helper script has to go - I've not even tried the Linux v7 so don't know if the directory structure is similar as before. I will report back how I get on.
Thanks

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Wed Jan 18, 2012 8:44 pm
by tear
Arrgh. Sorry, you've just made me realize I was mistaken. Got confused and thought
you were talking about another tool of mine -- The Kraken.

Per project's statements, 6.x client is going to be maintained with adepts in mind
so I wouldn't worry about it being decommissioned any time soon.

To answer your question -- there's no V7 support at this time so exercising
Langouste with V7 would be a waste of time == I'm retracting that suggestion :(

Also, IIRC, V7 is a dynamically linked binary (V6 is too but that wasn't the case the past)
so a tool called trickle should work nicely with V7.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Thu Jan 19, 2012 1:48 am
by bruce
tear wrote:... a tool called trickle should work nicely with V7.
I think you're forgetting that V7 runs on Windows, Linux, and MacOS. I don't think that trickle does.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Thu Jan 19, 2012 2:33 am
by tear
LOL.

Then we'll make Langouste support V7... one OS at a time :D

What would live be without challenges?


(slightly intoxicated) Cheers!
tear

EDIT: (less intoxicated) post scriptum
AFAICS rwh202 is running Linux so trickle should work juuust fine.

Besides, I am quite confident there are native Windows/MacOS utilities
that serve same purpose as trickle w/Linux... and motivated individuals
will sure succeed in researching and obtaining said utilities.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Sun Jan 22, 2012 4:58 pm
by rwh202
tear wrote:Also, IIRC, V7 is a dynamically linked binary (V6 is too but that wasn't the case the past)
so a tool called trickle should work nicely with V7.
Thanks for the link.

Just changing the local client command in the FAHControl preferences to "trickle -u 20 FAHClient" works perfectly.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Thu Mar 01, 2012 6:17 pm
by snikygel
Hi tear,

An odd question - is it possible to use Langouste with an IP other than 127.0.0.1? say a public IP on another computer?

Thanks.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Thu Mar 01, 2012 11:44 pm
by tear
Yes, but only as regular HTTP proxy (plus rate limiting).

You would need to recompile it (with standalone support) and, once in "non-local mode",
you would no longer be able to use its upload/download decoupling feature.

What is the use case you're after?


tear

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Fri Mar 02, 2012 1:46 am
by snikygel
Thanks, tear.

I am thinking of using a local and remote computer to further minimize the upload time. My hypothesis is that given a remote computer that has faster upload speed than the local one, I could use the time during folding to sync the incomplete WU with the remote computer. When the WU is completed a signal is then sent to the remote computer to upload the WU to stanford servers. This could potentially reduce the upload time needed when compared with using only the local computer to send the WU.

Here are the step (LC = local computer, RC = remote computer)
1. Lagouste is installed at RC
2. LC receive WU and fold as usual
2. The LC fah folder is synced with the RC fah folder to ensure the two copies are the same
3. When the WU is completed at LC, a signal is send to Langouste at RC to upload the WU at RC (as the WU at both computers are identical stanford servers should treat the WU at RC as completed and ready to be received)
4. LC fah abort the upload process and receive a new WU and fold as usual. RC finish sending the WU to stanford server

I hope this is workable.

Thanks.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Fri Mar 02, 2012 2:08 am
by bruce
I don't think you'll get the benefit that you're looking for. Syncing the incomplete WU won't help. After a WU reaches 100%, the incomplete components are completed but then they go through a tar/zip process to make a single file that is scheduled for upload and they're deleted. The file that needs to be transferred/uploaded doesn't exist until the WU is finished.

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Fri Mar 02, 2012 5:26 am
by tear
Yeah, I don't think that's going to work. Result writeout isn't spread across duration of the simulation.
It's one bulky write at the end of it...

Re: Langouste -- WU upload/download de-coupler (+upload capp

Posted: Fri Mar 02, 2012 8:48 am
by snikygel
I see. Thanks tear and bruce. I think I need faster broadband :)

Re: Langouste -- Two stranded WU no RL connections

Posted: Fri Apr 06, 2012 6:43 pm
by tofuwombat
I've got two stranded work units that I cannot send.

Is there any way to force finished WU's out?
(the files are there in the work directory)

Kubuntu10.10/kraken/langouste

My queueinfo:

Code: Select all

tofuwombat@schnellzug:~/fah$ ./fah6 -verbosity 9 -queueinfo

Note: Please read the license agreement (fah6 -license). Further 
use of this software requires that you have read and accepted this agreement.



--- Opening Log file [April 6 18:30:07 UTC] 


# Linux Console Edition #######################################################
###############################################################################

                       Folding@Home Client Version 6.34

                          http://folding.stanford.edu

###############################################################################
###############################################################################

Launch directory: /home/tofuwombat/fah
Executable: ./fah6
Arguments: -verbosity 9 -queueinfo 

[18:30:07] - Ask before connecting: No
[18:30:07] - Proxy: 127.0.0.1:8880
[18:30:07] - User name: tofuwombat (Team 155278)
[18:30:07] - User ID:XXXXXXXXXXXXXX
[18:30:07] - Machine ID: 16
[18:30:07] 
[18:30:07] Loaded queue successfully.
[18:30:07] Printing Queue Information
Current Queue: 
Slot 07  Empty/Deleted
Project: 6098 (Run 3, Clone 99, Gen 71), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: March 30 00:04:46
Finished date: March 30 08:15:09

Slot 08  Empty/Deleted
Project: 6097 (Run 0, Clone 27, Gen 182), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: March 30 08:15:15
Finished date: March 30 16:22:42

Slot 09  Empty/Deleted
Project: 6099 (Run 4, Clone 48, Gen 134), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: March 30 16:22:47
Finished date: March 31 07:04:37

Slot 00  Empty/Deleted
Project: 6097 (Run 0, Clone 28, Gen 203), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: March 31 07:04:42
Finished date: March 31 15:00:55

Slot 01  Empty/Deleted
Project: 6097 (Run 0, Clone 59, Gen 191), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: March 31 15:00:59
Finished date: March 31 22:57:41

Slot 02  Empty/Deleted
Project: 6098 (Run 1, Clone 42, Gen 99), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: March 31 22:57:45
Finished date: April 1 07:09:46

Slot 03  Empty/Deleted
Project: 6098 (Run 3, Clone 28, Gen 115), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: April 1 07:09:50
Finished date: April 1 15:18:21

Slot 04  Empty/Deleted
Project: 6098 (Run 0, Clone 47, Gen 92), Core: a3
Work server: 128.143.231.202:8080
Collection server: 128.143.199.97
Download date: April 1 15:18:25
Finished date: April 1 23:48:38

Slot 05  Done     
Project: 6903 (Run 5, Clone 7, Gen 74), Core: a5
Work server: 130.237.232.237:8080
Collection server: 0.0.0.0
Download date: April 1 23:58:50
Finished date: April 5 01:30:24
Failed uploads: 149

Slot 06 *Done     
Project: 6900 (Run 27, Clone 12, Gen 144), Core: a5
Work server: 130.237.232.141:80
Collection server: 130.237.165.141
Download date: April 5 04:35:11
Finished date: April 6 16:12:51
Failed uploads: 134

PF: 0.891645 based on last 4 slot(s)
[18:30:07] ***** Got a SIGTERM signal (15)
[18:30:07] Killing all core threads

Folding@Home Client Shutdown.
tofuwombat@schnellzug:~/fah$ 
(slots 5&6 are the stuck ones with over one hundred failed uploads each)

when I do this:

Code: Select all

tofuwombat@schnellzug:~/fah$ ./fah6 -verbosity 9 -send all

Note: Please read the license agreement (fah6 -license). Further 
use of this software requires that you have read and accepted this agreement.



--- Opening Log file [April 6 17:40:24 UTC] 


# Linux Console Edition #######################################################
###############################################################################

                       Folding@Home Client Version 6.34

                          http://folding.stanford.edu

###############################################################################
###############################################################################

Launch directory: /home/tofuwombat/fah
Executable: ./fah6
Arguments: -verbosity 9 -send all 

[17:40:24] - Ask before connecting: No
[17:40:24] - Proxy: 127.0.0.1:8880
[17:40:24] - User name: tofuwombat (Team 155278)
[17:40:24] - User ID: 7B28AC76548DDAE7
[17:40:24] - Machine ID: 16
[17:40:24] 
[17:40:25] Loaded queue successfully.
[17:40:25] Attempting to return result(s) to server...
[17:40:25] Trying to send all finished work units
[17:40:25] Project: 6903 (Run 5, Clone 7, Gen 74)
[17:40:25] - Read packet limit of 540015616... Set to 524286976.


[17:40:25] + Attempting to send results [April 6 17:40:25 UTC]
[17:40:25] - Reading file work/wuresults_05.dat from core
[17:40:25]   (Read 222418260 bytes from disk)
[17:40:25] Connecting to http://130.237.232.237:8080/
[17:42:20] - Couldn't send HTTP request to server
[17:42:20] + Could not connect to Work Server (results)
[17:42:20]     (130.237.232.237:8080)
[17:42:20] + Retrying using alternative port
[17:42:20] Connecting to http://130.237.232.237:80/
[17:44:01] - Couldn't send HTTP request to server
[17:44:01] + Could not connect to Work Server (results)
[17:44:01]     (130.237.232.237:80)
[17:44:01] - Error: Could not transmit unit 05 (completed April 5) to work server.
[17:44:01] - 149 failed uploads of this unit.
[17:44:01]   Keeping unit 05 in queue.
[17:44:01] Project: 6900 (Run 27, Clone 12, Gen 144)
[17:44:01] - Read packet limit of 540015616... Set to 524286976.


[17:44:01] + Attempting to send results [April 6 17:44:01 UTC]
[17:44:01] - Reading file work/wuresults_06.dat from core
[17:44:01]   (Read 100069635 bytes from disk)
[17:44:01] Connecting to http://130.237.232.141:80/
[17:45:26] - Couldn't send HTTP request to server
[17:45:26] + Could not connect to Work Server (results)
[17:45:26]     (130.237.232.141:80)
[17:45:26] + Retrying using alternative port
[17:45:26] Connecting to http://130.237.232.141:8080/
[17:46:54] - Couldn't send HTTP request to server
[17:46:54] + Could not connect to Work Server (results)
[17:46:54]     (130.237.232.141:8080)
[17:46:54] - Error: Could not transmit unit 06 (completed April 6) to work server.
[17:46:54] - 134 failed uploads of this unit.
[17:46:54] - Read packet limit of 540015616... Set to 524286976.


[17:46:54] + Attempting to send results [April 6 17:46:54 UTC]
[17:46:54] - Reading file work/wuresults_06.dat from core
[17:46:54]   (Read 100069635 bytes from disk)
[17:46:54] Connecting to http://130.237.165.141:80/
[17:46:55] - Couldn't send HTTP request to server
[17:46:55] + Could not connect to Work Server (results)
[17:46:55]     (130.237.165.141:80)
[17:46:55] + Retrying using alternative port
[17:46:55] Connecting to http://130.237.165.141:8080/
[17:46:55] - Couldn't send HTTP request to server
[17:46:55] + Could not connect to Work Server (results)
[17:46:55]     (130.237.165.141:8080)
[17:46:55]   Could not transmit unit 06 to Collection server; keeping in queue.
[17:46:55] + Sent 0 of 2 completed units to the server
[17:46:55] - Failed to send all units to server
[17:46:55] ***** Got a SIGTERM signal (15)
[17:46:55] Killing all core threads

Folding@Home Client Shutdown.
tofuwombat@schnellzug:~/fah$ 
langoste does this:

Code: Select all

[1333734338.973589] (0) wrote 16384 bytes
[1333734338.973599] rl_update(): no RL connections
[1333734338.973627] (0) wrote 16384 bytes
[1333734338.973637] rl_update(): no RL connections
[1333734338.973673] (0) wrote 16384 bytes
[1333734338.973683] rl_update(): no RL connections
[1333734338.973711] (0) wrote 16384 bytes
[1333734338.973721] rl_update(): no RL connections
[1333734338.973749] (0) wrote 3920 bytes
[1333734338.973759] (0) remote send-q full
[1333734338.973770] rl_update(): no RL connections
[1333734340.109465] (0) remote socket now ready
[1333734340.109510] (0) wrote 12464 bytes
[1333734340.109524] rl_update(): no RL connections
[1333734340.109554] (0) wrote 16384 bytes
[1333734340.109564] rl_update(): no RL connections
[1333734340.109591] (0) wrote 16384 bytes
[1333734340.109600] rl_update(): no RL connections
[1333734340.109633] (0) wrote 16384 bytes
[1333734340.109643] rl_update(): no RL connections
[1333734340.109671] (0) wrote 16384 bytes
[1333734340.109681] rl_update(): no RL connections
[1333734340.109709] (0) wrote 16384 bytes
[1333734340.109720] rl_update(): no RL connections
[1333734340.109747] (0) wrote 16384 bytes
[1333734340.109757] rl_update(): no RL connections
[1333734340.109779] (0) wrote 16384 bytes
[1333734340.109789] rl_update(): no RL connections
[1333734340.109827] (0) wrote 16384 bytes
[1333734340.109838] rl_update(): no RL connections
[1333734340.109866] (0) wrote 16384 bytes
[1333734340.109876] rl_update(): no RL connections
[1333734340.109901] (0) wrote 16384 bytes
[1333734340.109911] rl_update(): no RL connections
[1333734340.109935] (0) wrote 16384 bytes
[1333734340.110015] rl_update(): no RL connections
[1333734340.110075] (0) wrote 16384 bytes
[1333734340.110085] rl_update(): no RL connections
[1333734340.110140] (0) wrote 16384 bytes
[1333734340.110161] rl_update(): no RL connections
[1333734340.110190] (0) wrote 16384 bytes
[1333734340.110200] rl_update(): no RL connections
[1333734340.110228] (0) wrote 16384 bytes
[1333734340.110239] rl_update(): no RL connections
[1333734340.110261] (0) wrote 16384 bytes
[1333734340.110271] rl_update(): no RL connections
[1333734340.110302] (0) wrote 16384 bytes
[1333734340.110312] rl_update(): no RL connections
[1333734340.110340] (0) wrote 16384 bytes
[1333734340.110367] rl_update(): no RL connections
[1333734340.110394] (0) wrote 16384 bytes
[1333734340.110403] rl_update(): no RL connections
[1333734340.110433] (0) wrote 16384 bytes
[1333734340.110444] rl_update(): no RL connections
[1333734340.110781] (0) wrote 16384 bytes
[1333734340.110792] rl_update(): no RL connections
[1333734340.110820] (0) wrote 16384 bytes
[1333734340.110831] rl_update(): no RL connections
[1333734340.110859] (0) wrote 16384 bytes
[1333734340.110869] rl_update(): no RL connections
[1333734340.110898] (0) wrote 16384 bytes
[1333734340.110908] rl_update(): no RL connections
[1333734340.110963] (0) wrote 16384 bytes
[1333734340.110974] rl_update(): no RL connections
[1333734340.111003] (0) wrote 16384 bytes
[1333734340.111013] rl_update(): no RL connections
[1333734340.111039] (0) wrote 16384 bytes
[1333734340.111049] rl_update(): no RL connections
[1333734340.111196] (0) wrote 16384 bytes
[1333734340.111267] rl_update(): no RL connections
[1333734340.111301] (0) wrote 16384 bytes
[1333734340.111311] rl_update(): no RL connections
[1333734340.111338] (0) wrote 16384 bytes
[1333734340.111349] rl_update(): no RL connections
[1333734340.111372] (0) wrote 16384 bytes
[1333734340.111382] rl_update(): no RL connections
[1333734340.111413] (0) wrote 16384 bytes
[1333734340.111423] rl_update(): no RL connections
[1333734340.111451] (0) wrote 16384 bytes
[1333734340.111461] rl_update(): no RL connections
[1333734340.111483] (0) wrote 16384 bytes
[1333734340.111492] rl_update(): no RL connections
[1333734340.111524] (0) wrote 16384 bytes
[1333734340.111535] rl_update(): no RL connections
[1333734340.111560] (0) wrote 536 bytes
[1333734340.111569] (0) remote send-q full
[1333734340.111580] rl_update(): no RL connections
[1333734341.260748] (0) remote socket now ready
[1333734341.265458] (0) wrote 15848 bytes
[1333734341.266336] rl_update(): no RL connections
[1333734341.267781] (0) wrote 16384 bytes
[1333734341.267822] rl_update(): no RL connections
[1333734341.269539] (0) wrote 16384 bytes
[1333734341.269667] rl_update(): no RL connections
[1333734341.270293] (0) wrote 16384 bytes
[1333734341.270339] rl_update(): no RL connections
[1333734341.271231] (0) wrote 16384 bytes
[1333734341.271258] rl_update(): no RL connections
[1333734341.272856] (0) wrote 16384 bytes
[1333734341.272976] rl_update(): no RL connections
[1333734341.273641] (0) wrote 16384 bytes
[1333734341.273669] rl_update(): no RL connections
[1333734341.274369] (0) wrote 16384 bytes
[1333734341.274411] rl_update(): no RL connections
[1333734341.275107] (0) wrote 16384 bytes
[1333734341.275181] rl_update(): no RL connections
[1333734341.275707] (0) wrote 16384 bytes
[1333734341.275741] rl_update(): no RL connections
[1333734341.276341] (0) wrote 16384 bytes
[1333734341.276391] rl_update(): no RL connections
[1333734341.276985] (0) wrote 16384 bytes
[1333734341.277029] rl_update(): no RL connections
[1333734341.277741] (0) wrote 16384 bytes
[1333734341.277829] rl_update(): no RL connections
[1333734341.278629] (0) wrote 16384 bytes
[1333734341.278685] rl_update(): no RL connections
[1333734341.279461] (0) wrote 16384 bytes
[1333734341.279510] rl_update(): no RL connections
[1333734341.280105] (0) wrote 16384 bytes
[1333734341.280171] rl_update(): no RL connections
[1333734341.280775] (0) wrote 16384 bytes
[1333734341.280794] rl_update(): no RL connections
[1333734341.281289] (0) wrote 16384 bytes
[1333734341.281327] rl_update(): no RL connections
[1333734341.282003] (0) wrote 16384 bytes
[1333734341.282085] rl_update(): no RL connections
[1333734341.282373] (0) wrote 16384 bytes
[1333734341.282386] rl_update(): no RL connections
[1333734341.282544] (0) wrote 16384 bytes
[1333734341.282555] rl_update(): no RL connections
[1333734341.282586] (0) wrote 16384 bytes
[1333734341.282597] rl_update(): no RL connections
[1333734341.282623] (0) wrote 16384 bytes
[1333734341.282633] rl_update(): no RL connections
[1333734341.282663] (0) wrote 16384 bytes
[1333734341.282673] rl_update(): no RL connections
[1333734341.282701] (0) wrote 16384 bytes
[1333734341.282712] rl_update(): no RL connections
[1333734341.282733] (0) wrote 16384 bytes
[1333734341.282742] rl_update(): no RL connections
[1333734341.282769] (0) wrote 16384 bytes
[1333734341.282778] rl_update(): no RL connections
[1333734341.282806] (0) wrote 16384 bytes
[1333734341.282817] rl_update(): no RL connections
[1333734341.282841] (0) wrote 16384 bytes
[1333734341.282850] rl_update(): no RL connections
[1333734341.282871] (0) wrote 16384 bytes
[1333734341.282881] rl_update(): no RL connections
[1333734341.282906] (0) wrote 16384 bytes
[1333734341.282917] rl_update(): no RL connections
[1333734341.282965] (0) wrote 16384 bytes
[1333734341.282975] rl_update(): no RL connections
[1333734341.282998] (0) wrote 16384 bytes
[1333734341.283009] rl_update(): no RL connections
[1333734341.283036] (0) wrote 16384 bytes
[1333734341.283047] rl_update(): no RL connections
[1333734341.283069] (0) wrote 16384 bytes
[1333734341.283078] rl_update(): no RL connections
[1333734341.283101] (0) wrote 13536 bytes
[1333734341.283112] (0) remote send-q full
[1333734341.283121] rl_update(): no RL connections
[1333734342.475993] (0) remote socket now ready
[1333734342.476042] (0) wrote 2848 bytes
[1333734342.476058] rl_update(): no RL connections
[1333734342.476110] (0) wrote 16384 bytes
[1333734342.476121] rl_update(): no RL connections
[1333734342.476154] (0) wrote 16384 bytes
[1333734342.476164] rl_update(): no RL connections
[1333734342.476190] (0) wrote 16384 bytes
[1333734342.476200] rl_update(): no RL connections
[1333734342.476233] (0) wrote 16384 bytes
[1333734342.476243] rl_update(): no RL connections
[1333734342.476270] (0) wrote 16384 bytes
[1333734342.476280] rl_update(): no RL connections
[1333734342.476314] (0) wrote 16384 bytes
[1333734342.476325] rl_update(): no RL connections
[1333734342.476353] (0) wrote 16384 bytes
[1333734342.476363] rl_update(): no RL connections
[1333734342.476386] (0) wrote 16384 bytes
[1333734342.476396] rl_update(): no RL connections
[1333734342.476430] (0) wrote 16384 bytes
[1333734342.476440] rl_update(): no RL connections
[1333734342.476469] (0) wrote 16384 bytes
[1333734342.476479] rl_update(): no RL connections
[1333734342.476508] (0) wrote 16384 bytes
[1333734342.476518] rl_update(): no RL connections
[1333734342.476541] (0) wrote 16384 bytes
[1333734342.476550] rl_update(): no RL connections
[1333734342.476581] (0) wrote 16384 bytes
[1333734342.476591] rl_update(): no RL connections
[1333734342.476627] (0) wrote 16384 bytes
[1333734342.476638] rl_update(): no RL connections
[1333734342.476667] (0) wrote 16384 bytes
[1333734342.476677] rl_update(): no RL connections
[1333734342.476703] (0) wrote 16384 bytes
[1333734342.476713] rl_update(): no RL connections
[1333734342.476756] (0) wrote 16384 bytes
[1333734342.476766] rl_update(): no RL connections
[1333734342.476795] (0) wrote 16384 bytes
[1333734342.476805] rl_update(): no RL connections
[1333734342.476834] (0) wrote 16384 bytes
[1333734342.476844] rl_update(): no RL connections
[1333734342.476872] (0) wrote 16384 bytes
[1333734342.476883] rl_update(): no RL connections
[1333734342.476911] (0) wrote 16384 bytes
[1333734342.476921] rl_update(): no RL connections
[1333734342.476948] (0) wrote 16384 bytes
[1333734342.476958] rl_update(): no RL connections
[1333734342.476982] (0) wrote 16384 bytes
[1333734342.476992] rl_update(): no RL connections
[1333734342.477025] (0) wrote 16384 bytes
[1333734342.477035] rl_update(): no RL connections
[1333734342.477062] (0) wrote 16384 bytes
[1333734342.477073] rl_update(): no RL connections
[1333734342.477094] (0) wrote 16384 bytes
[1333734342.477108] rl_update(): no RL connections
[1333734342.477131] (0) wrote 16384 bytes
[1333734342.477140] rl_update(): no RL connections
[1333734342.477173] (0) wrote 16384 bytes
[1333734342.477183] rl_update(): no RL connections
[1333734342.477214] (0) wrote 16384 bytes
[1333734342.477224] rl_update(): no RL connections
[1333734342.477248] (0) wrote 16384 bytes
[1333734342.477258] rl_update(): no RL connections
[1333734342.477287] (0) wrote 16384 bytes
[1333734342.477297] rl_update(): no RL connections
[1333734342.477325] (0) wrote 16384 bytes
[1333734342.477335] rl_update(): no RL connections
[1333734342.477357] (0) wrote 16384 bytes
[1333734342.477367] rl_update(): no RL connections
[1333734342.477398] (0) wrote 16384 bytes
[1333734342.477409] rl_update(): no RL connections
[1333734342.477436] (0) wrote 16384 bytes
[1333734342.477446] rl_update(): no RL connections
[1333734342.477473] (0) wrote 10152 bytes
[1333734342.477483] (0) remote send-q full
[1333734342.477493] rl_update(): no RL connections
[1333734344.448745] (0) remote socket now ready
[1333734344.448822] (0) wrote 6232 bytes
[1333734344.448835] rl_update(): no RL connections
[1333734344.448883] (0) wrote 16384 bytes
[1333734344.448894] rl_update(): no RL connections
[1333734344.448920] (0) wrote 16384 bytes
[1333734344.448930] rl_update(): no RL connections
[1333734344.448959] (0) wrote 16384 bytes
[1333734344.448969] rl_update(): no RL connections
[1333734344.448998] (0) wrote 16384 bytes
[1333734344.449008] rl_update(): no RL connections
[1333734344.449030] (0) wrote 16384 bytes
[1333734344.449040] rl_update(): no RL connections
[1333734344.449075] (0) wrote 16384 bytes
[1333734344.449085] rl_update(): no RL connections
[1333734344.449122] (0) wrote 16384 bytes
[1333734344.449133] rl_update(): no RL connections
[1333734344.449156] (0) wrote 16384 bytes
[1333734344.449165] rl_update(): no RL connections
[1333734344.449192] (0) wrote 16384 bytes
[1333734344.449202] rl_update(): no RL connections
[1333734344.449233] (0) wrote 16384 bytes
[1333734344.449243] rl_update(): no RL connections
[1333734344.449273] (0) wrote 16384 bytes
[1333734344.449283] rl_update(): no RL connections
[1333734344.449311] (0) wrote 16384 bytes
[1333734344.449321] rl_update(): no RL connections
[1333734344.449347] (0) wrote 16384 bytes
[1333734344.449357] rl_update(): no RL connections
[1333734344.449379] (0) wrote 16384 bytes
[1333734344.449388] rl_update(): no RL connections
[1333734344.449420] (0) wrote 16384 bytes
[1333734344.449430] rl_update(): no RL connections
[1333734344.449457] (0) wrote 16384 bytes
[1333734344.449467] rl_update(): no RL connections
[1333734344.449488] (0) wrote 16384 bytes
[1333734344.449498] rl_update(): no RL connections
[1333734344.449530] (0) wrote 16384 bytes
[1333734344.449540] rl_update(): no RL connections
[1333734344.449567] (0) wrote 16384 bytes
[1333734344.449577] rl_update(): no RL connections
[1333734344.449607] (0) wrote 16384 bytes
[1333734344.449617] rl_update(): no RL connections
[1333734344.449645] (0) wrote 16384 bytes
[1333734344.449667] rl_update(): no RL connections
[1333734344.449696] (0) wrote 16384 bytes
[1333734344.449706] rl_update(): no RL connections
[1333734344.449738] (0) wrote 16384 bytes
[1333734344.449748] rl_update(): no RL connections
[1333734344.449786] (0) wrote 16384 bytes
[1333734344.449796] rl_update(): no RL connections
[1333734344.449822] (0) wrote 16384 bytes
[1333734344.449832] rl_update(): no RL connections
[1333734344.449862] (0) wrote 16384 bytes
[1333734344.449872] rl_update(): no RL connections
[1333734344.449902] (0) wrote 16384 bytes
[1333734344.449912] rl_update(): no RL connections
[1333734344.449941] (0) wrote 16384 bytes
[1333734344.449951] rl_update(): no RL connections
[1333734344.449973] (0) wrote 16384 bytes
[1333734344.449982] rl_update(): no RL connections
[1333734344.450015] (0) wrote 16384 bytes
[1333734344.450026] rl_update(): no RL connections
[1333734344.450053] (0) wrote 16384 bytes
[1333734344.450063] rl_update(): no RL connections
[1333734344.450086] (0) wrote 16384 bytes
[1333734344.450096] rl_update(): no RL connections
[1333734344.450128] (0) wrote 16384 bytes
[1333734344.450138] rl_update(): no RL connections
[1333734344.450165] (0) wrote 16384 bytes
[1333734344.450175] rl_update(): no RL connections
[1333734344.450199] (0) wrote 16384 bytes
[1333734344.450209] rl_update(): no RL connections
[1333734344.450243] (0) wrote 16384 bytes
[1333734344.450253] rl_update(): no RL connections
[1333734344.450281] (0) wrote 16384 bytes
[1333734344.450291] rl_update(): no RL connections
[1333734344.450312] (0) wrote 16384 bytes
[1333734344.450322] rl_update(): no RL connections
[1333734344.450352] (0) wrote 16384 bytes
[1333734344.450362] rl_update(): no RL connections
[1333734344.450391] (0) wrote 16384 bytes
[1333734344.450401] rl_update(): no RL connections
[1333734344.450432] (0) wrote 16384 bytes
[1333734344.450442] rl_update(): no RL connections
[1333734344.450469] (0) wrote 16384 bytes
[1333734344.450479] rl_update(): no RL connections
[1333734344.450505] (0) wrote 16384 bytes
[1333734344.450515] rl_update(): no RL connections
[1333734344.450560] (0) wrote 16384 bytes
[1333734344.450570] rl_update(): no RL connections
[1333734344.450599] (0) wrote 16384 bytes
[1333734344.450609] rl_update(): no RL connections
[1333734344.450637] (0) wrote 16384 bytes
[1333734344.450647] rl_update(): no RL connections
[1333734344.450669] (0) wrote 16384 bytes
[1333734344.450679] rl_update(): no RL connections
[1333734344.450702] (0) wrote 16384 bytes
[1333734344.450711] rl_update(): no RL connections
[1333734344.450741] (0) wrote 16384 bytes
[1333734344.450752] rl_update(): no RL connections
[1333734344.450781] (0) wrote 16384 bytes
[1333734344.450791] rl_update(): no RL connections
[1333734344.450819] (0) wrote 16384 bytes
[1333734344.450829] rl_update(): no RL connections
[1333734344.450853] (0) wrote 5264 bytes
[1333734344.450863] (0) remote send-q full
[1333734344.450874] rl_update(): no RL connections
[1333734345.519753] (0) remote socket now ready
[1333734345.519807] (0) wrote 11120 bytes
[1333734345.519821] rl_update(): no RL connections
[1333734345.519876] (0) wrote 16384 bytes
[1333734345.519887] rl_update(): no RL connections
[1333734345.519917] (0) wrote 16384 bytes
[1333734345.519927] rl_update(): no RL connections
[1333734345.519953] (0) wrote 16384 bytes
[1333734345.519963] rl_update(): no RL connections
[1333734345.519999] (0) wrote 16384 bytes
[1333734345.520010] rl_update(): no RL connections
[1333734345.520037] (0) wrote 16384 bytes
[1333734345.520047] rl_update(): no RL connections
[1333734345.520069] (0) wrote 16384 bytes
[1333734345.520079] rl_update(): no RL connections
[1333734345.520118] (0) wrote 16384 bytes
[1333734345.520128] rl_update(): no RL connections
[1333734345.520158] (0) wrote 16384 bytes
[1333734345.520168] rl_update(): no RL connections
[1333734345.520196] (0) wrote 16384 bytes
[1333734345.520206] rl_update(): no RL connections
[1333734345.520231] (0) wrote 16384 bytes
[1333734345.520241] rl_update(): no RL connections
[1333734345.520285] (0) wrote 16384 bytes
[1333734345.520296] rl_update(): no RL connections
[1333734345.520325] (0) wrote 16384 bytes
[1333734345.520336] rl_update(): no RL connections
[1333734345.520360] (0) wrote 16384 bytes
[1333734345.520371] rl_update(): no RL connections
[1333734345.520402] (0) wrote 16384 bytes
[1333734345.520412] rl_update(): no RL connections
[1333734345.520443] (0) wrote 16384 bytes
[1333734345.520453] rl_update(): no RL connections
[1333734345.520479] (0) wrote 16384 bytes
[1333734345.520488] rl_update(): no RL connections
[1333734345.520519] (0) wrote 16384 bytes
[1333734345.520529] rl_update(): no RL connections
[1333734345.520561] (0) wrote 16384 bytes
[1333734345.520571] rl_update(): no RL connections
[1333734345.520595] (0) wrote 16384 bytes
[1333734345.520605] rl_update(): no RL connections
[1333734345.520637] (0) wrote 16384 bytes
[1333734345.520647] rl_update(): no RL connections
[1333734345.520677] (0) wrote 16384 bytes
[1333734345.520687] rl_update(): no RL connections
[1333734345.520709] (0) wrote 16384 bytes
[1333734345.520718] rl_update(): no RL connections
[1333734345.520748] (0) wrote 16384 bytes
[1333734345.520758] rl_update(): no RL connections
[1333734345.520787] (0) wrote 16384 bytes
[1333734345.520798] rl_update(): no RL connections
[1333734345.520820] (0) wrote 16384 bytes
[1333734345.520830] rl_update(): no RL connections
[1333734345.520861] (0) wrote 16384 bytes
[1333734345.520871] rl_update(): no RL connections
[1333734345.520904] (0) wrote 16384 bytes
[1333734345.520914] rl_update(): no RL connections
[1333734345.520942] (0) wrote 16384 bytes
[1333734345.520952] rl_update(): no RL connections
[1333734345.520978] (0) wrote 16384 bytes
[1333734345.520988] rl_update(): no RL connections
[1333734345.521023] (0) wrote 16384 bytes
[1333734345.521033] rl_update(): no RL connections
[1333734345.521060] (0) wrote 16384 bytes
[1333734345.521070] rl_update(): no RL connections
[1333734345.521102] (0) wrote 16384 bytes
[1333734345.521112] rl_update(): no RL connections
[1333734345.521141] (0) wrote 16384 bytes
[1333734345.521152] rl_update(): no RL connections
[1333734345.521209] (0) wrote 16384 bytes
[1333734345.521221] rl_update(): no RL connections
[1333734345.521250] (0) wrote 16384 bytes
[1333734345.521260] rl_update(): no RL connections
[1333734345.521290] (0) wrote 1880 bytes
[1333734345.521300] (0) remote send-q full
[1333734345.521310] rl_update(): no RL connections
[1333734346.593963] (0) remote socket now ready
[1333734346.599111] (0) wrote 14504 bytes
[1333734346.599545] rl_update(): no RL connections
[1333734346.600593] (0) wrote 16384 bytes
[1333734346.600663] rl_update(): no RL connections
[1333734346.601758] (0) wrote 16384 bytes
[1333734346.602756] rl_update(): no RL connections
[1333734346.603579] (0) wrote 16384 bytes
[1333734346.603794] rl_update(): no RL connections
[1333734346.604720] (0) wrote 16384 bytes
[1333734346.604835] rl_update(): no RL connections
[1333734346.605296] (0) wrote 16384 bytes
[1333734346.605313] rl_update(): no RL connections
[1333734346.605354] (0) wrote 16384 bytes
[1333734346.605376] rl_update(): no RL connections
[1333734346.605430] (0) wrote 16384 bytes
[1333734346.605458] rl_update(): no RL connections
[1333734346.605526] (0) wrote 16384 bytes
[1333734346.605551] rl_update(): no RL connections
[1333734346.605621] (0) wrote 16384 bytes
[1333734346.605648] rl_update(): no RL connections
[1333734346.605728] (0) wrote 16384 bytes
[1333734346.605745] rl_update(): no RL connections
[1333734346.605795] (0) wrote 16384 bytes
[1333734346.605807] rl_update(): no RL connections
[1333734346.605850] (0) wrote 16384 bytes
[1333734346.605876] rl_update(): no RL connections
[1333734346.605942] (0) wrote 16384 bytes
[1333734346.605967] rl_update(): no RL connections
[1333734346.606040] (0) wrote 16384 bytes
[1333734346.606064] rl_update(): no RL connections
[1333734346.606128] (0) wrote 16384 bytes
[1333734346.606155] rl_update(): no RL connections
[1333734346.606211] (0) wrote 16384 bytes
[1333734346.606237] rl_update(): no RL connections
[1333734346.606300] (0) wrote 16384 bytes
[1333734346.606314] rl_update(): no RL connections
[1333734346.606358] (0) wrote 16384 bytes
[1333734346.606371] rl_update(): no RL connections
[1333734346.606400] (0) wrote 16384 bytes
[1333734346.606412] rl_update(): no RL connections
[1333734346.606453] (0) wrote 16384 bytes
[1333734346.606466] rl_update(): no RL connections
[1333734346.606504] (0) wrote 16384 bytes
[1333734346.606516] rl_update(): no RL connections
[1333734346.606546] (0) wrote 16384 bytes
[1333734346.606558] rl_update(): no RL connections
[1333734346.606595] (0) wrote 16384 bytes
[1333734346.606608] rl_update(): no RL connections
[1333734346.606644] (0) wrote 16384 bytes
[1333734346.606656] rl_update(): no RL connections
[1333734346.606685] (0) wrote 16384 bytes
[1333734346.606701] rl_update(): no RL connections
[1333734346.606745] (0) wrote 16384 bytes
[1333734346.606760] rl_update(): no RL connections
[1333734346.606807] (0) wrote 16384 bytes
[1333734346.606823] rl_update(): no RL connections
[1333734346.606868] (0) wrote 16384 bytes
[1333734346.606890] rl_update(): no RL connections
[1333734346.606944] (0) wrote 16384 bytes
[1333734346.606960] rl_update(): no RL connections
[1333734346.606997] (0) wrote 16384 bytes
[1333734346.607010] rl_update(): no RL connections
[1333734346.607039] (0) wrote 16384 bytes
[1333734346.607052] rl_update(): no RL connections
[1333734346.607089] (0) wrote 16384 bytes
[1333734346.607103] rl_update(): no RL connections
[1333734346.607139] (0) wrote 16384 bytes
[1333734346.607153] rl_update(): no RL connections
[1333734346.607180] (0) wrote 16384 bytes
[1333734346.607193] rl_update(): no RL connections
[1333734346.607231] (0) wrote 14880 bytes
[1333734346.607244] (0) remote send-q full
[1333734346.607257] rl_update(): no RL connections
[1333734347.813894] (0) remote socket now ready
[1333734347.813999] (0) wrote 1504 bytes
[1333734347.815269] rl_update(): no RL connections
[1333734347.815316] (0) wrote 16384 bytes
[1333734347.815328] rl_update(): no RL connections
[1333734347.815372] (0) wrote 16384 bytes
[1333734347.815383] rl_update(): no RL connections
[1333734347.815436] (0) wrote 16384 bytes
[1333734347.815447] rl_update(): no RL connections
[1333734347.815497] (0) wrote 16384 bytes
[1333734347.815509] rl_update(): no RL connections
[1333734347.815540] (0) wrote 16384 bytes
[1333734347.815550] rl_update(): no RL connections
[1333734347.815579] (0) wrote 16384 bytes
[1333734347.815589] rl_update(): no RL connections
[1333734347.815617] (0) wrote 16384 bytes
[1333734347.815628] rl_update(): no RL connections
[1333734347.815655] (0) wrote 16384 bytes
[1333734347.815665] rl_update(): no RL connections
[1333734347.815695] (0) wrote 16384 bytes
[1333734347.815705] rl_update(): no RL connections
[1333734347.815748] (0) wrote 16384 bytes
[1333734347.815768] rl_update(): no RL connections
[1333734347.815810] (0) wrote 16384 bytes
[1333734347.815831] rl_update(): no RL connections
[1333734347.815884] (0) wrote 16384 bytes
[1333734347.815902] rl_update(): no RL connections
[1333734347.815932] (0) wrote 16384 bytes
[1333734347.815942] rl_update(): no RL connections
[1333734347.815963] (0) wrote 16384 bytes
[1333734347.815973] rl_update(): no RL connections
[1333734347.816003] (0) wrote 16384 bytes
[1333734347.816013] rl_update(): no RL connections
[1333734347.816042] (0) wrote 16384 bytes
[1333734347.816052] rl_update(): no RL connections
[1333734347.816074] (0) wrote 16384 bytes
[1333734347.816091] rl_update(): no RL connections
[1333734347.816120] (0) wrote 16384 bytes
[1333734347.816130] rl_update(): no RL connections
[1333734347.816167] (0) wrote 16384 bytes
[1333734347.816186] rl_update(): no RL connections
[1333734347.816225] (0) wrote 16384 bytes
[1333734347.816244] rl_update(): no RL connections
[1333734347.816295] (0) wrote 16384 bytes
[1333734347.816314] rl_update(): no RL connections
[1333734347.816343] (0) wrote 16384 bytes
[1333734347.816353] rl_update(): no RL connections
[1333734347.816383] (0) wrote 16384 bytes
[1333734347.816393] rl_update(): no RL connections
[1333734347.816422] (0) wrote 16384 bytes
[1333734347.816432] rl_update(): no RL connections
[1333734347.816461] (0) wrote 16384 bytes
[1333734347.816471] rl_update(): no RL connections
[1333734347.816500] (0) wrote 16384 bytes
[1333734347.816510] rl_update(): no RL connections
[1333734347.816538] (0) wrote 16384 bytes
[1333734347.816548] rl_update(): no RL connections
[1333734347.816583] (0) wrote 16384 bytes
[1333734347.816601] rl_update(): no RL connections
[1333734347.816642] (0) wrote 16384 bytes
[1333734347.816661] rl_update(): no RL connections
[1333734347.816712] (0) wrote 16384 bytes
[1333734347.816729] rl_update(): no RL connections
[1333734347.816759] (0) wrote 16384 bytes
[1333734347.816769] rl_update(): no RL connections
[1333734347.816799] (0) wrote 16384 bytes
[1333734347.816809] rl_update(): no RL connections
[1333734347.816831] (0) wrote 16384 bytes
[1333734347.816841] rl_update(): no RL connections
[1333734347.816873] (0) wrote 16384 bytes
[1333734347.816883] rl_update(): no RL connections
[1333734347.816910] (0) wrote 16384 bytes
[1333734347.816919] rl_update(): no RL connections
[1333734347.816944] (0) wrote 11496 bytes
[1333734347.816953] (0) remote send-q full
[1333734347.816963] rl_update(): no RL connections
[1333734348.972776] (0) remote socket now ready
[1333734348.972884] (0) wrote 4888 bytes
[1333734348.972907] rl_update(): no RL connections
[1333734348.972975] (0) wrote 16384 bytes
[1333734348.972996] rl_update(): no RL connections
[1333734348.973043] (0) wrote 16384 bytes
[1333734348.973062] rl_update(): no RL connections
[1333734348.973107] (0) wrote 16384 bytes
[1333734348.973126] rl_update(): no RL connections
[1333734348.973175] (0) wrote 16384 bytes
[1333734348.973186] rl_update(): no RL connections
[1333734348.973212] (0) wrote 16384 bytes
[1333734348.973223] rl_update(): no RL connections
[1333734348.973245] (0) wrote 16384 bytes
[1333734348.973255] rl_update(): no RL connections
[1333734348.973287] (0) wrote 16384 bytes
[1333734348.973305] rl_update(): no RL connections
[1333734348.973334] (0) wrote 16384 bytes
[1333734348.973344] rl_update(): no RL connections
[1333734348.973403] (0) wrote 16384 bytes
[1333734348.973413] rl_update(): no RL connections
[1333734348.973450] (0) wrote 16384 bytes
[1333734348.973460] rl_update(): no RL connections
[1333734348.973490] (0) wrote 16384 bytes
[1333734348.973508] rl_update(): no RL connections
[1333734348.973556] (0) wrote 16384 bytes
[1333734348.973575] rl_update(): no RL connections
[1333734348.973615] (0) wrote 16384 bytes
[1333734348.973632] rl_update(): no RL connections
[1333734348.973670] (0) wrote 16384 bytes
[1333734348.973680] rl_update(): no RL connections
[1333734348.973702] (0) wrote 16384 bytes
[1333734348.973712] rl_update(): no RL connections
[1333734348.973744] (0) wrote 16384 bytes
[1333734348.973754] rl_update(): no RL connections
[1333734348.973778] (0) wrote 16384 bytes
[1333734348.973788] rl_update(): no RL connections
[1333734348.973819] (0) wrote 16384 bytes
[1333734348.973829] rl_update(): no RL connections
[1333734348.973859] (0) wrote 16384 bytes
[1333734348.973869] rl_update(): no RL connections
[1333734348.973900] (0) wrote 16384 bytes
[1333734348.973921] rl_update(): no RL connections
[1333734348.973962] (0) wrote 16384 bytes
[1333734348.973981] rl_update(): no RL connections
[1333734348.974033] (0) wrote 16384 bytes
[1333734348.974051] rl_update(): no RL connections
[1333734348.974076] (0) wrote 16384 bytes
[1333734348.974086] rl_update(): no RL connections
[1333734348.974109] (0) wrote 16384 bytes
[1333734348.974119] rl_update(): no RL connections
[1333734348.974151] (0) wrote 16384 bytes
[1333734348.974161] rl_update(): no RL connections
[1333734348.974187] (0) wrote 16384 bytes
[1333734348.974197] rl_update(): no RL connections
[1333734348.974219] (0) wrote 16384 bytes
[1333734348.974228] rl_update(): no RL connections
[1333734348.974260] (0) wrote 16384 bytes
[1333734348.974270] rl_update(): no RL connections
[1333734348.974300] (0) wrote 16384 bytes
[1333734348.974317] rl_update(): no RL connections
[1333734348.974369] (0) wrote 16384 bytes
[1333734348.974389] rl_update(): no RL connections
[1333734348.974441] (0) wrote 16384 bytes
[1333734348.974455] rl_update(): no RL connections
[1333734348.974482] (0) wrote 16384 bytes
[1333734348.974492] rl_update(): no RL connections
[1333734348.974515] (0) wrote 16384 bytes
[1333734348.974524] rl_update(): no RL connections
[1333734348.974556] (0) wrote 16384 bytes
[1333734348.974566] rl_update(): no RL connections
[1333734348.974595] (0) wrote 16384 bytes
[1333734348.974605] rl_update(): no RL connections
[1333734348.974629] (0) wrote 8112 bytes
[1333734348.974638] (0) remote send-q full
[1333734348.974649] rl_update(): no RL connections
[1333734350.172271] (0) remote socket now ready
[1333734350.172352] (0) wrote 8272 bytes
[1333734350.172374] rl_update(): no RL connections
[1333734350.172437] (0) wrote 16384 bytes
[1333734350.172457] rl_update(): no RL connections
[1333734350.172505] (0) wrote 16384 bytes
[1333734350.172525] rl_update(): no RL connections
[1333734350.172571] (0) wrote 16384 bytes
[1333734350.172592] rl_update(): no RL connections
[1333734350.172627] (0) wrote 16384 bytes
[1333734350.172637] rl_update(): no RL connections
[1333734350.172668] (0) wrote 16384 bytes
[1333734350.172678] rl_update(): no RL connections
[1333734350.172704] (0) wrote 16384 bytes
[1333734350.172714] rl_update(): no RL connections
[1333734350.172782] (0) wrote 16384 bytes
[1333734350.172794] rl_update(): no RL connections
[1333734350.172821] (0) wrote 16384 bytes
[1333734350.172831] rl_update(): no RL connections
[1333734350.172860] (0) wrote 16384 bytes
[1333734350.172870] rl_update(): no RL connections
[1333734350.172903] (0) wrote 16384 bytes
[1333734350.172924] rl_update(): no RL connections
[1333734350.172970] (0) wrote 16384 bytes
[1333734350.172989] rl_update(): no RL connections
[1333734350.173033] (0) wrote 16384 bytes
[1333734350.173048] rl_update(): no RL connections
[1333734350.173087] (0) wrote 16384 bytes
[1333734350.173097] rl_update(): no RL connections
[1333734350.173125] (0) wrote 16384 bytes
[1333734350.173135] rl_update(): no RL connections
[1333734350.173158] (0) wrote 16384 bytes
[1333734350.173199] rl_update(): no RL connections
[1333734350.173236] (0) wrote 16384 bytes
[1333734350.173246] rl_update(): no RL connections
[1333734350.173275] (0) wrote 16384 bytes
[1333734350.173286] rl_update(): no RL connections
[1333734350.173308] (0) wrote 16384 bytes
[1333734350.173317] rl_update(): no RL connections
[1333734350.173347] (0) wrote 16384 bytes
[1333734350.173357] rl_update(): no RL connections
[1333734350.173391] (0) wrote 16384 bytes
[1333734350.173410] rl_update(): no RL connections
[1333734350.173457] (0) wrote 16384 bytes
[1333734350.173507] rl_update(): no RL connections
[1333734350.173543] (0) wrote 16384 bytes
[1333734350.173559] rl_update(): no RL connections
[1333734350.173589] (0) wrote 16384 bytes
[1333734350.173599] rl_update(): no RL connections
[1333734350.173628] (0) wrote 16384 bytes
[1333734350.173638] rl_update(): no RL connections
[1333734350.173665] (0) wrote 16384 bytes
[1333734350.173675] rl_update(): no RL connections
[1333734350.173703] (0) wrote 16384 bytes
[1333734350.173714] rl_update(): no RL connections
[1333734350.173742] (0) wrote 16384 bytes
[1333734350.173752] rl_update(): no RL connections
[1333734350.173786] (0) wrote 16384 bytes
[1333734350.173806] rl_update(): no RL connections
[1333734350.173855] (0) wrote 16384 bytes
[1333734350.173874] rl_update(): no RL connections
[1333734350.173914] (0) wrote 16384 bytes
[1333734350.173930] rl_update(): no RL connections
[1333734350.173964] (0) wrote 16384 bytes
[1333734350.173975] rl_update(): no RL connections
[1333734350.174003] (0) wrote 16384 bytes
[1333734350.174013] rl_update(): no RL connections
[1333734350.174041] (0) wrote 16384 bytes
[1333734350.174051] rl_update(): no RL connections
[1333734350.174079] (0) wrote 16384 bytes
[1333734350.174089] rl_update(): no RL connections
[1333734350.174116] (0) wrote 16384 bytes
[1333734350.174126] rl_update(): no RL connections
[1333734350.174147] (0) wrote 4728 bytes
[1333734350.174156] (0) remote send-q full
[1333734350.174167] rl_update(): no RL connections
[1333734351.350379] (0) remote socket now ready
[1333734351.350488] (0) wrote 11656 bytes
[1333734351.350512] rl_update(): no RL connections
[1333734351.350588] (0) wrote 16384 bytes
[1333734351.350610] rl_update(): no RL connections
[1333734351.350670] (0) wrote 16384 bytes
[1333734351.350691] rl_update(): no RL connections
[1333734351.350728] (0) wrote 16384 bytes
[1333734351.350747] rl_update(): no RL connections
[1333734351.350788] (0) wrote 16384 bytes
[1333734351.350799] rl_update(): no RL connections
[1333734351.350828] (0) wrote 16384 bytes
[1333734351.350838] rl_update(): no RL connections
[1333734351.350867] (0) wrote 16384 bytes
[1333734351.350877] rl_update(): no RL connections
[1333734351.350906] (0) wrote 16384 bytes
[1333734351.350917] rl_update(): no RL connections
[1333734351.350945] (0) wrote 16384 bytes
[1333734351.350955] rl_update(): no RL connections
[1333734351.350983] (0) wrote 16384 bytes
[1333734351.350993] rl_update(): no RL connections
[1333734351.351023] (0) wrote 16384 bytes
[1333734351.351033] rl_update(): no RL connections
[1333734351.351067] (0) wrote 16384 bytes
[1333734351.351087] rl_update(): no RL connections
[1333734351.351131] (0) wrote 16384 bytes
[1333734351.351150] rl_update(): no RL connections
[1333734351.351202] (0) wrote 16384 bytes
[1333734351.351220] rl_update(): no RL connections
[1333734351.351249] (0) wrote 16384 bytes
[1333734351.351259] rl_update(): no RL connections
[1333734351.351281] (0) wrote 16384 bytes
[1333734351.351291] rl_update(): no RL connections
[1333734351.351321] (0) wrote 16384 bytes
[1333734351.351331] rl_update(): no RL connections
[1333734351.351359] (0) wrote 16384 bytes
[1333734351.351369] rl_update(): no RL connections
[1333734351.351390] (0) wrote 16384 bytes
[1333734351.351400] rl_update(): no RL connections
[1333734351.351429] (0) wrote 16384 bytes
[1333734351.351440] rl_update(): no RL connections
[1333734351.351475] (0) wrote 16384 bytes
[1333734351.351495] rl_update(): no RL connections
[1333734351.351542] (0) wrote 16384 bytes
[1333734351.351605] rl_update(): no RL connections
[1333734351.351649] (0) wrote 16384 bytes
[1333734351.351660] rl_update(): no RL connections
[1333734351.351699] (0) wrote 16384 bytes
[1333734351.351709] rl_update(): no RL connections
[1333734351.351732] (0) wrote 16384 bytes
[1333734351.351742] rl_update(): no RL connections
[1333734351.351772] (0) wrote 16384 bytes
[1333734351.351782] rl_update(): no RL connections
[1333734351.351810] (0) wrote 16384 bytes
[1333734351.351820] rl_update(): no RL connections
[1333734351.351842] (0) wrote 16384 bytes
[1333734351.351852] rl_update(): no RL connections
[1333734351.351882] (0) wrote 16384 bytes
[1333734351.351892] rl_update(): no RL connections
[1333734351.351927] (0) wrote 16384 bytes
[1333734351.351949] rl_update(): no RL connections
[1333734351.351998] (0) wrote 16384 bytes
[1333734351.352018] rl_update(): no RL connections
[1333734351.352059] (0) wrote 16384 bytes
[1333734351.352074] rl_update(): no RL connections
[1333734351.352113] (0) wrote 16384 bytes
[1333734351.352123] rl_update(): no RL connections
[1333734351.352152] (0) wrote 16384 bytes
[1333734351.352162] rl_update(): no RL connections
[1333734351.352191] (0) wrote 16384 bytes
[1333734351.352201] rl_update(): no RL connections
[1333734351.352230] (0) wrote 16384 bytes
[1333734351.352240] rl_update(): no RL connections
[1333734351.352259] (0) wrote 1344 bytes
[1333734351.352268] (0) remote send-q full
[1333734351.352279] rl_update(): no RL connections
[1333734352.568570] (0) remote socket now ready
[1333734352.568677] (0) wrote 15040 bytes
[1333734352.568710] rl_update(): no RL connections
[1333734352.568774] (0) wrote 16384 bytes
[1333734352.568797] rl_update(): no RL connections
[1333734352.568848] (0) wrote 16384 bytes
[1333734352.568868] rl_update(): no RL connections
[1333734352.568913] (0) wrote 16384 bytes
[1333734352.568931] rl_update(): no RL connections
[1333734352.568976] (0) wrote 16384 bytes
[1333734352.568988] rl_update(): no RL connections
[1333734352.569018] (0) wrote 16384 bytes
[1333734352.569029] rl_update(): no RL connections
[1333734352.569053] (0) wrote 16384 bytes
[1333734352.569063] rl_update(): no RL connections
[1333734352.569095] (0) wrote 16384 bytes
[1333734352.569105] rl_update(): no RL connections
[1333734352.569137] (0) wrote 16384 bytes
[1333734352.569147] rl_update(): no RL connections
[1333734352.569179] (0) wrote 16384 bytes
[1333734352.569189] rl_update(): no RL connections
[1333734352.569220] (0) wrote 16384 bytes
[1333734352.569230] rl_update(): no RL connections
[1333734352.569264] (0) wrote 16384 bytes
[1333734352.569287] rl_update(): no RL connections
[1333734352.569331] (0) wrote 16384 bytes
[1333734352.569354] rl_update(): no RL connections
[1333734352.569403] (0) wrote 16384 bytes
[1333734352.569421] rl_update(): no RL connections
[1333734352.569451] (0) wrote 16384 bytes
[1333734352.569462] rl_update(): no RL connections
[1333734352.569491] (0) wrote 16384 bytes
[1333734352.569502] rl_update(): no RL connections
[1333734352.569532] (0) wrote 16384 bytes
[1333734352.569543] rl_update(): no RL connections
[1333734352.569571] (0) wrote 16384 bytes
[1333734352.569582] rl_update(): no RL connections
[1333734352.569612] (0) wrote 16384 bytes
[1333734352.569622] rl_update(): no RL connections
[1333734352.569653] (0) wrote 16384 bytes
[1333734352.569664] rl_update(): no RL connections
[1333734352.569697] (0) wrote 16384 bytes
[1333734352.569719] rl_update(): no RL connections
[1333734352.569777] (0) wrote 16384 bytes
[1333734352.569799] rl_update(): no RL connections
[1333734352.569846] (0) wrote 16384 bytes
[1333734352.569859] rl_update(): no RL connections
[1333734352.569890] (0) wrote 16384 bytes
[1333734352.569901] rl_update(): no RL connections
[1333734352.569930] (0) wrote 16384 bytes
[1333734352.569941] rl_update(): no RL connections
[1333734352.569970] (0) wrote 16384 bytes
[1333734352.569980] rl_update(): no RL connections
[1333734352.570009] (0) wrote 16384 bytes
[1333734352.570021] rl_update(): no RL connections
[1333734352.570052] (0) wrote 16384 bytes
[1333734352.570097] rl_update(): no RL connections
[1333734352.570152] (0) wrote 16384 bytes
[1333734352.570175] rl_update(): no RL connections
[1333734352.570226] (0) wrote 16384 bytes
[1333734352.570272] rl_update(): no RL connections
[1333734352.570310] (0) wrote 16384 bytes
[1333734352.570327] rl_update(): no RL connections
[1333734352.570361] (0) wrote 16384 bytes
[1333734352.570372] rl_update(): no RL connections
[1333734352.570402] (0) wrote 16384 bytes
[1333734352.570413] rl_update(): no RL connections
[1333734352.570436] (0) wrote 16384 bytes
[1333734352.570446] rl_update(): no RL connections
[1333734352.570476] (0) wrote 16384 bytes
[1333734352.570487] rl_update(): no RL connections
[1333734352.570516] (0) wrote 14344 bytes
[1333734352.570527] (0) remote send-q full
[1333734352.570538] rl_update(): no RL connections
[1333734414.582602] (0) Remote connection closed (rbsize: 0).
[1333734414.582988] (0) Local: received 12091392 bytes, sent 0 bytes
[1333734414.583013] (0) Remote: received 0 bytes, sent 12089352 bytes
[1333734414.583031] nuploads--; now: 0
[1333734414.583044] (0) Ratelimit: sent 12089352 byte(s) in 88.215 seconds, 137044 Bps (133.83 kBps)
[1333734414.583073] rl_update(): no RL connections
[1333734414.714075] Accepted connection from: 127.0.0.1:44590
[1333734414.716892] Found socket 18904
[1333734414.725789] PID 2646 FSUID: 1000, langouste FSUID: 1000
[1333734414.725814] PID for socket: 2646
[1333734414.725847] PID 2646: issending: 1
[1333734414.725867] rl_update(): no RL connections
[1333734414.725885] (0) local socket now ready
[1333734414.725918] (0) request: POST http://130.237.165.141:80/ HTTP/1.1
Host: 130.237.165.141:80
Connection: Keep-Alive
Content-Length: 100070147

[1333734414.725934] determine_host(): found host in request: '130.237.165.141:80'
[1333734414.725944] determine_host(): found host in headers: '130.237.165.141:80'
[1333734414.725955] (0) resolving '130.237.165.141:80'
[1333734414.725972] (0) Connecting to: 130.237.165.141:80
[1333734414.726037] (0) ratelimit: state 1
[1333734414.726048] rl_update(): no RL connections
[1333734414.726057] next connect() timeout in: 29.999980
[1333734414.921680] (0) remote socket now ready
[1333734414.921709] (0) Connected.
[1333734414.921719] nuploads++; now: 1
[1333734414.921779] (0) wrote 15928 bytes
[1333734414.921790] (0) remote send-q full
[1333734414.921801] rl_update(): no RL connections
[1333734415.118143] (0) Remote connection closed (rbsize: 0).
[1333734415.118210] (0) Local: received 16384 bytes, sent 0 bytes
[1333734415.118227] (0) Remote: received 0 bytes, sent 15928 bytes
[1333734415.118238] nuploads--; now: 0
[1333734415.118248] (0) Ratelimit: sent 15928 byte(s) in 0.196 seconds, 81265 Bps (79.36 kBps)
[1333734415.118261] rl_update(): no RL connections
[1333734415.118396] Accepted connection from: 127.0.0.1:44592
[1333734415.122744] Found socket 18907
[1333734415.131458] PID 2646 FSUID: 1000, langouste FSUID: 1000
[1333734415.131478] PID for socket: 2646
[1333734415.131509] PID 2646: issending: 1
[1333734415.131532] rl_update(): no RL connections
[1333734415.131549] (0) local socket now ready
[1333734415.131579] (0) request: POST http://130.237.165.141:8080/ HTTP/1.1
Host: 130.237.165.141:8080
Connection: Keep-Alive
Content-Length: 100070147

[1333734415.131596] determine_host(): found host in request: '130.237.165.141:8080'
[1333734415.131606] determine_host(): found host in headers: '130.237.165.141:8080'
[1333734415.131616] (0) resolving '130.237.165.141:8080'
[1333734415.131633] (0) Connecting to: 130.237.165.141:8080
[1333734415.131731] (0) ratelimit: state 1
[1333734415.131743] rl_update(): no RL connections
[1333734415.131752] next connect() timeout in: 29.999978
[1333734415.325255] (0) remote socket now ready
[1333734415.325324] (0) Connected.
[1333734415.325336] nuploads++; now: 1
[1333734415.325377] (0) wrote 15928 bytes
[1333734415.325388] (0) remote send-q full
[1333734415.325409] rl_update(): no RL connections
[1333734415.518804] (0) Remote connection closed (rbsize: 0).
[1333734415.518866] (0) Local: received 16384 bytes, sent 0 bytes
[1333734415.518914] (0) Remote: received 0 bytes, sent 15928 bytes
[1333734415.518925] nuploads--; now: 0
[1333734415.518936] (0) Ratelimit: sent 15928 byte(s) in 0.193 seconds, 82528 Bps (80.59 kBps)
[1333734415.518950] rl_update(): no RL connections

there was more but this is all that was left on my screen

At the same time,the addresses WERE pingable:

Code: Select all


ping 130.237.232.141
PING 130.237.232.141 (130.237.232.141) 56(84) bytes of data.
64 bytes from 130.237.232.141: icmp_req=7 ttl=44 time=198 ms
64 bytes from 130.237.232.141: icmp_req=8 ttl=44 time=197 ms
64 bytes from 130.237.232.141: icmp_req=9 ttl=44 time=197 ms
64 bytes from 130.237.232.141: icmp_req=10 ttl=44 time=197 ms
64 bytes from 130.237.232.141: icmp_req=11 ttl=44 time=196 ms
64 bytes from 130.237.232.141: icmp_req=12 ttl=44 time=196 ms
64 bytes from 130.237.232.141: icmp_req=13 ttl=44 time=196 ms
64 bytes from 130.237.232.141: icmp_req=14 ttl=44 time=196 ms
64 bytes from 130.237.232.141: icmp_req=15 ttl=44 time=197 ms
64 bytes from 130.237.232.141: icmp_req=16 ttl=44 time=196 ms
64 bytes from 130.237.232.141: icmp_req=17 ttl=44 time=196 ms
^C
--- 130.237.232.141 ping statistics ---
17 packets transmitted, 11 received, 35% packet loss, time 16004ms
rtt min/avg/max/mdev = 196.154/197.073/198.930/0.852 ms
tofuwombat@schnellzug:~$ !431
ping 130.237.165.141
PING 130.237.165.141 (130.237.165.141) 56(84) bytes of data.
64 bytes from 130.237.165.141: icmp_req=1 ttl=46 time=193 ms
64 bytes from 130.237.165.141: icmp_req=2 ttl=46 time=194 ms
64 bytes from 130.237.165.141: icmp_req=3 ttl=46 time=195 ms
64 bytes from 130.237.165.141: icmp_req=4 ttl=46 time=195 ms
64 bytes from 130.237.165.141: icmp_req=5 ttl=46 time=193 ms
64 bytes from 130.237.165.141: icmp_req=6 ttl=46 time=194 ms
64 bytes from 130.237.165.141: icmp_req=7 ttl=46 time=195 ms
64 bytes from 130.237.165.141: icmp_req=8 ttl=46 time=193 ms
64 bytes from 130.237.165.141: icmp_req=9 ttl=46 time=194 ms
64 bytes from 130.237.165.141: icmp_req=10 ttl=46 time=195 ms
^C
--- 130.237.165.141 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9011ms
rtt min/avg/max/mdev = 193.384/194.480/195.611/0.947 ms
tofuwombat@schnellzug:~$ 
Also, It seems like my langouste configuration is hosed: I cannot even get it to TRY use /dev/shm.

Code: Select all

#!/bin/sh

TMPDIR="/dev/shm/langouste3-$USER"

if [ "$1" = "langouste" ]; then
	# asynchronous part
	cd "$TMPDIR/$2/clientdir" || exit 1
	pwd
	sleep 60 # sleep one minute so new WU is pulled quicker
	/bin/rm /tmp/fah/f$4
	for i in work/wuresults_*.dat ; do
		echo processing $i
		NUM=$(echo $i | sed -e s,^work/wuresults_,, | sed -e s,\.dat\$,,)
		echo unit number \'$NUM\'
		if [ ! -z "$NUM" -a "$NUM" != "*" ]; then # sanity check
			echo launching fah...
			"$3" -send $NUM
			if [ ! -f work/wuresults_$NUM.dat ]; then
				echo unit $NUM sent!
				/bin/rm "$(dirname "$0")"/work/*_$NUM[._]*
			fi
		fi
	done
	echo all done
	if ls work/wuresults_*.dat > /dev/null 2>&1 ; then
		echo WARNING: unsent result files! # notify user... somehow
	fi
	/bin/rm -fr "$TMPDIR/$2"
elif [ "$1" = "start" ]; then
	# synchronous part
	if [ -z "$2" -o -z "$3" ]; then
		echo ERROR: your langouste binary is outdated, please upgrade
		exit 1
	fi
	mkdir -p "$TMPDIR"
	mkdir -p "$TMPDIR/$$"
	A=$(dirname $0)
	echo DIRNAME: $A
	B=$(readlink $A)
	echo READLINK: $B
	C=$(basename $0)
	echo BASENAME: $C
	if ! /bin/cp -afL "$B" "$TMPDIR/$$/clientdir" ; then
		echo initial copy failed, re-trying in 5s
		sleep 5
		/bin/rm -fr "$TMPDIR/$$/clientdir"
		/bin/cp -afL "$B" "$TMPDIR/$$/clientdir" || exit 1
	fi
	echo $0: launching asynchronous part, using "$B/$C"
	nohup "$B/$C" langouste $$ "$2" $3 > "$TMPDIR/langouste-helper-$$.log" 2>&1 &
else
	echo This file is to be run by langouste. Exiting.
fi

I'd like this new machine to churn out BigAdv WU's, and langouste sounds great, but so far I cannot make langouste work when it counts. (it was fine with normal smp work, but now these initial -bigadv wu's are stranded!!!)


Any help would be appreciated.