Questions and Answers : Unix/Linux : error 171 on debian woody
Message board moderation
Author | Message |
---|---|
Send message Joined: 25 Aug 04 Posts: 9 Credit: 11,258,003 RAC: 0 |
I tried to run the boinc 4.05 client on my debian woody linuxbox. But I always get the following error. Please help me :-) 2004-08-26 17:24:54 [---] Starting BOINC client version 4.05 for i686-pc-linux-gnu 2004-08-26 17:24:54 [climateprediction.net] Project prefs: no separate prefs for home; using your defaults 2004-08-26 17:24:54 [climateprediction.net] Host ID is 2030 2004-08-26 17:24:54 [---] General prefs: from climateprediction.net (last modified 2004-08-25 23:48:18) 2004-08-26 17:24:54 [---] General prefs: no separate prefs for home; using your defaults 2004-08-26 17:24:54 [---] Insufficient work; requesting more 2004-08-26 17:24:54 [climateprediction.net] Requesting 170050 seconds of work 2004-08-26 17:24:54 [climateprediction.net] Sending request to scheduler: http://climateapps2.oucs.ox.ac.uk/cpdnboinc_cgi/cgi 2004-08-26 17:24:54 [climateprediction.net] Scheduler RPC to http://climateapps2.oucs.ox.ac.uk/cpdnboinc_cgi/cgi succeeded 2004-08-26 17:24:54 [climateprediction.net] Project prefs: no separate prefs for home; using your defaults 2004-08-26 17:24:54 [climateprediction.net] Started download of 00qg_300025937.zip 2004-08-26 17:24:55 [climateprediction.net] Finished download of 00qg_300025937.zip 2004-08-26 17:24:55 [climateprediction.net] Throughput 13982 bytes/sec 2004-08-26 17:24:55 [climateprediction.net] Starting result 00qg_300025937_0 using hadsm3 version 4.03 2004-08-26 17:24:55 [climateprediction.net] Unrecoverable error for result 00qg_300025937_0 (process exited with code 127 (0x7f)) 2004-08-26 17:24:55 [climateprediction.net] Unrecoverable error for result 00qg_300025937_0 (process exited with code 127 (0x7f)) 2004-08-26 17:24:55 [climateprediction.net] Computation for result 00qg_300025937 finished 2004-08-26 17:24:55 [---] Insufficient work; requesting more 2004-08-26 17:24:55 [climateprediction.net] Requesting 168894 seconds of work 2004-08-26 17:24:55 [climateprediction.net] Sending request to scheduler: http://climateapps2.oucs.ox.ac.uk/cpdnboinc_cgi/cgi 2004-08-26 17:24:55 [climateprediction.net] Scheduler RPC to http://climateapps2.oucs.ox.ac.uk/cpdnboinc_cgi/cgi succeeded 2004-08-26 17:24:55 [climateprediction.net] Started download of 00qh_300025938.zip 2004-08-26 17:24:56 [climateprediction.net] Finished download of 00qh_300025938.zip 2004-08-26 17:24:56 [climateprediction.net] Throughput 23405 bytes/sec 2004-08-26 17:24:56 [climateprediction.net] Starting result 00qh_300025938_0 using hadsm3 version 4.03 2004-08-26 17:24:57 [climateprediction.net] Unrecoverable error for result 00qh_300025938_0 (process exited with code 127 (0x7f)) 2004-08-26 17:24:57 [climateprediction.net] Unrecoverable error for result 00qh_300025938_0 (process exited with code 127 (0x7f)) 2004-08-26 17:24:57 [climateprediction.net] Deferring communication with project for 1 minutes and 0 seconds 2004-08-26 17:24:57 [climateprediction.net] Deferring communication with project for 1 minutes and 0 seconds 2004-08-26 17:24:57 [climateprediction.net] Computation for result 00qh_300025938 finished and the output of ldd: ldd boinc_4.05_i686-pc-linux-gnu libz.so.1 => /usr/lib/libz.so.1 (0x40018000) libnsl.so.1 => /lib/libnsl.so.1 (0x40026000) libm.so.6 => /lib/libm.so.6 (0x4003b000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4005c000) libc.so.6 => /lib/libc.so.6 (0x40063000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) |
Send message Joined: 30 Aug 04 Posts: 2 Credit: 237,344 RAC: 0 |
> 2004-08-26 17:24:55 [climateprediction.net] Unrecoverable error for result > 00qg_300025937_0 (process exited with code 127 (0x7f)) Your boinc 4.05 client seems to be fine but the programme which does the climate simulation (hadsm3_4.03_i686-pc-linux-gnu or similar) exits unexpectedly (don't know what code 127 means, though). Have a look whether all the libraries required by hadsm3 are available: ldd -v projects/climateprediction.net/hadsm3_4.03_i686-pc-linux-gnu |
Send message Joined: 8 Aug 04 Posts: 1 Credit: 1,061,547 RAC: 0 |
> > 2004-08-26 17:24:55 [climateprediction.net] Unrecoverable error for > result > > 00qg_300025937_0 (process exited with code 127 (0x7f)) > > Your boinc 4.05 client seems to be fine but the programme which does the > climate simulation (hadsm3_4.03_i686-pc-linux-gnu or similar) exits > unexpectedly (don't know what code 127 means, though). Have a look whether all > the libraries required by hadsm3 are available: > > ldd -v projects/climateprediction.net/hadsm3_4.03_i686-pc-linux-gnu > I have exactly the same issue running Debian sarge and kernel 2.6.8.1. Here are the ldd output: ldd boinc_4.05_i686-pc-linux-gnu libz.so.1 => /usr/lib/libz.so.1 (0x40023000) libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0x40034000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x4004a000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4006d000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x40076000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) ldd hadsm3_4.03_i686-pc-linux-gnu libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40023000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x400dd000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40101000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x4010a000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) I would also add that the version used during the beta (hadsm3_4.02) is working well in the same env. |
Send message Joined: 30 Aug 04 Posts: 2 Credit: 237,344 RAC: 0 |
> ldd hadsm3_4.03_i686-pc-linux-gnu > libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40023000) > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x400dd000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40101000) > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x4010a000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) Appears to be fine. Can you run hadsm3_4.03_i686-pc-linux-gnu directly and which output do you get? On a working system it should produce: $ ./hadsm3_4.03_i686-pc-linux-gnu boinc_parse_init_data_file(): can't open init data file Model exiting, invalid arguments: need UMID On an older system I get /lib/libc.so.6: version `GLIBC_2.3' not found (required by ./hadsm3_4.03_i686-pc-linux-gnu ie the libc library is too old for hadsm3_4.03. You can check this by executing ldd -v /lib/libc.so.6 (in your case /lib/tls/i686/cmov/libc.so.6) The output should have an entry containing GLIBC_2.3, if not then libc.so.6 is too old. See also the parallel discussion at http://climateapps2.oucs.ox.ac.uk/cpdnboinc/forum_thread.php?id=303 |
©2024 cpdn.org