I don´t succeed to run E@H on a new laptop Acer Travelmate AMD64 Athlon Dual Core, Debian Linux, kernel 2.6.26-amd64, Boinc 6.4.5_x86_64-pc-linux-gnu installed in ~/BOINC directory but get compute errors as soon as computation is started.
stderr out
6.4.5
process exited with code 22 (0x16, -234)
execv: No such file or directory
When installed in /usr/local/BOINC always get error
stderr out
6.4.5
process exited with code 255 (0xff, -1)
How to get E@H working on my new laptop as it did on my previous one?
Jos van Wolput
Copyright © 2024 Einstein@Home. All rights reserved.
E@H compute errors, AMD64 Dual Core, Linux kernel
)
Hi!
Looks like your 64 bit system is missing the "32 bit compatibility libraries": The E@H app is a 32 bit application and requires some 32bit libraries to link to.
To get the missing package, you can use:
sudo aptitude install ia32-libs
Please let us know if this solved it.
Happy crunching
Bikeman
RE: sudo aptitude install
)
Yes, that was the problem, I didn't know E@H is a 32 bit app!
Although I am using Sid I had to install ia32-libs from testing while
the sid version is just a dummy package.
I got two S5R5 apps who are both running on the dual core.
Danke schön!
Jos v.W.