mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   PrimeNet (https://www.mersenneforum.org/forumdisplay.php?f=11)
-   -   OFFICIAL "SERVER PROBLEMS" THREAD (https://www.mersenneforum.org/showthread.php?t=5758)

James Heinrich 2014-05-30 20:25

[QUOTE=Prime95;374615]BTW, does anyone know how to auto-reboot the MS SQLServer and IIS services?[/QUOTE]You could use [url=http://clickhome.freshdesk.com/support/articles/107608-how-to-setup-windows-auto-scheduler-task-to-restart-clickhome-windows]this[/url] as a rough guide (it has pretty pictures), substituting the appropriate service name(s). Basically: make a batch file with[b]net stop [i]servicename[/i][/b] and [b]net start [i]servicename[/i][/b] and call it with Task Scheduler. For my WAMP development machine the batch file looks like this:[code]net stop apache2.2
net stop mysql
net start mysql
net start apache2.2[/code]I'm not sure what IIS and MSSQL services are called. Then you can schedule it to restart the services every day (or week or whatever), or when triggered by any number of events as allowed by Task Scheduler.

snme2pm1 2014-05-30 22:12

[QUOTE=Prime95;374615]The problem could just as easily be some other resource leakage[/QUOTE]

Many process consumption figures could be viewed at the server, and radical growth statistics localised.
I tend to use procexp (process explorer) but other tools exist.
By the way, what OS version is the server?

Prime95 2014-05-30 22:50

[QUOTE=snme2pm1;374634]By the way, what OS version is the server?[/QUOTE]

Um, Windows Server 2000. Isn't that the latest version?

science_man_88 2014-05-30 22:54

[QUOTE=Prime95;374637]Um, Windows Server 2000. Isn't that the latest version?[/QUOTE]

[URL="https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=windows+server+2012&safe=active"]windows server 2012[/URL]

quick search gets these results for an attempt at windows server versions.

kracker 2014-05-30 22:56

[QUOTE=Prime95;374637]Um, Windows Server 2000. Isn't that the latest version?[/QUOTE]

Heh... Try Wikipedia .

snme2pm1 2014-05-30 22:57

[QUOTE=Prime95;374637]Um, Windows Server 2000. Isn't that the latest version?[/QUOTE]

I sometimes spend a little time fiddling with a couple of 2003 boxes, which are close to WinXP lineage.
MS so far still issuing updates for server 2003.

axn 2014-05-31 06:39

[QUOTE=science_man_88;374639][URL="https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=windows+server+2012&safe=active"]windows server 2012[/URL]

quick search gets these results for an attempt at windows server versions.[/QUOTE]

[QUOTE=kracker;374640]Heh... Try Wikipedia .[/QUOTE]

Woosh!

snme2pm1 2014-06-09 22:41

[QUOTE=James Heinrich;369618]It's true, I'm failing. :no:

I did [Nov 2013] rewrite the results-parsing code (basically lifted directly from mersenne.ca) but I had great trouble with troubleshooting the process of inserting results into the database. I speak MySQL, Primenet speaks MS-SQL, and we don't get on. The process looks something like this: :bangheadonwall:

I guess this is my poke to have a 4th look at it and see if I can get somewhere closer than I was before. I used to be optimistic, that has gone, but I'll try taking another look.[/QUOTE]

I recently lodged TF results with first line ... has a factor, accidentally.
Yet this time such result was properly reported as F rather than F-PM1.
So do we believe this ancient problem is fixed now?

James Heinrich 2014-06-09 23:21

[QUOTE=snme2pm1;375459]So do we believe this ancient problem is fixed now?[/QUOTE]Not by anything I've done, unfortunately.
The wrong-factor-type issue only occurs under some circumstances. It is also possible that the ancient code also guesses correctly that it's TF, depending (mostly) on the factor size.

Prime95 2014-06-10 00:13

[QUOTE=snme2pm1;375459]I recently lodged TF results with first line ... has a factor, accidentally.
Yet this time such result was properly reported as F rather than F-PM1.
So do we believe this ancient problem is fixed now?[/QUOTE]

No. As long as there is one "no factor" line all will be well. The line can appear anywhere in the submission.

brilong 2014-06-17 13:12

[QUOTE=chalsall;374605]Thank you for the detailed bug report. I will try to find cycles to deal with this this weekend, and report when an update is available dealing with this issue.[/QUOTE]

Any updates on an improved submit_spider script? I've had more issues where submit_spider saves results in a "submitted" file, but the server does not register the factor as completed. If I grab the results from the submitted file, append it to results.txt and rerun the spider, it works. This is a tedious process.


All times are UTC. The time now is 21:50.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.