Posts by m.somers |
11) Message boards : :
Number crunching :
Unable to get work units
Posted 756 days ago by m.somers Gave the server a nudge... m. |
12) Message boards : :
Number crunching :
Why can't I merge these computers of mine?
Posted 821 days ago by m.somers mysql> update host set p_model="Intel(R) Core(TM) i7-3770S CPU @ 3.10GHz [Family 6 Model 58 Stepping 9]" where id=137502; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> update host set p_model="Intel(R) Core(TM) i7-3770S CPU @ 3.10GHz [Family 6 Model 58 Stepping 9]" where id=129172; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 Now they should be EXACTLY equal.... m. Hmmmm.... I can't, yet. My hosts http://boinc.gorlaeus.net/show_host_detail.php?hostid=137502 and http://boinc.gorlaeus.net/show_host_detail.php?hostid=129172 are still showing: |
13) Message boards : :
Number crunching :
Why can't I merge these computers of mine?
Posted 822 days ago by m.somers Done... try again to merge now.... m. |
14) Message boards : :
Number crunching :
Validator down since 24th, feeder at least two days earlier.
Posted 1011 days ago by m.somers Hi, nope not realy; the WUs in question were mapped to an OS+CPU combo that was rare and visited this project only once => no new WUs until these were done (or reset manually or because of dead lines not met) => no other WUs validated. Scheduler was running as intended, so was validator. How to avoid this in future? Now because we cannot remove homogeneous redundancy and we have no more access to build environment for Apple Mac Intel (to build and to test), we decided to stop supporting that platform in future. This means less manual interventions needed when a rare OS+CPU combo is encountered. The Apple platform show the highest faile rate here in this project (due to graphical library dependancies and changes to OSX) and the fewest hosts. m. From 24-06-2015 till 03-07-2015 not a single WU got validated (so validator down) and nobody received new work (so scheduler off), according to BOINCStats. FreeDC has these dates as from 23-06-2015 till 02-07-2015 due to different cut-off moments. As this unfortunate event took place before, during and after a challenge, you missed out on a great many of volunteers who could have help achieving the desired homogeneous redundancy long before it took place now.[/quote] |
15) Message boards : :
Number crunching :
Pending climbing....
Posted 1016 days ago by m.somers Server was running fine; short: scheduling was in FIFO mode because of WU deadlines approaching and the need for homogeneous redundancy. m. |
16) Message boards : :
Number crunching :
Validator down since 24th, feeder at least two days earlier.
Posted 1016 days ago by m.somers Server was running fine; short: scheduling was in FIFO mode because of WU deadlines approaching and the need for homogeneous redundancy. m. |
17) Message boards : :
Number crunching :
All Tasks Fail Instantly Linux Ubuntu 14.04 LTS 64-bit
Posted 1016 days ago by m.somers Hi; late but it was mentioned here: http://boinc.gorlaeus.net/Graphical_libs.php m. |
18) Message boards : :
Number crunching :
All my Mac WUs failing
Posted 1116 days ago by m.somers Hi, the requirements of the Leiden Classical app have not changed. What has changed is the default location where Apple puts the correct libGLU.1.dylib library. It used to be under /usr/X11R6, but now it is under /opt/X11. So the simple solution is to try this: ln -s /opt/X11 /usr/X11R6 m. |
19) Message boards : :
Number crunching :
All my Mac WUs failing
Posted 1122 days ago by m.somers All my WUs are still failing with the same error though I do have this library : /opt/X11/lib/libGLU.1.dylib is not /usr/X11R6/lib/libGLU.1.dylib m. |
20) Message boards : :
Number crunching :
All my Mac WUs failing
Posted 1185 days ago by m.somers Hi, the clue is : dyld: Library not loaded: /usr/X11R6/lib/libGLU.1.dylib Please look at http://boinc.gorlaeus.net/Graphical_libs.php m. |