Seti@Home optimized science apps and information

Optimized Seti@Home apps => Linux => Topic started by: lwrver on 06 Jun 2007, 08:21:11 pm

Title: BOINC/Setiathome on Kubuntu 7.04 AMD64
Post by: lwrver on 06 Jun 2007, 08:21:11 pm
I have successfully installed BOINC Manager and Client on Kubuntu version 7.04 for AMD64. I can launch BOINC and connect to the Seti@home project, but when requesting work, I get the messages:

Scheduler Request Succeeded
Message from server: 'x86_64-pc-linux-gnu' Not found

Any idea what this error message means?
Title: Re: BOINC/Setiathome on Kubuntu 7.04 AMD64
Post by: Metod, S56RKO on 07 Jun 2007, 06:27:58 am
Scheduler Request Succeeded
Message from server: 'x86_64-pc-linux-gnu' Not found

Any idea what this error message means?

This message means that Berkeley doesn't know what Berkeley is saying (http://boinc.berkeley.edu/platform.php). In short: SAH doesn't know anything about x86_64-pc-linux-gnu, which is official platform designation, but rather supports x86_64-unknown-linux-gnu which is still de-facto platfrom name used by GNU tools for software development (autoconf and friends).

You can get over this hurdle by adopting anonymous platform mechanism, which also allows you to use Simon's optimised project executables.

In future there will be another possibility: a mechanism of alternative platforms was implemented so that if project doesn't support primary (hosts native) platform, it can use alternative one (in your case this would be i386-pc-linux-gnu). This approach requires support from both client and server. Any beta client (5.10.x) supports this, while project servers are a bit slow at adopting new software versions.