Tomasz Miodek a écrit : > Package: libc6 > Version: 2.7-16 > Severity: important > > During upgrade of the system apt encountered a problem. Manual instalation > leads to the same error. Here is a session log: > > sowa:/etc/apt# dpkg -i /var/cache/apt/archives/libc6_2.7-18_amd64.deb > (Odczytywanie bazy danych ... 33903 plików i katalogów obecnie > zainstalowanych.) > Przygotowanie do zastąpienia libc6 2.7-16 (wykorzystując > ..../libc6_2.7-18_amd64.deb) ... > Rozpakowanie pakietu zastępującego libc6 ... > dpkg: błąd przetwarzania /var/cache/apt/archives/libc6_2.7-18_amd64.deb > (--install): > nie można utworzyć "./sbin/ldconfig": Brak dostępu > dpkg-deb: podproces paste został zabity sygnałem (Przerwany potok) > Wystąpiły błędy podczas przetwarzania: > /var/cache/apt/archives/libc6_2.7-18_amd64.deb > > libc6 is stuck in 2.7-16 and other packages requiring newer version doesn't > fulfill dependencies (libc6-i386) >
This is clearly not a problem with libc6, but a problem with your filesystem or your setup. /sbin/ldconfig should be writable by root. I have a few questions to be able to find the real problem: - What does "touch /sbin/ldconfig" does? - Do you have selinux enabled? - Did you have any particular mount option on your filesystem? - What's the output of "mount". - What's the output of ls -al /sbin/ldconfig"? - What's the output of lsattr /sbin/ldconfig"? - Did you try to run an fsck on your filesystem? -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

