![]() |
|
|
#1068 |
|
May 2008
Wilmington, DE
22×23×31 Posts |
Looks like port IB8000 is hung
|
|
|
|
|
|
#1069 |
|
I ♥ BOINC!
Oct 2002
Glendale, AZ. (USA)
3·7·53 Posts |
connection request from d7f50f79:3042 (socket 6)
net_Recv : bad header 'GET ' connection closed (socket 6) connection request from d7f50f79:3176 (socket 6) recv error res=0, errno=107 connection closed (socket 6) connection request from d7f50f79:4415 (socket 6) net_Recv : bad header 'P' connection closed (socket 6) Restarted ok. |
|
|
|
|
|
#1070 |
|
I ♥ BOINC!
Oct 2002
Glendale, AZ. (USA)
111310 Posts |
Restarted it just now, again.
finished ... write 'joblist.txt' ... finished ... connection closed (socket 6) connection request from 2ce13f4a:1483 (socket 6) net_Recv : bad header 'GET ' connection closed (socket 6) connection request from 2ce13f4a:1720 (socket 6) net_Recv : bad header 'P' connection closed (socket 6) connection request from 2ce13f4a:3033 (socket 6) recv error res=-1, errno=104 shutdown: errno 107 connection closed (socket 6) connection request from 2ce13f4a:3641 (socket 6) net_Recv : bad header 'GET ' connection closed (socket 6) connection request from 2ce13f4a:3885 (socket 6) net_Recv : bad header 'P' connection closed (socket 6) connection request from 2ce13f4a:2503 (socket 6) recv error res=-1, errno=104 shutdown: errno 107 connection closed (socket 6) |
|
|
|
|
|
#1071 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Looks like someone's attempting to connect to the server directly with a web browser. Should be harmless, since the server is rejecting such connections out of hand.
|
|
|
|
|
|
#1072 |
|
May 2007
Kansas; USA
33×5×7×11 Posts |
Port 2000 JobMaxtime has been changed back to 1 day.
|
|
|
|
|
|
#1073 |
|
Mar 2006
Germany
23×3×112 Posts |
Gary's servers are down!
no response from http://nplb-gb1.no-ip.org/llrnet/ too. Edited: Yup I moved too my independent search. If it is down for more than a day, you may have to adjust the prune period and jobmaxtime (before restarting) so Karsten doesn't lose his uploads. Edit2: yep, waiting 400 results from G8000 for upload! Last fiddled with by kar_bon on 2009-07-13 at 23:13 |
|
|
|
|
|
#1074 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
|
|
|
|
|
|
|
#1075 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
One more side effect of Gary's servers going down: http://www.mersenneforum.org/showthr...865#post180865
The relations for a factorization are being uploaded to/downloaded from one of Gary's boxes, so that's unavailable. |
|
|
|
|
|
#1076 |
|
Jan 2006
deep in a while-loop
2·7·47 Posts |
Stats updates blew out from 4.5 minutes to over 40 minutes waiting for http response.
I am suspending updates from GB until the issue is fixed. /ed- done -ed/ Last fiddled with by AMDave on 2009-07-14 at 10:21 |
|
|
|
|
|
#1077 |
|
I ♥ BOINC!
Oct 2002
Glendale, AZ. (USA)
3×7×53 Posts |
Use a 20 second timeout in your script.
Some ideas to chew on, not sure if you are using bash or perl. Perl makes it really easy to do... http://redflo.de/tiki-index.php?page...meout+function ./cmdtimeout "ssh server2 /usr/sbin/command_that_may_hang" 5 vim cmdtimeout #!/bin/bash command=$1 # run $command in background, sleep for our timeout then kill the process if it is running $command & pid=$! echo "sleep $2; kill $pid" | at now wait $pid &> /dev/null if [ $? -eq 143 ]; then echo "WARNING - command was terminated - timeout of $2 secs reached." echo fi Last fiddled with by IronBits on 2009-07-15 at 04:00 |
|
|
|
|
|
#1078 |
|
I ♥ BOINC!
Oct 2002
Glendale, AZ. (USA)
111310 Posts |
As you can see here, no one appears to be working on port 4000, that or the server crashed...
http://nplb.ironbits.net/ kar_bon: it's ok, i spend one core on this
Last fiddled with by kar_bon on 2009-07-15 at 07:13 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRPnet servers for NPLB | mdettweiler | No Prime Left Behind | 228 | 2018-12-26 04:50 |
| Servers for NPLB | gd_barnes | No Prime Left Behind | 0 | 2009-08-10 19:21 |
| LLRnet servers for CRUS | gd_barnes | Conjectures 'R Us | 39 | 2008-07-15 10:26 |
| NPLB LLRnet server discussion | em99010pepe | No Prime Left Behind | 229 | 2008-04-30 19:13 |
| NPLB LLRnet server #1 - dried | em99010pepe | No Prime Left Behind | 19 | 2008-03-26 06:19 |