braincrash
Posts: 3
Joined: Thu Oct 17, 2013 4:31 pm

[SOLVED] Inconsistency detected

Wed Feb 19, 2014 6:08 pm

Hi,

Did this happen to anyone else?

pi@rPi ~ $ cp test.file test.file2
Inconsistency detected by ld.so: dynamic-link.h: 199: elf_get_dynamic_info: Assertion `info[19]->d_un.d_val == sizeof (Elf32_Rel)' failed!
pi@rPi ~ $

I'm unable to cp files don't know what happen.

Thanks.
Last edited by braincrash on Wed Feb 19, 2014 10:47 pm, edited 1 time in total.

User avatar
jojopi
Posts: 3274
Joined: Tue Oct 11, 2011 8:38 pm

Re: Inconsistency detected

Wed Feb 19, 2014 9:59 pm

It seems that your /bin/cp program, or one of its libraries, has become corrupt and can not be executed. You can try reinstalling cp with:

Code: Select all

sudo apt-get update; sudo apt-get install --reinstall coreutils
Whether or not that works, it might be better to back up the files you want to keep and then reinstall the whole card.

braincrash
Posts: 3
Joined: Thu Oct 17, 2013 4:31 pm

[SOLVED] Re: Inconsistency detected

Wed Feb 19, 2014 10:46 pm

Thanks jojopi!!!

It worked great!! :D

Return to “Troubleshooting”