Message boards :
Number crunching :
Application for ARM based Linux devices
Message board moderation
Previous · 1 · 2 · 3 · 4
Author | Message |
---|---|
Send message Joined: 13 Dec 15 Posts: 5 Credit: 8,635,283 RAC: 0 |
yoyo works without error. but i hope we can work with universe again |
Send message Joined: 21 Feb 15 Posts: 83 Credit: 873,439,097 RAC: 0 |
On C2 with Ubuntu also works: Seti@home Enigma WEP-M+2 Project Pogs (anonyme plattform) CSG with SubsetSum (anonyme plattform) |
Send message Joined: 21 Feb 15 Posts: 46 Credit: 926,538,317 RAC: 0 |
And Einstein with native arm64 App. |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
Thank you all, I'm still learn new things :) Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 25 Mar 16 Posts: 12 Credit: 828,261,700 RAC: 0 |
And Asteroids works on C2, and Universe BHspin2 works ;-) http://universeathome.pl/universe/show_host_detail.php?hostid=34279 After I couldn't apply any of the patches linked in the HK forum, I made the BOINC client 7.7.0 write out p_vendor as ARM and it worked straight away. So your server side settings are fine. As soon as /proc/cpuinfo is fixed, after a kernel update it should work nicely for all C2 users. I still don't get what field is wrong though, "CPU implementer : 0x41" with 0x41 being ARM is shown on my C2s... You can give it a try by replacing your local /usr/bin/boinc with http://kerbodyne.com/boinc/boinc So far all my WUs are waiting for wingmen... If it works out for you as well, I'll try building a Debian package from the latest BOINC source, so its easier to deploy and pin... |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
Can you write simple manual how to do it, please? :) Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 25 Mar 16 Posts: 12 Credit: 828,261,700 RAC: 0 |
As root on your C2: cd /usr/bin wget http://kerbodyne.com/boinc/boinc #(next 2 just to be sure) chmod 755 /usr/bin/boinc chown root:root /usr/bin/boinc service boinc-client restart grep p_vendor /var/lib/boinc-client/client_state.xml |
Send message Joined: 13 Dec 15 Posts: 5 Credit: 8,635,283 RAC: 0 |
thank you koshi. after you work my universe got work again :-) have a nice day . we all too |
Send message Joined: 25 Mar 16 Posts: 12 Credit: 828,261,700 RAC: 0 |
krzyszp, just an observation, with the "fixed" BOINC client I received BHspin2_1_aarch64-unknown-linux-gnu around midnight and now BHspin2_1_arm-unknown-linux-gnueabihf this morning, both being identical (checksum). First WUs are flagged for the 32bit aarch64, the newest ones for the 32bit arm version... |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
Thank you :) Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 21 Feb 15 Posts: 83 Credit: 873,439,097 RAC: 0 |
Great. All my 30 Odroid-C2 get BHspin2. :) |
Send message Joined: 25 Mar 16 Posts: 12 Credit: 828,261,700 RAC: 0 |
This should work best, stopping BOINC before replacing it: service boinc-client stop; wget -O /usr/bin/boinc http://kerbodyne.com/boinc/boinc; chmod 755 /usr/bin/boinc; chown root:root /usr/bin/boinc; service boinc-client start; sleep 5; grep p_vendor /var/lib/boinc-client/client_state.xml edit: I don't get why the code tags are not working now, grrr... @krzyszp as far as I can tell I'm only getting a wing man for the last WUs that I downloaded (those tagged for the arm binary), not for die aarch64 binary. Is that to be expected? Will these ever be sent out again or can I abort them? |
Send message Joined: 21 Feb 15 Posts: 83 Credit: 873,439,097 RAC: 0 |
service boinc-client stop wget -O /usr/bin/boinc http://kerbodyne.com/boinc/boinc #sicher ist sicher: chmod 755 /usr/bin/boinc chown root:root /usr/bin/boinc service boinc-client start sleep 5 grep p_vendor /var/lib/boinc-client/client_state.xml |
Send message Joined: 4 Feb 15 Posts: 847 Credit: 144,180,465 RAC: 0 |
I think it will be send as soon as server find reliable hosts for it. Krzysztof 'krzyszp' Piszczek Member of Radioactive@Home team My Patreon profile Universe@Home on YT |
Send message Joined: 16 Apr 17 Posts: 36 Credit: 39,603,949 RAC: 0 |
I'm trying to set up a Pine64 and I keep getting computation errors. I think it's because the CPU Type isn't being recognized. Can someone help me through this? Here is the host data running linux: http://universeathome.pl/universe/show_host_detail.php?hostid=81516 And running android: http://universeathome.pl/universe/show_host_detail.php?hostid=81540 |
Send message Joined: 25 May 17 Posts: 2 Credit: 19,167 RAC: 0 |
|