Message boards :
Number crunching :
armv6 invalid state
Message board moderation
Author | Message |
---|---|
Send message Joined: 10 Oct 08 Posts: 6 Credit: 3,971 RAC: 0 |
I have an armv6 client running Debian with the boinc-app-milkyway package installed. It has completed two WUs but both have been marked invalid. # cat /proc/cpuinfo Processor : ARMv6-compatible processor rev 5 (v6l) BogoMIPS : 245.61 Features : swp half thumb fastmult vfp edsp java CPU implementer : 0x41 CPU architecture: 6TEJ CPU variant : 0x1 CPU part : 0xb36 CPU revision : 5 http://milkyway.cs.rpi.edu/milkyway/show_host_detail.php?hostid=552524 <core_client_version>7.2.33</core_client_version> <![CDATA[ <stderr_txt> APP: error reading search parameters file (for read): data_file == NULL 08:05:33 (23775): called boinc_finish </stderr_txt> ]] I don't know where to start. Can anyone help? |
Send message Joined: 10 Oct 08 Posts: 6 Credit: 3,971 RAC: 0 |
I've just realised the version supplied by Debian is version 0.18, which is ancient. |
Send message Joined: 14 Feb 09 Posts: 999 Credit: 74,932,619 RAC: 0 |
Plus the project does not even have a ARM app, only x86 and x64 apps for Linux. |
Send message Joined: 10 Oct 08 Posts: 6 Credit: 3,971 RAC: 0 |
It's open source! |
Send message Joined: 10 Oct 08 Posts: 6 Credit: 3,971 RAC: 0 |
Debian bug open. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733977 |
Send message Joined: 14 Mar 13 Posts: 2 Credit: 214,042 RAC: 0 |
Ð roblem in version mismatch. Simply rebuild boinc-app-milkyway (original .deb based on boinc v.6) for boinc v.7: apt-get install boinc boinc-dev boinc-app-milkyway mkdir /home/userboinc-milkyway-new cd /home/userboinc-milkyway-new wget http://ports.ubuntu.com/pool/universe/b/boinc-app-milkyway/boinc-app-milkyway_0.18d.orig.tar.gz wget http://ports.ubuntu.com/pool/universe/b/boinc-app-milkyway/boinc-app-milkyway_0.18d-1ubuntu1.diff.gz gzip -dr ./boinc-app-milkyway_0.18d.orig.tar.gz tar -xf ./boinc-app-milkyway_0.18d.orig.tar gzip -dr ./boinc-app-milkyway_0.18d-1ubuntu1.diff.gz mv ./boinc-app-milkyway_0.18.orig ./boinc-app-milkyway_0.18d.orig patch < ./boinc-app-milkyway_0.18d-1ubuntu1.diff cd ./boinc-app-milkyway_0.18d.orig/bin cp ./make.linux ./Makefile cp ../../app_info.xlm.tpl ./app_info.xlm.tpl make /etc/init.d/boinc-client stop cp ./milkyway /usr/lib/boinc-app-milkyway./milkyway cp ./app_info.xlm /usr/share/boinc-app-milkyway./app_info.xlm /etc/init.d/boinc-client start |
Send message Joined: 14 Mar 13 Posts: 2 Credit: 214,042 RAC: 0 |
My previous post don't solve problem. It at all can't be solved, because file with search parameters don't exist. In http://ports.ubuntu.com/pool/universe/b/boinc-app-milkyway/boinc-app-milkyway_0.18d.orig.tar.gz in folder ./bin/test_files has these files. And I think they should downloads with Milkyway task for BOINC. Maybe developers explained about search parameters files!!! |
©2025 Astroinformatics Group