Welcome to MilkyWay@home

armv6 invalid state

Message boards : Number crunching : armv6 invalid state
Message board moderation

To post messages, you must log in.

AuthorMessage
Kennywor
Avatar

Send message
Joined: 10 Oct 08
Posts: 6
Credit: 3,971
RAC: 0
Message 60664 - Posted: 30 Dec 2013, 19:18:47 UTC

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?
ID: 60664 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Kennywor
Avatar

Send message
Joined: 10 Oct 08
Posts: 6
Credit: 3,971
RAC: 0
Message 60665 - Posted: 30 Dec 2013, 19:19:51 UTC

I've just realised the version supplied by Debian is version 0.18, which is ancient.
ID: 60665 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile arkayn
Avatar

Send message
Joined: 14 Feb 09
Posts: 999
Credit: 74,932,619
RAC: 0
Message 60666 - Posted: 31 Dec 2013, 1:43:21 UTC

Plus the project does not even have a ARM app, only x86 and x64 apps for Linux.
ID: 60666 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Kennywor
Avatar

Send message
Joined: 10 Oct 08
Posts: 6
Credit: 3,971
RAC: 0
Message 60675 - Posted: 2 Jan 2014, 19:45:08 UTC - in response to Message 60666.  

It's open source!
ID: 60675 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Kennywor
Avatar

Send message
Joined: 10 Oct 08
Posts: 6
Credit: 3,971
RAC: 0
Message 60676 - Posted: 2 Jan 2014, 19:49:00 UTC

ID: 60676 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Leo

Send message
Joined: 14 Mar 13
Posts: 2
Credit: 214,042
RAC: 0
Message 61125 - Posted: 15 Feb 2014, 17:39:34 UTC - in response to Message 60676.  

Р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

ID: 61125 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Leo

Send message
Joined: 14 Mar 13
Posts: 2
Credit: 214,042
RAC: 0
Message 61129 - Posted: 15 Feb 2014, 20:17:51 UTC - in response to Message 61125.  
Last modified: 15 Feb 2014, 20:23:20 UTC

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!!!
ID: 61129 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : armv6 invalid state

©2024 Astroinformatics Group