Today, I created an account at E@H, downloaded the software boinc_4.43_i686-pc-linux-gnu.sh and issued the command sh boinc_4.43_i686-pc-linux-gnu.sh. A directory BOINC was created with som files in it. I switched to that directory and run ./run_client. After about a minute the program got stuck with the following lines on the screen:
ROSHOME:/home/ros/BOINC> ./run_client
2005-08-09 16:02:30 [---] Starting BOINC client version 4.43 for i686-pc-linux-gnu
2005-08-09 16:02:30 [---] Data directory: /home/ros/BOINC
2005-08-09 16:02:30 [---] No general preferences found - using BOINC defaults
2005-08-09 16:02:30 [---] Remote control not allowed; using loopback address
2005-08-09 16:02:32 [---] Running CPU benchmarks
2005-08-09 16:03:30 [---] Benchmark results:
2005-08-09 16:03:30 [---] Number of CPUs: 1
2005-08-09 16:03:30 [---] 643 double precision MIPS (Whetstone) per CPU
2005-08-09 16:03:30 [---] 1978 integer MIPS (Dhrystone) per CPU
2005-08-09 16:03:30 [---] Finished CPU benchmarks
2005-08-09 16:03:30 [---] Resuming computation and network activity
2005-08-09 16:03:30 [---] Insufficient work; requesting more
I could exit it with Ctrl-c, but it obviously did not finish correctly. What I'm doing wrong?
Copyright © 2024 Einstein@Home. All rights reserved.
Problems installing boinc_4.43
)
You have two options:
(1) Run on the command line, and attach to the project. See command line args, but
use http://einstein.phys.uwm.edu/ and your account key.
(2) Run both the client and the client GUI (you need to be running X-windows). Do:
cd /home/ros/BOINC
./boinc &
./boincmgr &
A window should pop up. Use the PROJECTS->ATTACH TO NEW PROJECT button.
Bruce
Director, Einstein@Home