Posts by TioDuke

1) (Message 1190)
Posted 30 Apr 2013 by TioDuke
Post:
Hi,

I am on slitaz arm (http://arm.balinor.net/slitaz/armhf/).

BTW, here is the error I am getting (from client_state.xml):

<stderr_out>
<![CDATA[
<message>
process got signal 6
</message>
<stderr_txt>
../sysdeps/unix/sysv/linux/getpagesize.c:32: __getpagesize: Assertion `_rtld_gl
obal_ro._dl_pagesize != 0' failed.

</stderr_txt>
]]>
</stderr_out>

I am pretty sure is glibc version installed by slitaz (2.13). I have already tried ld_preloading the application's, period_search_10000_arm-unknown-linux-gnueabihf, dependencies from raspbian and archlinux but that is segfaulting.

I was thinking about:
1) Compiling it myself
or
2) Using a statically linked application (if that is possible, that would be a better solution)
2) (Message 1180)
Posted 28 Apr 2013 by TioDuke
Post:
Hello.

I am trying to put my Raspberry Pi to good use and so decided to run Asteroids@Home.

I wanted to go with a minimal install and have been trying slitaz, which is only 53 Mb. So far I have been able to build boic withouth the X dependencies. I am currently able to suscribe to the project and download the WUs. However I am unable to finish (or to even begin), this is the output I am getting:

[Asteroids@home] [error] Process creation (../../projects/
asteroidsathome.net_boinc/period_search_10000_arm-unknown-linux-gnueabihf) fail
ed: Error -1, errno=2

Do you have any ideas? I really did want to go with slitaz, but if the problem persists I will try running boinc on archlinux.