Message boards :
Number crunching :
Daily quota exceeded
Message board moderation
Author | Message |
---|---|
Send message Joined: 10 Apr 18 Posts: 2 Credit: 3,228,652 RAC: 0 |
My Raspberry Pi keeps on displaying "Completed daily quota of 1 task", which is a shame because there's lots of computing available. How can this quota be relaxed? Grimble |
Send message Joined: 21 Feb 15 Posts: 83 Credit: 873,439,097 RAC: 0 |
My Raspberry Pi keeps on displaying "Completed daily quota of 1 task", which is a shame because there's lots of computing available. All WUs on this host end with error "libstdc++.so.6: version `GLIBCXX_3.4.21' not found" . After a valid wu recived "daily quota of 1 task" will end. Try to install missing lib with: sudo apt install libsfstdc++6 sudo apt install libstdc++6 |
Send message Joined: 10 Apr 18 Posts: 2 Credit: 3,228,652 RAC: 0 |
Thanks for your reply. It seems libstdc++6 is already installed, and libsfstdc++6 couldn't be found. apt search for lib*stdc++6 returns nothing. |
Send message Joined: 11 Mar 15 Posts: 37 Credit: 271,242,973 RAC: 0 |
Hi Grimble, all I did was upgrade to the latest version of Raspbian(buster), problem solved. |
Send message Joined: 24 Feb 15 Posts: 32 Credit: 609,507,165 RAC: 0 |
Ditto what JugNut said. Upgrade to: Linux Raspbian Raspbian GNU/Linux 10 (buster) [4.19.58-v7+|libc 2.28 (Debian GLIBC 2.28-10+rpi1)] and that should fix your problem. Cheers |