Message from server: platform 'windows_x86_64' not found

Bikeman (Heinz-Bernd Eggenstein)
Bikeman (Heinz-...
Moderator
Joined: 28 Aug 06
Posts: 3522
Credit: 688495325
RAC: 217381

RE: RE: RE: i'm unsure

Message 71034 in response to message 71033

Quote:
Quote:
Quote:
i'm unsure if my boincs are 64 or 32 bit.

When you start up Boinc, go to the Messages tab, look at the very beginning of the log.

What does it say there?

it says
Mon 22 Oct 2007 19:01:05 BST||Starting BOINC client version 5.4.11 for x86_64-pc-linux-gnu

Thanks for pointing that out.

And the find command brings up this list...

./var/lib/boinc-client/projects/setiweb.ssl.berkeley.edu/app_info.xml
./var/lib/boinc-client/projects/setiathome.berkeley.edu/app_info.xml
./var/lib/boinc-client/projects/setiathome.ssl.berkeley.edu/app_info.xml
./usr/share/boinc-app-seti/app_info.xml
deborah:/#

Does this help??


I'm not sure but I think you need to upgrade to a newer BOINC version. Can someone confirm this?

CU
Bikeman

Jord
Joined: 26 Jan 05
Posts: 2952
Credit: 5779100
RAC: 0

RE: it says Mon 22 Oct 2007

Message 71035 in response to message 71033

Quote:
it says
Mon 22 Oct 2007 19:01:05 BST||Starting BOINC client version 5.4.11 for x86_64-pc-linux-gnu


Who build that version? In other words, where did you download it from?
Is it an older Augustine build? What if you download and install the Linux x64 5.10.21 version?

(edited for separation of links)

SteveM
SteveM
Joined: 16 May 07
Posts: 6
Credit: 114691
RAC: 0

RE: RE: it says >>Mon 22

Message 71036 in response to message 71035

Quote:
Quote:
it says
>>Mon 22 Oct 2007 19:01:05 BST||Starting BOINC client version 5.4.11 for >>x86_64-pc-linux-gnu

>>Who build that version? In other words, where did you download it from?
I think I downloaded it from the Debian website. I did that because I had tried the one from the seti website and had found it difficult to install as I was not linux savvy. I am still not linux savvy but getting better.

>>Is it an older Augustine build?
I have no idea if it is even what an Augustine build is.

>> What if you download and >>install >>the Linux x64 5.10.21 >>version?

I will try this download, but this also exemplifies my point about linux not being as user friendly as competent linux users would have you believe -- The install instructions to which you have pointed me give no clue as to what directory it is best installed in/from. In my earlier attempts I tried installing it into my home directory but that seemed to make it impossible to run it from bootup. Later attempts have installed it into the /var tree (I think) as you can see from the paths I mentioned earlier.

So, could you provide some guidance as to which directory I ought to download and run the shell script into?

I do apologise for dragging this on and i very much appreciate your help and efforts. Console yourself by thinking that you are teaching a willing pupil ;)

thanks again
steve

(edited for separation of links)


Jord
Joined: 26 Jan 05
Posts: 2952
Credit: 5779100
RAC: 0

RE: >>Is it an older

Message 71037 in response to message 71036

Quote:
>>Is it an older Augustine build?
I have no idea if it is even what an Augustine build is.


A user called Augustine has been distributing his own 64bit version of BOINC a long time before Berkeley started releasing their own.

Quote:

I will try this download, but this also exemplifies my point about linux not being as user friendly as competent linux users would have you believe -- The install instructions to which you have pointed me give no clue as to what directory it is best installed in/from. In my earlier attempts I tried installing it into my home directory but that seemed to make it impossible to run it from bootup. Later attempts have installed it into the /var tree (I think) as you can see from the paths I mentioned earlier.

So, could you provide some guidance as to which directory I ought to download and run the shell script into?

I do apologize for dragging this on and i very much appreciate your help and efforts. Console yourself by thinking that you are teaching a willing pupil ;)


No apologies needed, if you don't know something do ask. Is what I do.
Now as to pointing to the correct directory and all that... I'm not that Linux savvy either. What I usually do is download the shell script version and start it. It then unpacks itself in the same directory I have always been using on my Linux. So... I can't help there. :-(

But I'm sure someone else, like Bikeman will be over any moment now and tell you. :-)

Bikeman (Heinz-Bernd Eggenstein)
Bikeman (Heinz-...
Moderator
Joined: 28 Aug 06
Posts: 3522
Credit: 688495325
RAC: 217381

Hi! I guess it's best to

Hi!

I guess it's best to install first under your home directory and see whether it works at all. The fine tuning like making it auto-start on bootup can be done later, and BOINC is easily relocated to a different directory.

So at the end of the installation (basically only downloading the package, unpack it, make it executable if it isn't and execute it) you should habe a BOINC subdirectory under your home directory.

You can then start the core client in this directory using

./run_client &

and the GUI using

./run_manager &

from a shell window.

Does it work?

If you need an "authenticator" to join E@H on this BOINC installation, you can look up this key in your old account_einstein.phys.uwm.edu.xml file.

CU
H-B

P.S.: I'm not sure wether you would have to "detach" your host from teh project first and attach it later with the new version. Usually you would just install a new version OVER the old one retaining existing files, but given that your current version is very old, I'm more inclined to the detach-reattach procedure. Jord? What do you think?

Jord
Joined: 26 Jan 05
Posts: 2952
Credit: 5779100
RAC: 0

I knew there was a bit of

I knew there was a bit of help more that I could point to: http://www.spy-hill.net/help/boinc/unix.html. This shows you just about everything you need to do, including a how to to make BOINC start as a daemon.

Quote:
P.S.: I'm not sure wether you would have to "detach" your host from teh project first and attach it later with the new version. Usually you would just install a new version OVER the old one retaining existing files, but given that your current version is very old, I'm more inclined to the detach-reattach procedure. Jord? What do you think?


No, there's no need to uninstall or detach. In none of the older versions of BOINC was it ever necessary to detach, unless the URL of the project had changed. Which isn't the case here, is it? (me checks... ;-))

What you may be confused with is the need to uninstall BOINC 4.19 before changing over to any version above that. And that's on Windows only, as far as I know. All the other versions can easily be installed directly on top of each other.

SteveM
SteveM
Joined: 16 May 07
Posts: 6
Credit: 114691
RAC: 0

RE: Hi! I guess it's best

Message 71040 in response to message 71038

Quote:

Hi!

I guess it's best to install first under your home directory .....u should habe a BOINC subdirectory under your home directory.

>>> Yes I have!

You can then start the core client in this directory using

./run_client &

>>>> this did not work it gave me the following error (between my added stars)
*******************************************************
deborah:/home/steve/downloads/BOINC# ./run_client &
[1] 19360
deborah:/home/steve/downloads/BOINC# ./boinc: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./boinc)

[1]+ Exit 1 ./run_client
deborah:/home/steve/downloads/BOINC#
**************************************************************
But libc.so.6 exists as a link ....

deborah:/lib# ls -al libc.so*
lrwxrwxrwx 1 root root 13 2007-08-21 19:06 libc.so.6 -> libc-2.3.6.so
deborah:/lib#

Quote:

./run_manager &

>>>> This DID work and brought up a new manager window which claims to be version 5.10.8. I tried resetting the einstein project from this window, but I have the other manager still running, is that ok i wonder? it is currently saying this..
Tue 23 Oct 2007 22:39:27 BST||Rescheduling CPU: project reset by user
Tue 23 Oct 2007 22:39:27 BST|Einstein@Home|Resetting project
Tue 23 Oct 2007 22:39:27 BST||Rescheduling CPU: exit_tasks

No further response after waiting a few minutes for it

Jord
Joined: 26 Jan 05
Posts: 2952
Credit: 5779100
RAC: 0

RE: deborah:/home/steve/dow

Message 71041 in response to message 71040

Quote:
deborah:/home/steve/downloads/BOINC# ./boinc: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./boinc)


Have you tried updating your Linux, through the synaptec packet manager?
Or at least tried to update GLIB or GLIBC?
Or tried to update your Debian Etch with a completely new version and kernel? I just checked and the latest versions (of DE 4 stable) are already up to GLIBC_2.6

Quote:

Tue 23 Oct 2007 22:39:27 BST||Rescheduling CPU: project reset by user
Tue 23 Oct 2007 22:39:27 BST|Einstein@Home|Resetting project
Tue 23 Oct 2007 22:39:27 BST||Rescheduling CPU: exit_tasks

No further response after waiting a few minutes for it


No, you're now detached from Einstein@Home. No need to wait. Your only way is to re-attach, but you can only do that after you either returned (for now) to the old BOINC version, or updated your Linux so it has GLIBC_2.4

Mattia Verga
Mattia Verga
Joined: 22 Jan 05
Posts: 5
Credit: 705682
RAC: 0

I have updated my O.S. from

I have updated my O.S. from Fedora 13 to Fedora 14 and now I'm getting
lun 01 nov 2010 17:29:24 CET Einstein@Home Message from server: platform 'x86_64-pc-linux-gnu' not found

In Fedora 13 it worked, so I cannot figure out why now it says platform not found... I already tried to reset the project and after that I completely removed and reinstalled the Boinc directory, but no luck.
Any idea?

Thanks
Mattia

Bikeman (Heinz-Bernd Eggenstein)
Bikeman (Heinz-...
Moderator
Joined: 28 Aug 06
Posts: 3522
Credit: 688495325
RAC: 217381

Hi! There seems to be a

Message 71043 in response to message 71042

Hi!

There seems to be a confusion in BOINC as to what platform string should be used for 64 bit Linux: x86_64-unknown-linux-gnu or x86_64-pc-linux-gnu.

I forwarded this to the admins, maybe there's a workaround.

CU
HBE

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.