You are not logged in.

#1 2006-07-31 05:28:06

cthulhufhtagn
Member
Registered: 2006-07-31
Posts: 20

May I borrow some cycles?

Lights went out and my filesystem got corrupted. I've recognized all but three files at lost+found.

[luzbel@cthulhu lost+found]$ for file in $(ls);do file $file;md5sum $file;done
22352352: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
a3dced3101d8e60149f5f24e78a4d784  22352352
22352353: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
843733cda8fb66e5fa06aa3cbb0c15c4  22352353
4338176: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
47fc7edb15c3b511fb3f704beccd6b62  4338176

If you got some CPU cycles free, would you be so kind to do:

# md5sum `find / -iname "*.so"` >> sums

and see if any file matches?

Thank you!

Offline

#2 2006-07-31 09:43:49

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: May I borrow some cycles?

I tried it (`find / -iname "*.so" -exec md5sum {} ;' is the better way btw.) but did not find any matches.

Offline

Board footer

Powered by FluxBB