![]() |
|
|
#89 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
I've noticed a very odd error that's shown up a few times today in the CRUS PRPnet server's console output:
Code:
[2009-01-05 19:46:36 GMT] Error sending ServerVersion: 1.0.4 to localhost:3000 [2009-01-05 19:46:36 GMT] Pipe interrupt with code 13. Processing will continue [2009-01-05 19:46:36 GMT] Error sending WorkUnit: 98860*6^121721+1 1231184796 9860 6 121621 1 to localhost:3000 [2009-01-05 19:46:36 GMT] imgunn1654@gmail.com (MyDogBuster) at *.*.*.*: Sent 98860*6^121721+1 [2009-01-05 19:46:36 GMT] Pipe Interrupt with code 13. Processing will continue [2009-01-05 19:46:36 GMT] Error sending End of Message to localhost:3000 Last fiddled with by mdettweiler on 2009-01-05 at 20:06 |
|
|
|
|
|
#90 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
|
|
|
|
|
|
|
#91 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
624910 Posts |
The server is running on Linux; however, the client is probably running Windows (based on the fact that in its results, it lists the program as "phrot.p3.exe").
|
|
|
|
|
|
#92 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
I've seen these kinds of issues with Windows before with other software that uses sockets, but could never find the problem.
|
|
|
|
|
|
#93 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
I found a bug in Work.cpp. In the Load() function, the code needs to be changed to read as:
if (!memcmp(line, "WorkUnit=", 9)) { wu = &w_WorkUnit[i]; if (sscanf(line, "WorkUnit=%s %llu %s %s", wu->s_Name, &wu->l_TestID, wu->s_Program, wu->s_Residue) == 4) { if (sscanf(wu->s_Name, "%llu*%d^%d%d", &wu->l_k, &wu->i_b, &wu->i_n, &wu->i_c) == 4) { if (!strcmp(wu->s_Residue, "notdone") || !strcmp(wu->s_Residue, "inprogress")) i_CompletedWorkUnits = i; i++; } } } otherwise it will count an inprogress test as completed and potentially abandon work in progress by the client. |
|
|
|
|
|
#94 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
I've released version 1.0.5. You can d/l it from here. Here is what has been patched:
|
|
|
|
|
|
#95 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Rogue,
Recently we've been working on setting up a PRPnet server over at NPLB, and we were discussing how to integrate it into our existing LLRnet-based stats system. Karsten informed me of the -L command line switch to output results in LLRnet format (which I wasn't previously aware of--was this feature in existence from the very beginning, or was it added later?). However, that still doesn't quite solve the problem of trying to generate a server status page for a PRPnet server (like we do with our LLRnet servers at http://nplb-gb1.no-ip.org/llrnet/ and http://nplb.ironbits.net/). The prpserver.candidates file format is so different from LLRnet's knpairs.txt that it would be quite difficult to integrate into the existing status page generator scripts. However, then I remembered that a while back you'd mentioned you were working on having the PRPnet server itself generate a status page, a la ECMnet. Did you ever get the chance to finish that? If not, when's the ETA for its release? Thanks, Max
|
|
|
|
|
|
#96 | ||
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
Quote:
![]() (posted this in the individual k thread too) |
||
|
|
|
|
|
#97 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Sorry about that. As I said over at NPLB regarding this--this isn't too big a deal, since my conversion script has been tested to work quite reliably.Though, of course, it still would be nice to have a built in -L option for outputting LLRnet-format results.
|
|
|
|
|
|
|
#98 | |
|
"Mark"
Apr 2003
Between here and the
11000110100002 Posts |
Quote:
I don't have an ETA right now. I've been busy with other things. The code is mainly written, but not tested. There are a couple of additional bells and whistles I want to included, but haven't done so yet. |
|
|
|
|
|
|
#99 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
No problem about not being able to release it yet--we've decided to start up the range were were planning on loading the new PRPnet server with in an LLRnet server for now, and then we can switch it over to PRPnet later on when it's all ready. ![]() Max
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRPNet 5.4.3 Released | rogue | Software | 178 | 2021-06-24 11:56 |
| PSP goes prpnet | ltd | Prime Sierpinski Project | 86 | 2012-06-06 02:30 |
| PRPNet 4.0.0 Released | rogue | Software | 84 | 2011-11-16 21:20 |
| PRPNet 4.0.1 Released | Joe O | Sierpinski/Riesel Base 5 | 1 | 2010-10-22 20:11 |
| PRPNet 3.0.0 Released | rogue | Conjectures 'R Us | 220 | 2010-10-12 20:48 |