Code 127

Questions and Answers : Unix/Linux : Code 127
Message board moderation

To post messages, you must log in.

AuthorMessage
Al Shenkin

Send message
Joined: 27 Oct 99
Posts: 6
Credit: 22,515
RAC: 0
United States
Message 283952 - Posted: 18 Apr 2006, 3:22:18 UTC

Hello All,

I've seen plenty of postings about error 127 on linux boxes, but I can't find any complaints in my system error logs about missing libraries or anything. I'm running redhat 7.3 on an AMD chip. Any thoughts?

thanks,
allie

2006-04-09 15:42:17 [SETI@home] Sending scheduler request to http://setiboinc.ssl.ber
keley.edu/sah_cgi/cgi
2006-04-09 15:42:17 [SETI@home] Reason: To fetch work
2006-04-09 15:42:17 [SETI@home] Requesting 8640 seconds of new work, and reporting 1
results
2006-04-09 15:42:22 [SETI@home] Scheduler request to http://setiboinc.ssl.berkeley.ed
u/sah_cgi/cgi succeeded
2006-04-09 15:42:25 [SETI@home] Started download of 12oc02aa.3253.28016.722134.1.88
2006-04-09 15:42:32 [SETI@home] Finished download of 12oc02aa.3253.28016.722134.1.88
2006-04-09 15:42:32 [SETI@home] Throughput 81224 bytes/sec
2006-04-09 15:42:33 [---] request_reschedule_cpus: files downloaded
2006-04-09 15:42:33 [SETI@home] Starting result 12oc02aa.3253.28016.722134.1.88_1 usi
ng setiathome version 402
2006-04-09 15:42:34 [SETI@home] Unrecoverable error for result 12oc02aa.3253.28016.72
2134.1.88_1 (process exited with code 127 (0x7f))
2006-04-09 15:42:34 [---] request_reschedule_cpus: process exited
2006-04-09 15:42:34 [SETI@home] Computation for result 12oc02aa.3253.28016.722134.1.8
8_1 finished
ID: 283952 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 284008 - Posted: 18 Apr 2006, 6:43:22 UTC

You have got to install the gcc libs (libgcc_s.sl and libstdc++.sl).
The seti app can not find this two required libs.

ID: 284008 · Report as offensive
Al Shenkin

Send message
Joined: 27 Oct 99
Posts: 6
Credit: 22,515
RAC: 0
United States
Message 284215 - Posted: 18 Apr 2006, 14:05:27 UTC - in response to Message 284008.  

Thanks Dotsch,

Any idea where I can get libgcc_s.sl for a Redhat 7.3 system? Finding nothing appropriate on rpmfind.net. I have libstdc++.sl already.

Best,
Allie

You have got to install the gcc libs (libgcc_s.sl and libstdc++.sl).
The seti app can not find this two required libs.


ID: 284215 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 284372 - Posted: 18 Apr 2006, 22:46:19 UTC - in response to Message 284215.  
Last modified: 18 Apr 2006, 22:47:07 UTC

Thanks Dotsch,

Any idea where I can get libgcc_s.sl for a Redhat 7.3 system? Finding nothing appropriate on rpmfind.net. I have libstdc++.sl already.

Your welcome.
Normaly it should be somewhere on the Redhat CDs. At rpmseek.com are some different libgcc packages for other distos downloadable.
I can put you also one (from different distros) on my webserver.

I am not shure, if the lib from other distros work well on redhat. I tinks you must try it out.

ID: 284372 · Report as offensive
Al Shenkin

Send message
Joined: 27 Oct 99
Posts: 6
Credit: 22,515
RAC: 0
United States
Message 284492 - Posted: 19 Apr 2006, 0:47:37 UTC - in response to Message 284372.  

Thanks again Dotsch,

Yeah, I've been looking around for what provides libgcc_s.sl, and having a hard time finding it. Alas. This may spell doom for boinc on my box. I'm always a bit wary about installing packages not meant for my machine. If it were just one binary library file, i would install that. if you could put that up on your sever, i would be very grateful. thanks again for your help.

best,
allie

Thanks Dotsch,

Any idea where I can get libgcc_s.sl for a Redhat 7.3 system? Finding nothing appropriate on rpmfind.net. I have libstdc++.sl already.

Your welcome.
Normaly it should be somewhere on the Redhat CDs. At rpmseek.com are some different libgcc packages for other distos downloadable.
I can put you also one (from different distros) on my webserver.

I am not shure, if the lib from other distros work well on redhat. I tinks you must try it out.


ID: 284492 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 286444 - Posted: 21 Apr 2006, 11:56:58 UTC - in response to Message 284492.  
Last modified: 21 Apr 2006, 12:00:15 UTC

Sorry for the delay.
I have put a collection of different libgcc_s.so's on my webserver : http://www.dotsch.de/seti/linux_i386/libgcc-linux.tar.gz

You must gunzip and untar the file. In the directory libgcc are different libgcc's from different distros and different gcc releases. You have got pick up one file and copy it to /usr/lib/libgcc_s.so, then "chmod 555 /usr/lib/libgcc_s.so" and "chown bin:bin /usr/lib/libgcc_s.so".

If you have installed it, you can verify it by doing a "ldd $BOINC_DIR/projects/setiathome.berkeley.edu/setiathome*". - The ldd should show all libs, and don't report any errors.

I have seen, that your system still downloading and crashing work, can you please disable work fetch, till the problem is fixed.
ID: 286444 · Report as offensive
Al Shenkin

Send message
Joined: 27 Oct 99
Posts: 6
Credit: 22,515
RAC: 0
United States
Message 287453 - Posted: 22 Apr 2006, 14:14:06 UTC - in response to Message 286444.  
Last modified: 22 Apr 2006, 14:15:05 UTC

Hi Dotsch,

Thanks for the libs. I installed one, and we'll see how it works when my machine decides to start working on a unit again. Is there any way to force work starting? I think my machine has been limited to one unit a day by the server because it's been choking.

Thanks,
Allie

[root@localhost BOINC]# ldd projects/setiathome.berkeley.edu/setiathome*
libz.so.1 => /usr/lib/libz.so.1 (0x40028000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40037000)
libdl.so.2 => /lib/libdl.so.2 (0x4004c000)
libm.so.6 => /lib/i686/libm.so.6 (0x4004f000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00b09000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
ID: 287453 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 287579 - Posted: 22 Apr 2006, 18:53:02 UTC - in response to Message 287453.  

Thanks for the libs. I installed one, and we'll see how it works when my machine decides to start working on a unit again. Is there any way to force work starting? I think my machine has been limited to one unit a day by the server because it's been choking.

There is no way to get more work in the moment. You have got to wait and send some non failed results, and the servers will give you more work.

ID: 287579 · Report as offensive

Questions and Answers : Unix/Linux : Code 127


 
©2025 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.