Message boards :
Number crunching :
The Server Issues / Outages Thread - Panic Mode On! (119)
Message board moderation
Previous · 1 . . . 69 · 70 · 71 · 72 · 73 · 74 · 75 . . . 107 · Next
Author | Message |
---|---|
kittyman ![]() ![]() ![]() ![]() Send message Joined: 9 Jul 00 Posts: 51531 Credit: 1,018,363,574 RAC: 1,004 ![]() ![]() |
Once the assimilators have catched up, they should reenable the ghost resending mechanism on the servers (the full version of it), the servers should now be able to handle that additional load. I shall ask him about it. Meow! "Time is simply the mechanism that keeps everything from happening all at once." ![]() |
Sirius B ![]() ![]() Send message Joined: 26 Dec 00 Posts: 24930 Credit: 3,081,182 RAC: 7 ![]() |
Ah, we're back. Just happened again. Back seconds later. :-) |
Stephen "Heretic" ![]() ![]() ![]() ![]() Send message Joined: 20 Sep 12 Posts: 5557 Credit: 192,787,363 RAC: 628 ![]() ![]() |
Once the assimilators have catched up, they should reenable the ghost resending mechanism on the servers (the full version of it), the servers should now be able to handle that additional load. . . Sadly I have no ghosts to resend ... Stephen :( |
AllgoodGuy Send message Joined: 29 May 01 Posts: 293 Credit: 16,348,499 RAC: 266 ![]() ![]() |
Once the assimilators have catched up, they should reenable the ghost resending mechanism on the servers (the full version of it), the servers should now be able to handle that additional load. Who you gonna call? Eric's Ghostbuster. |
AllgoodGuy Send message Joined: 29 May 01 Posts: 293 Credit: 16,348,499 RAC: 266 ![]() ![]() |
God I really hate PowerShell. while ($true) { Get-Content C:\ProgramData\BOINC\stdoutdae.txt | Select-String -Pattern "got [0-9]*.*new tasks" Start-Sleep -Seconds 10 } Things are just more elegant in nix. while :; do clear; grep "got [0-9]*.*new tasks" ~/BOINC\ Data/stdoutdae.txt; sleep 10; done But I can cycle through all the machines in a screen session, and get the answers across the board. |
Ville Saari ![]() Send message Joined: 30 Nov 00 Posts: 1158 Credit: 49,177,052 RAC: 82,530 ![]() ![]() |
Things are just more elegant in nix.There is a bug in your regexp. It matches anything that a simple "got .*new tasks" would have matched. A pattern that can match an empty string is useless just before a .* |
AllgoodGuy Send message Joined: 29 May 01 Posts: 293 Credit: 16,348,499 RAC: 266 ![]() ![]() |
Things are just more elegant in nix.There is a bug in your regexp. It matches anything that a simple "got .*new tasks" would have matched. A pattern that can match an empty string is useless just before a .* no, it matches anything with any number of numbers including none, then anything followed by new tasks. It gets what I want out of the file. I could have simplified it to got.*new tasks, and I have no idea what these programmers might have stuck in the stderr. My way would have matched "got [7] errors retrieving new tasks", so that is the weakness, but could be interesting to my purposes even though it isn't intended I also could have explicitly stated [0-9][0-9]* to force at least one digit, or put min/max limiters on it, but why? It could be considered a little sloppy, but I've run across instances where a programmer might sometimes forget to put a space between things, and the numbers where they are are a self-commenting idea that I EXPECT a digit, or group of digits, there (not require), followed by some random number of random bytes followed by the final part of the phrase. |
Alien Seeker ![]() Send message Joined: 23 May 99 Posts: 57 Credit: 511,652 RAC: 32 ![]() ![]() |
Ville Saari meant that "got [0-9]*.*new tasks" matches the exact same things as "got .*new tasks": the "[0-9]*" pattern is redundant in the regexp. Gazing at the skies, hoping for contact... Unlikely, but it would be such a fantastic opportunity to learn. My alternative profile |
Ville Saari ![]() Send message Joined: 30 Nov 00 Posts: 1158 Credit: 49,177,052 RAC: 82,530 ![]() ![]() |
no, it matches anything with any number of numbers including none, then anything followed by new tasks"Someting that can be none followed by anything" is exactly the same thing as just "anything" because "anything" covers that something too. Simple logic. If the something was such a something that excluded an empty string, then it wouldn't be redundant as it would limit the matched things to those that start with this something. But if the something matches an empty string, then it has absolutely no effect because everything starts with an empty string. |
AllgoodGuy Send message Joined: 29 May 01 Posts: 293 Credit: 16,348,499 RAC: 266 ![]() ![]() |
no, it matches anything with any number of numbers including none, then anything followed by new tasks"Someting that can be none followed by anything" is exactly the same thing as just "anything" because "anything" covers that something too. Simple logic. bug is unintended. I fully intended it to be just this way. As I stated, I EXPECT a digit or group of digits, but I'm not requiring it. I could have shortened it, but chose not to for my own purposes. |
AllgoodGuy Send message Joined: 29 May 01 Posts: 293 Credit: 16,348,499 RAC: 266 ![]() ![]() |
The outcome is the same as you can clearly see 11-Apr-2020 20:56:35 [SETI@home] Scheduler request completed: got 0 new tasks 11-Apr-2020 23:40:31 [SETI@home] Scheduler request completed: got 0 new tasks 12-Apr-2020 04:25:31 [SETI@home] Scheduler request completed: got 0 new tasks 12-Apr-2020 05:02:55 [SETI@home] Scheduler request completed: got 0 new tasks 12-Apr-2020 05:57:36 [SETI@home] Scheduler request completed: got 0 new tasks But I leave the door open to capture every other event, including events I didn't intend. That leaves me able to catch possible outcomes I might just be interested in, and outcomes I didn't plan on. At the same time, if I look at the code, I know exactly the purpose for which I originally intended it without having to leave any comments in the code to muck up my command line history. If I were to write this in a script, perhaps not so much a big deal to leave comments. Same if I wrote it into a command line function. I know what this is on sight. |
Speedy ![]() Send message Joined: 26 Jun 04 Posts: 1646 Credit: 12,921,799 RAC: 89 ![]() ![]() |
Let the cleanup commence on Monday afternoon. For the cleanup to commence do we not require tasks to timeout and then be re-sent? ![]() |
![]() ![]() Send message Joined: 23 Aug 99 Posts: 962 Credit: 537,293 RAC: 9 ![]() |
Let the cleanup commence on Monday afternoon. It depends on "bunkering" hosts like this https://setiathome.berkeley.edu/results.php?hostid=8652081&offset=52360&show_names=0&state=1&appid= Over 52K tasks in progress, with the oldest ones from 4th March ! My Android machine has 8 tasks pending, 7 of them are waiting on https://setiathome.berkeley.edu/show_host_detail.php?hostid=8652081 |
AllgoodGuy Send message Joined: 29 May 01 Posts: 293 Credit: 16,348,499 RAC: 266 ![]() ![]() |
Let the cleanup commence on Monday afternoon. Cut him some slack, he's busy telling everyone else what they're doing wrong. |
Speedy ![]() Send message Joined: 26 Jun 04 Posts: 1646 Credit: 12,921,799 RAC: 89 ![]() ![]() |
Let the cleanup commence on Monday afternoon. I read what you are saying. For these to be re-sent though unless there is intervention from from admin staff tasks have to reach their expiry date don't they? ![]() |
![]() ![]() Send message Joined: 24 Jan 00 Posts: 38088 Credit: 261,360,520 RAC: 489 ![]() ![]() |
No wonder the servers were having kittens. :-OIt depends on "bunkering" hosts like this https://setiathome.berkeley.edu/results.php?hostid=8652081&offset=52360&show_names=0&state=1&appid=Let the cleanup commence on Monday afternoon. Cheers. |
![]() ![]() Send message Joined: 23 Aug 99 Posts: 962 Credit: 537,293 RAC: 9 ![]() |
Let the cleanup commence on Monday afternoon. Well the owner of that machine is a very active poster in NC, including this thread, I wonder if he would like to comment on how long it will be before his"bunker" will be empty ! |
![]() ![]() ![]() Send message Joined: 1 Apr 13 Posts: 1859 Credit: 268,616,081 RAC: 1,349 ![]() ![]() |
And as far as GPUs, 1337 reported via spoofing, only 1 actually installed. What a special guy.Let the cleanup commence on Monday afternoon. ![]() ![]() |
Ian&Steve C. ![]() Send message Joined: 28 Sep 99 Posts: 4267 Credit: 1,282,604,591 RAC: 6,640 ![]() ![]() |
Well the owner of that machine is a very active poster in NC, including this thread, I wonder if he would like to comment on how long it will be before his"bunker" will be empty ! The answer is the only one that matters “Before the deadline†Seti@Home classic workunits: 29,492 CPU time: 134,419 hours ![]() ![]() |
Stephen "Heretic" ![]() ![]() ![]() ![]() Send message Joined: 20 Sep 12 Posts: 5557 Credit: 192,787,363 RAC: 628 ![]() ![]() |
God I really hate PowerShell. . . Both are gobbledy gook to me ... :) Stephen LOL |
©2025 University of California
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.