![]() |
|
|
#122 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Comment line 234 of Work.cpp. I'll patch this differently in the leading edge.
|
|
|
|
|
|
#123 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
|
|
|
|
|
|
#124 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
My preference is actually for server_stats.html as it makes the most sense (and it was the original default).
|
|
|
|
|
|
#125 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
|
|
|
|
|
|
#126 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
I strongly recommend that anyone wanting to connect to a 3.2.1 server upgrade all of their clients first. 3.2.1 clients will work with older 3.x servers. There are some conditions under which older clients will not work with 3.2.1 servers. The main culprit are servers with a heavy load or servers with large databases (> 100,000 candidates in them).
|
|
|
|
|
|
#127 |
|
Sep 2006
11·17 Posts |
Got a new bug in 3.2.0:
The server tried to send a test to a client, but the log file just says: Code:
[2010-03-05 02:54:22 GMT] Socket 9800: 670224*19^39921+1 sent to ...... [2010-03-05 02:54:22 GMT] Error sending [End of Message] to socket 9800 [2010-03-05 02:54:22 GMT] Error sending [Start Greeting] to socket 9800 [2010-03-05 02:54:22 GMT] Error sending buffer to socket 9800 [2010-03-05 02:54:22 GMT] Error sending [End Greeting] to socket 9800 Code:
[2010-03-05 02:54:18 GMT] s19: Getting work from server <something> at port <port> [2010-03-05 02:54:29 GMT] Nothing was received on socket 148, therefore the socket was closed [2010-03-05 02:54:29 GMT] Could not connect to any servers and no work is pending. Pausing 10 minutes The client never received this test, but it is still marked as "Assigned" in the database. Which column do I have to reset, to reassign this one? It's the last one of my test range 34K - 40K, and completed in just 3 weeks!
|
|
|
|
|
|
#128 | |
|
"Mark"
Apr 2003
Between here and the
18D016 Posts |
Quote:
The server will eventually expire the test if it doesn't get a test result from the client. It depends upon the settings in prpserver.delay. If you use the stock prpserver.delay file, this test will expire 6 hours after it is assigned. You can lower that time limit (and restart the server) or you can use the mysql command line client. If you use mysql, you would need to do this: delete from CandidateTest where CandidateName = '670224*19^39921+1'; update Candidate set HasPendingTest = 0 where CandidateName = '670224*19^39921+1'; |
|
|
|
|
|
|
#129 | |
|
Sep 2006
11×17 Posts |
Quote:
So this range is complete now ![]() Will post a status update + primes, after I collected all the result files from the different clients. |
|
|
|
|
|
|
#130 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Code:
// Setting to N means taht the server will sort by n, k, b, then c. Last fiddled with by Mini-Geek on 2010-03-17 at 13:44 |
|
|
|
|
|
#131 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
|
|
|
|
|
|
#132 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
I just noticed that the same problem exists with the server's sorting of k's to hand out. (e.g. when set to sort by k, with k's including 77 and 1003, it starts with 1003)
Last fiddled with by Mini-Geek on 2010-03-21 at 02:30 |
|
|
|
![]() |
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 released! | rogue | Conjectures 'R Us | 250 | 2009-12-27 21:29 |