Eu costumava ter o mesmo erro aqui, eu fiz o seguinte comando:
sudo apt-get --reinstall install libc-bin
E funcionou, reinstalou o pacote libc-bin
e resolveu o problema.
Espero que ajude
Após a atualização para o Ubuntu 16.04, não consigo atualizar meu sistema. Depois do habitual:
apt-get upgrade
Eu recebo este erro:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libc-bin (2.23-0ubuntu3) ...
Segmentation fault (core dumped)
/sbin/ldconfig.real: Can't stat /lib/i686-linux-gnu: No such file or directory
/sbin/ldconfig.real: Can't stat /usr/lib/i686-linux-gnu: No such file or directory
/sbin/ldconfig.real: Path '/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Path '/usr/lib/x86_64-linux-gnu' given more than once
Segmentation fault (core dumped)
dpkg: error processing package libc-bin (--configure):
subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
libc-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
Alguma idéia de como corrigir isso? apt-get clean
e apt-get -f install
não fizeram nada.
Eu costumava ter o mesmo erro aqui, eu fiz o seguinte comando:
sudo apt-get --reinstall install libc-bin
E funcionou, reinstalou o pacote libc-bin
e resolveu o problema.
Espero que ajude
Aqui, o motivo parece ser um /var/cache/ldconfig/aux-cache
corrompido.
A solução foi fazer (como root):
rm /var/cache/ldconfig/aux-cache
E depois execute
/sbin/ldconfig
Eu tive esse problema, acabou sendo relacionado a limites. Isso resolveu:
limit datasize 2000M