Dear Maintainer, Whenever I upgrade either elibc or gcc, my system enters a state where almost all software segmentation faults, including the upgrade itself. This happens repeatably on any upgrade of either of those packages, and has done for some time. I finally managed to capture a trace of the upgrade in progress which is why I am filing this report now. I have attached the output of both the upgrade output and my subsequent repair. There are 3 phases: the original upgrade, the first pass at repair (using dpkg), and finally the second pass at repair, which is exactly the same command as the first pass, but works completely. If I run dpkg -i with the list of packages seen (libc6:amd64, libc6:i386,libgcc:amd64,libgcc:i386) then the system becomes usable again. In this case, and very often when I do this repair, I have to run it twice to actually get the "repair" to stick. It appears the problem is when libc is deconfigured for upgrade. libgcc stops functioning (it depends on libc, obviously) and the segmentation fault means dpkg is unable to recover (I guess one of the configure scripts is failing). I suspect the problem is somehow related to multi-arch, since it seems that multiarch is causing one side to deconfigure, breaking that side and then creating a dependency conflict situation. I am only filing this as important because obviously it breaks my system but it is recoverable. The non-existence of others reporting this makes me wonder if there isn't something weird, however, I have two machines and both exhibit the same symptoms.
Hi, The segmentation fault is likely due to some incompatible libc version being mixed, one being the unpacked version, one being on the filesystem at a different location. Indeed, we also suspect it is related to that. We already have one bug similar to yours (#741031) although it concerns the previous upgrade from 2.17 to 2.18. Unfortunately we are not able to understand the bug, as we have not been able to get a status of the system *before* any repair action is taken. Do you by chance still have a system in the broken state? If so, could you please send us the output of: dpkg -l "libc*" ls -l /lib /lib32 /lib64 /lib/i386-linux-gnu/ /lib/x86_64-linux-gnu/
Hi, Sadly, I don't have a broken state right now. I just tried on another machine, as jessie just got libc6 2.19 - however this issue did not occur there, and I noticed that libgcc did not update in jessie simultaneously. I wonder if you have to update both at once to cause the problem to occur. I've only noticed it when libgcc and libc have simultaneously updated previously, though this could be selective memory on my part. Next time gcc and libc update simultaneously, I'll capture pre-break and post-break state for your perusal, before fixing it.
Greetings, I'm not really sure if this is really related to this bug, however: libc6 upgrades always fail (leaving the system in the unstable state mentioned earlier) when the upgrade is done by synaptic. I could observe this for at least the three last versions (but probably more). This happened on two distinct machines (the one I'm sending this report from and another being also i386/i686). Regards Sven - -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.14-1-686-pae (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libc6 depends on: ii libgcc1 1:4.9.0-7 Versions of packages libc6 recommends: ii libc6-i686 2.19-7 Versions of packages libc6 suggests: ii debconf [debconf-2.0] 1.5.53 pn glibc-doc <none> ii locales 2.19-7 - -- debconf information: * glibc/upgrade: true * glibc/restart-services: exim4 cups cron atd glibc/disable-screensaver: * libraries/restart-without-asking: false glibc/restart-failed: iQEcBAEBAgAGBQJTyPkDAAoJEPUFi27xeHupJh4H/25rvO8do1aOVcthd1pP9EOz n5Gpc2JTqVP3yvWfYmq0JB3t6W8KCCG3fn+C4IULVavbE2aV8E9BO10L2RFNO6Zx VfM413SlVDn9mNCG2PUFhG4gc8HW0/K9eL7FwhZ3atx6mxEbIRAn3ivJT3bdZ2LY 4mE/P7nS1HiaWdYaVY+htQLye/4aJdkS/X6F6FRJ28lcfJqJSKsVHkVV1NH7xe/0 uMa/KxEowWhygzZU0cVza2RD5QqsM8OyG9ddnPlEFKPAUb7hRfG2zJp/5CJTHwfV H9up5NlWVcJeeKfc2pnTbksSGR+zcECe7M5fk1FRdeQ/TRlj8xxcPf89XrfCM44= =6iIl -----END PGP SIGNATURE-----
Hi, upgrading libc6 fails on this installation of wheezy. I experienced the bug as described above (every command failed with a segmentation fault) several times in a chroot before and postponed the upgrade. In this case however apt fails to upgrade and leaves the system intact. As you can see, two architectures of libc6 were installed of which one has been removed in the meantime. However their leftovers could produce some problems. Please tell me, if you need additional info. # apt-get upgrade Preparing to replace libc6:amd64 2.13-38+deb7u1 (using .../libc6_2.13-38+deb7u2_amd64.deb) ... Unpacking replacement libc6:amd64 ... dpkg: warning: subprocess old post-removal script was killed by signal (Segmentation fault) dpkg: trying script from the new package instead ... dpkg: error processing /var/cache/apt/archives/libc6_2.13-38+deb7u2_amd64.deb (--unpack): subprocess new post-removal script was killed by signal (Segmentation fault) dpkg: error while cleaning up: subprocess installed pre-installation script was killed by signal (Segmentation fault) Errors were encountered while processing: /var/cache/apt/archives/libc6_2.13-38+deb7u2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) # dpkg -l libc6* iHR libc6:amd64 2.13-38+deb7u1 amd64 rc libc6-amd64 2.18-4 i386 iU libc6-dev:amd64 2.13-38+deb7u2 amd64 rc libc6-i686:i386 2.13-38+deb7u1 i386 ii libcompfaceg1 1:1.5.2-5 amd64 ii libcompfaceg1-dev 1:1.5.2-5 amd64 # ls -l /lib /lib32 /lib64 /lib/i386-linux-gnu/ /lib/x86_64-linux-gnu/ ls: cannot access /lib32: No such file or directory ls: cannot access /lib/i386-linux-gnu/: No such file or directory /lib: total 608 lrwxrwxrwx 1 root root 21 Jan 18 2014 cpp -> /etc/alternatives/cpp drwxr-xr-x 3 root root 4096 Jan 18 2014 crda drwxr-xr-x 4 root root 4096 Jan 18 2014 cryptsetup drwxr-xr-x 2 root root 4096 Oct 5 2013 debian-edu-install drwxr-xr-x 2 root root 4096 Jan 18 2014 discover drwxr-xr-x 23 root root 4096 May 15 17:05 firmware drwxr-xr-x 2 root root 4096 Jan 18 2014 hdparm drwxr-xr-x 2 root root 4096 Jan 18 2014 init -rwxr-xr-x 1 root root 72184 Nov 12 2012 klibc-2xtYrByCrj5OEwaInv4tMSjej98.so lrwxrwxrwx 1 root root 17 Jan 31 2012 libaudit.so.0 -> libaudit.so.0.0.0 -rw-r--r-- 1 root root 96616 Jan 31 2012 libaudit.so.0.0.0 lrwxrwxrwx 1 root root 19 Jan 31 2012 libauparse.so.0 -> libauparse.so.0.0.0 -rw-r--r-- 1 root root 55760 Jan 31 2012 libauparse.so.0.0.0 lrwxrwxrwx 1 root root 22 Nov 7 2012 libcryptsetup.so.4 -> libcryptsetup.so.4.2.0 -rw-r--r-- 1 root root 105400 Nov 7 2012 libcryptsetup.so.4.2.0 lrwxrwxrwx 1 root root 17 Mar 1 2013 libip4tc.so.0 -> libip4tc.so.0.1.0 -rw-r--r-- 1 root root 31384 Mar 1 2013 libip4tc.so.0.1.0 lrwxrwxrwx 1 root root 17 Mar 1 2013 libip6tc.so.0 -> libip6tc.so.0.1.0 -rw-r--r-- 1 root root 31448 Mar 1 2013 libip6tc.so.0.1.0 lrwxrwxrwx 1 root root 15 Mar 1 2013 libipq.so.0 -> libipq.so.0.0.0 -rw-r--r-- 1 root root 10544 Mar 1 2013 libipq.so.0.0.0 lrwxrwxrwx 1 root root 16 Mar 1 2013 libiptc.so.0 -> libiptc.so.0.0.0 -rw-r--r-- 1 root root 5928 Mar 1 2013 libiptc.so.0.0.0 -rw-r--r-- 1 root root 9800 Sep 10 2011 libnss_mdns4_minimal.so.2 -rw-r--r-- 1 root root 10880 Sep 10 2011 libnss_mdns4.so.2 -rw-r--r-- 1 root root 9800 Sep 10 2011 libnss_mdns6_minimal.so.2 -rw-r--r-- 1 root root 10880 Sep 10 2011 libnss_mdns6.so.2 -rw-r--r-- 1 root root 10856 Sep 10 2011 libnss_mdns_minimal.so.2 -rw-r--r-- 1 root root 10880 Sep 10 2011 libnss_mdns.so.2 lrwxrwxrwx 1 root root 19 Mar 1 2013 libxtables.so.7 -> libxtables.so.7.0.0 -rw-r--r-- 1 root root 47824 Mar 1 2013 libxtables.so.7.0.0 drwxr-xr-x 3 root root 4096 Jan 18 2014 lsb drwxr-xr-x 2 root root 4096 Jan 18 2014 modprobe.d drwxr-xr-x 4 root root 4096 May 16 19:06 modules drwxr-xr-x 2 root root 4096 Jan 18 2014 resolvconf drwxr-xr-x 2 root root 4096 Jan 18 2014 security drwxr-xr-x 3 root root 4096 Jan 18 2014 systemd drwxr-xr-x 15 root root 4096 Jan 18 2014 terminfo drwxr-xr-x 5 root root 4096 Mar 14 14:36 udev drwxr-xr-x 4 root root 12288 Aug 8 22:17 x86_64-linux-gnu drwxr-xr-x 2 root root 4096 Jan 18 2014 xtables /lib64: total 4404 -rwxr-xr-x 1 root root 136744 Apr 18 17:53 ld-2.18.so lrwxrwxrwx 1 root root 10 Aug 8 22:17 ld-linux-x86-64.so.2 -> ld-2.18.so -rw-r--r-- 1 root root 14864 Mar 2 18:50 libanl-2.18.so lrwxrwxrwx 1 root root 14 Mar 2 18:50 libanl.so.1 -> libanl-2.18.so -rw-r--r-- 1 root root 6192 Mar 2 18:50 libBrokenLocale-2.18.so lrwxrwxrwx 1 root root 23 Mar 2 18:50 libBrokenLocale.so.1 -> libBrokenLocale-2.18.so -rwxr-xr-x 1 root root 1729888 Mar 2 18:50 libc-2.18.so -rw-r--r-- 1 root root 190776 Mar 2 18:50 libcidn-2.18.so lrwxrwxrwx 1 root root 15 Mar 2 18:50 libcidn.so.1 -> libcidn-2.18.so -rw-r--r-- 1 root root 35072 Mar 2 18:50 libcrypt-2.18.so lrwxrwxrwx 1 root root 16 Mar 2 18:50 libcrypt.so.1 -> libcrypt-2.18.so lrwxrwxrwx 1 root root 12 Mar 2 18:50 libc.so.6 -> libc-2.18.so -rw-r--r-- 1 root root 14560 Mar 2 18:50 libdl-2.18.so lrwxrwxrwx 1 root root 13 Mar 2 18:50 libdl.so.2 -> libdl-2.18.so -rw-r--r-- 1 root root 1059152 Mar 2 18:50 libm-2.18.so -rw-r--r-- 1 root root 18696 Mar 2 18:50 libmemusage.so lrwxrwxrwx 1 root root 12 Mar 2 18:50 libm.so.6 -> libm-2.18.so -rw-r--r-- 1 root root 89000 Mar 2 18:50 libnsl-2.18.so lrwxrwxrwx 1 root root 14 Mar 2 18:50 libnsl.so.1 -> libnsl-2.18.so -rw-r--r-- 1 root root 31520 Mar 2 18:50 libnss_compat-2.18.so lrwxrwxrwx 1 root root 21 Mar 2 18:50 libnss_compat.so.2 -> libnss_compat-2.18.so -rw-r--r-- 1 root root 22848 Mar 2 18:50 libnss_dns-2.18.so lrwxrwxrwx 1 root root 18 Mar 2 18:50 libnss_dns.so.2 -> libnss_dns-2.18.so -rw-r--r-- 1 root root 51696 Mar 2 18:50 libnss_files-2.18.so lrwxrwxrwx 1 root root 20 Mar 2 18:50 libnss_files.so.2 -> libnss_files-2.18.so -rw-r--r-- 1 root root 22880 Mar 2 18:50 libnss_hesiod-2.18.so lrwxrwxrwx 1 root root 21 Mar 2 18:50 libnss_hesiod.so.2 -> libnss_hesiod-2.18.so -rw-r--r-- 1 root root 43488 Mar 2 18:50 libnss_nis-2.18.so -rw-r--r-- 1 root root 51632 Mar 2 18:50 libnss_nisplus-2.18.so lrwxrwxrwx 1 root root 22 Mar 2 18:50 libnss_nisplus.so.2 -> libnss_nisplus-2.18.so lrwxrwxrwx 1 root root 18 Mar 2 18:50 libnss_nis.so.2 -> libnss_nis-2.18.so -rw-r--r-- 1 root root 6208 Mar 2 18:50 libpcprofile.so -rwxr-xr-x 1 root root 768975 Mar 2 18:43 libpthread-2.18.so lrwxrwxrwx 1 root root 18 Mar 2 18:50 libpthread.so.0 -> libpthread-2.18.so -rw-r--r-- 1 root root 84752 Mar 2 18:50 libresolv-2.18.so lrwxrwxrwx 1 root root 17 Mar 2 18:50 libresolv.so.2 -> libresolv-2.18.so -rw-r--r-- 1 root root 31648 Mar 2 18:50 librt-2.18.so lrwxrwxrwx 1 root root 13 Mar 2 18:50 librt.so.1 -> librt-2.18.so -rw-r--r-- 1 root root 18616 Mar 2 18:50 libSegFault.so -rw-r--r-- 1 root root 31440 Mar 2 18:50 libthread_db-1.0.so lrwxrwxrwx 1 root root 19 Mar 2 18:50 libthread_db.so.1 -> libthread_db-1.0.so -rw-r--r-- 1 root root 10576 Mar 2 18:50 libutil-2.18.so lrwxrwxrwx 1 root root 15 Mar 2 18:50 libutil.so.1 -> libutil-2.18.so /lib/x86_64-linux-gnu/: total 13684 -rwxr-xr-x 1 root root 136936 Dec 23 2013 ld-2.13.so lrwxrwxrwx 1 root root 10 Aug 8 22:17 ld-linux-x86-64.so.2 -> ld-2.13.so lrwxrwxrwx 1 root root 15 Jun 14 2012 libacl.so.1 -> libacl.so.1.1.0 -rw-r--r-- 1 root root 35320 Jun 14 2012 libacl.so.1.1.0 lrwxrwxrwx 1 root root 15 Jun 21 2012 libaio.so.1 -> libaio.so.1.0.1 -rw-r--r-- 1 root root 5464 Jun 21 2012 libaio.so.1.0.1 -rw-r--r-- 1 root root 14920 Dec 23 2013 libanl-2.13.so lrwxrwxrwx 1 root root 14 Aug 8 22:17 libanl.so.1 -> libanl-2.13.so lrwxrwxrwx 1 root root 20 May 23 2012 libatasmart.so.4 -> libatasmart.so.4.0.5 -rw-r--r-- 1 root root 55648 May 23 2012 libatasmart.so.4.0.5 lrwxrwxrwx 1 root root 16 Jun 13 2012 libattr.so.1 -> libattr.so.1.1.0 -rw-r--r-- 1 root root 18672 Jun 13 2012 libattr.so.1.1.0 lrwxrwxrwx 1 root root 17 Dec 11 2012 libblkid.so.1 -> libblkid.so.1.1.0 -rw-r--r-- 1 root root 159856 Dec 11 2012 libblkid.so.1.1.0 lrwxrwxrwx 1 root root 18 Jun 7 2013 libbrlapi.so.0.5 -> libbrlapi.so.0.5.7 -rw-r--r-- 1 root root 51328 Jun 7 2013 libbrlapi.so.0.5.7 -rw-r--r-- 1 root root 6256 Dec 23 2013 libBrokenLocale-2.13.so lrwxrwxrwx 1 root root 23 Aug 8 22:17 libBrokenLocale.so.1 -> libBrokenLocale-2.13.so lrwxrwxrwx 1 root root 15 Jun 27 2012 libbsd.so.0 -> libbsd.so.0.4.2 -rw-r--r-- 1 root root 51952 Jun 27 2012 libbsd.so.0.4.2 lrwxrwxrwx 1 root root 15 Jul 29 2012 libbz2.so.1 -> libbz2.so.1.0.4 lrwxrwxrwx 1 root root 15 Jul 29 2012 libbz2.so.1.0 -> libbz2.so.1.0.4 -rw-r--r-- 1 root root 66824 Jul 29 2012 libbz2.so.1.0.4 -rwxr-xr-x 1 root root 1599504 Dec 23 2013 libc-2.13.so lrwxrwxrwx 1 root root 14 Aug 11 2012 libcap.so.2 -> libcap.so.2.22 -rw-r--r-- 1 root root 17112 Aug 11 2012 libcap.so.2.22 -rw-r--r-- 1 root root 190840 Dec 23 2013 libcidn-2.13.so lrwxrwxrwx 1 root root 15 Aug 8 22:17 libcidn.so.1 -> libcidn-2.13.so lrwxrwxrwx 1 root root 17 Mar 21 2013 libcom_err.so.2 -> libcom_err.so.2.1 -rw-r--r-- 1 root root 14672 Mar 21 2013 libcom_err.so.2.1 -rw-r--r-- 1 root root 35104 Dec 23 2013 libcrypt-2.13.so lrwxrwxrwx 1 root root 16 Aug 8 22:17 libcrypt.so.1 -> libcrypt-2.13.so lrwxrwxrwx 1 root root 12 Aug 8 22:17 libc.so.6 -> libc-2.13.so lrwxrwxrwx 1 root root 18 Jun 12 2013 libdbus-1.so.3 -> libdbus-1.so.3.7.2 -rw-r--r-- 1 root root 286488 Jun 12 2013 libdbus-1.so.3.7.2 -rw-r--r-- 1 root root 22776 Sep 30 2013 libdevmapper-event.so.1.02.1 -rw-r--r-- 1 root root 229808 Sep 30 2013 libdevmapper.so.1.02.1 -rw-r--r-- 1 root root 14768 Dec 23 2013 libdl-2.13.so lrwxrwxrwx 1 root root 13 Aug 8 22:17 libdl.so.2 -> libdl-2.13.so lrwxrwxrwx 1 root root 13 Mar 21 2013 libe2p.so.2 -> libe2p.so.2.3 -rw-r--r-- 1 root root 32464 Mar 21 2013 libe2p.so.2.3 lrwxrwxrwx 1 root root 17 Dec 6 2013 libexpat.so.1 -> libexpat.so.1.6.0 -rw-r--r-- 1 root root 169992 Dec 6 2013 libexpat.so.1.6.0 lrwxrwxrwx 1 root root 16 Mar 21 2013 libext2fs.so.2 -> libext2fs.so.2.4 -rw-r--r-- 1 root root 272608 Mar 21 2013 libext2fs.so.2.4 lrwxrwxrwx 1 root root 16 Jan 2 2013 libfuse.so.2 -> libfuse.so.2.9.0 -rw-r--r-- 1 root root 245584 Jan 2 2013 libfuse.so.2.9.0 -rw-r--r-- 1 root root 89056 Jan 6 2013 libgcc_s.so.1 -rw-r--r-- 1 root root 935350 Jul 27 2013 libgcrypt.a lrwxrwxrwx 1 root root 19 Jul 27 2013 libgcrypt.so -> libgcrypt.so.11.7.0 lrwxrwxrwx 1 root root 19 Jul 27 2013 libgcrypt.so.11 -> libgcrypt.so.11.7.0 -rw-r--r-- 1 root root 516128 Jul 27 2013 libgcrypt.so.11.7.0 lrwxrwxrwx 1 root root 23 Jan 9 2013 libglib-2.0.so.0 -> libglib-2.0.so.0.3200.4 -rw-r--r-- 1 root root 1012792 Jan 9 2013 libglib-2.0.so.0.3200.4 lrwxrwxrwx 1 root root 21 Aug 18 2012 libgpg-error.so.0 -> libgpg-error.so.0.8.0 -rw-r--r-- 1 root root 14112 Aug 18 2012 libgpg-error.so.0.8.0 lrwxrwxrwx 1 root root 19 Jun 8 2012 libgssglue.so.1 -> libgssglue.so.1.0.0 -rw-r--r-- 1 root root 39192 Jun 8 2012 libgssglue.so.1.0.0 lrwxrwxrwx 1 root root 17 May 16 2013 libhistory.so.5 -> libhistory.so.5.2 -rw-r--r-- 1 root root 33312 May 16 2013 libhistory.so.5.2 lrwxrwxrwx 1 root root 17 Dec 30 2012 libhistory.so.6 -> libhistory.so.6.2 -rw-r--r-- 1 root root 35232 Dec 30 2012 libhistory.so.6.2 -rw-r--r-- 1 root root 33840 Dec 23 2011 libiw.so.30 lrwxrwxrwx 1 root root 16 Dec 15 2012 libjson.so.0 -> libjson.so.0.1.0 -rw-r--r-- 1 root root 39744 Dec 15 2012 libjson.so.0.1.0 lrwxrwxrwx 1 root root 18 Jun 29 2012 libkeyutils.so.1 -> libkeyutils.so.1.4 -rw-r--r-- 1 root root 14320 Jun 29 2012 libkeyutils.so.1.4 lrwxrwxrwx 1 root root 16 Apr 7 2013 libkmod.so.2 -> libkmod.so.2.1.3 -rw-r--r-- 1 root root 88824 Apr 7 2013 libkmod.so.2.1.3 -rw-r--r-- 1 root root 630592 Sep 30 2013 liblvm2app.so.2.2 lrwxrwxrwx 1 root root 16 Nov 18 2012 liblzma.so.5 -> liblzma.so.5.0.0 -rw-r--r-- 1 root root 141784 Nov 18 2012 liblzma.so.5.0.0 -rw-r--r-- 1 root root 530736 Dec 23 2013 libm-2.13.so -rw-r--r-- 1 root root 18912 Dec 23 2013 libmemusage.so lrwxrwxrwx 1 root root 17 Dec 11 2012 libmount.so.1 -> libmount.so.1.1.0 -rw-r--r-- 1 root root 163840 Dec 11 2012 libmount.so.1.1.0 lrwxrwxrwx 1 root root 12 Aug 8 22:17 libm.so.6 -> libm-2.13.so lrwxrwxrwx 1 root root 17 Jun 27 2012 libncurses.so.5 -> libncurses.so.5.9 -rw-r--r-- 1 root root 138864 Jun 27 2012 libncurses.so.5.9 lrwxrwxrwx 1 root root 18 Jun 27 2012 libncursesw.so.5 -> libncursesw.so.5.9 -rw-r--r-- 1 root root 196576 Jun 27 2012 libncursesw.so.5.9 drwxr-xr-x 2 root root 4096 Jan 18 2014 libnfsidmap lrwxrwxrwx 1 root root 20 Jun 9 2012 libnfsidmap.so.0 -> libnfsidmap.so.0.3.0 -rw-r--r-- 1 root root 30496 Jun 9 2012 libnfsidmap.so.0.3.0 lrwxrwxrwx 1 root root 18 Jun 30 2012 libnl-3.so.200 -> libnl-3.so.200.5.2 -rw-r--r-- 1 root root 106128 Jun 30 2012 libnl-3.so.200.5.2 lrwxrwxrwx 1 root root 23 Jun 30 2012 libnl-genl-3.so.200 -> libnl-genl-3.so.200.5.2 -rw-r--r-- 1 root root 23712 Jun 30 2012 libnl-genl-3.so.200.5.2 -rw-r--r-- 1 root root 89056 Dec 23 2013 libnsl-2.13.so lrwxrwxrwx 1 root root 14 Aug 8 22:17 libnsl.so.1 -> libnsl-2.13.so -rw-r--r-- 1 root root 31584 Dec 23 2013 libnss_compat-2.13.so lrwxrwxrwx 1 root root 21 Aug 8 22:17 libnss_compat.so.2 -> libnss_compat-2.13.so -rw-r--r-- 1 root root 22928 Dec 23 2013 libnss_dns-2.13.so lrwxrwxrwx 1 root root 18 Aug 8 22:17 libnss_dns.so.2 -> libnss_dns-2.13.so -rw-r--r-- 1 root root 47616 Dec 23 2013 libnss_files-2.13.so lrwxrwxrwx 1 root root 20 Aug 8 22:17 libnss_files.so.2 -> libnss_files-2.13.so -rw-r--r-- 1 root root 18864 Dec 23 2013 libnss_hesiod-2.13.so lrwxrwxrwx 1 root root 21 Aug 8 22:17 libnss_hesiod.so.2 -> libnss_hesiod-2.13.so -rw-r--r-- 1 root root 43552 Dec 23 2013 libnss_nis-2.13.so -rw-r--r-- 1 root root 51696 Dec 23 2013 libnss_nisplus-2.13.so lrwxrwxrwx 1 root root 22 Aug 8 22:17 libnss_nisplus.so.2 -> libnss_nisplus-2.13.so lrwxrwxrwx 1 root root 18 Aug 8 22:17 libnss_nis.so.2 -> libnss_nis-2.13.so -rw-r--r-- 1 root root 23432 Mar 4 2013 libnss_sss.so.2 lrwxrwxrwx 1 root root 21 Aug 4 2012 libntfs-3g.so.835 -> libntfs-3g.so.835.0.0 -rw-r--r-- 1 root root 313800 Aug 4 2012 libntfs-3g.so.835.0.0 lrwxrwxrwx 1 root root 17 Apr 29 2012 libpamc.so.0 -> libpamc.so.0.82.1 -rw-r--r-- 1 root root 14488 Apr 29 2012 libpamc.so.0.82.1 lrwxrwxrwx 1 root root 21 Apr 29 2012 libpam_misc.so.0 -> libpam_misc.so.0.82.0 -rw-r--r-- 1 root root 14480 Apr 29 2012 libpam_misc.so.0.82.0 lrwxrwxrwx 1 root root 16 Apr 29 2012 libpam.so.0 -> libpam.so.0.83.0 -rw-r--r-- 1 root root 55808 Apr 29 2012 libpam.so.0.83.0 lrwxrwxrwx 1 root root 18 Jan 7 2013 libparted.so.0 -> libparted.so.0.0.1 -rw-r--r-- 1 root root 512872 Jan 7 2013 libparted.so.0.0.1 lrwxrwxrwx 1 root root 15 Nov 20 2012 libpci.so.3 -> libpci.so.3.1.9 -rw-r--r-- 1 root root 52408 Nov 20 2012 libpci.so.3.1.9 -rw-r--r-- 1 root root 6424 Dec 23 2013 libpcprofile.so lrwxrwxrwx 1 root root 17 May 2 2012 libpcre.so.3 -> libpcre.so.3.13.1 -rw-r--r-- 1 root root 248968 May 2 2012 libpcre.so.3.13.1 lrwxrwxrwx 1 root root 18 Apr 9 2012 libpng12.so.0 -> libpng12.so.0.49.0 -rw-r--r-- 1 root root 158640 Apr 9 2012 libpng12.so.0.49.0 lrwxrwxrwx 1 root root 16 May 30 2012 libpopt.so.0 -> libpopt.so.0.0.0 -rw-r--r-- 1 root root 52296 May 30 2012 libpopt.so.0.0.0 lrwxrwxrwx 1 root root 18 Mar 28 2013 libprocps.so.0 -> libprocps.so.0.0.1 -rw-r--r-- 1 root root 72576 Mar 28 2013 libprocps.so.0.0.1 -rwxr-xr-x 1 root root 131107 Dec 23 2013 libpthread-2.13.so lrwxrwxrwx 1 root root 18 Aug 8 22:17 libpthread.so.0 -> libpthread-2.13.so lrwxrwxrwx 1 root root 18 May 16 2013 libreadline.so.5 -> libreadline.so.5.2 -rw-r--r-- 1 root root 261904 May 16 2013 libreadline.so.5.2 lrwxrwxrwx 1 root root 18 Dec 30 2012 libreadline.so.6 -> libreadline.so.6.2 -rw-r--r-- 1 root root 284088 Dec 30 2012 libreadline.so.6.2 -rw-r--r-- 1 root root 80712 Dec 23 2013 libresolv-2.13.so lrwxrwxrwx 1 root root 17 Aug 8 22:17 libresolv.so.2 -> libresolv-2.13.so -rw-r--r-- 1 root root 31744 Dec 23 2013 librt-2.13.so lrwxrwxrwx 1 root root 13 Aug 8 22:17 librt.so.1 -> librt-2.13.so -rw-r--r-- 1 root root 18760 Dec 23 2013 libSegFault.so -rw-r--r-- 1 root root 126232 Jun 10 2012 libselinux.so.1 -rw-r--r-- 1 root root 261184 Apr 1 2012 libsepol.so.1 lrwxrwxrwx 1 root root 17 Jul 1 2012 libslang.so.2 -> libslang.so.2.2.4 -rw-r--r-- 1 root root 1252128 Jul 1 2012 libslang.so.2.2.4 lrwxrwxrwx 1 root root 12 Mar 21 2013 libss.so.2 -> libss.so.2.0 -rw-r--r-- 1 root root 27224 Mar 21 2013 libss.so.2.0 lrwxrwxrwx 1 root root 26 Oct 9 2013 libsystemd-daemon.so.0 -> libsystemd-daemon.so.0.0.1 -rw-r--r-- 1 root root 14440 Oct 9 2013 libsystemd-daemon.so.0.0.1 lrwxrwxrwx 1 root root 25 Oct 9 2013 libsystemd-login.so.0 -> libsystemd-login.so.0.2.1 -rw-r--r-- 1 root root 43496 Oct 9 2013 libsystemd-login.so.0.2.1 -rw-r--r-- 1 root root 31472 Dec 23 2013 libthread_db-1.0.so lrwxrwxrwx 1 root root 19 Aug 8 22:17 libthread_db.so.1 -> libthread_db-1.0.so lrwxrwxrwx 1 root root 15 Jun 27 2012 libtinfo.so.5 -> libtinfo.so.5.9 -rw-r--r-- 1 root root 167952 Jun 27 2012 libtinfo.so.5.9 lrwxrwxrwx 1 root root 18 Jul 10 2011 libtirpc.so.1 -> libtirpc.so.1.0.10 -rw-r--r-- 1 root root 158280 Jul 10 2011 libtirpc.so.1.0.10 lrwxrwxrwx 1 root root 17 Apr 29 2013 libudev.so.0 -> libudev.so.0.13.0 -rw-r--r-- 1 root root 59992 Apr 29 2013 libudev.so.0.13.0 lrwxrwxrwx 1 root root 20 Jan 2 2013 libulockmgr.so.1 -> libulockmgr.so.1.0.1 -rw-r--r-- 1 root root 14312 Jan 2 2013 libulockmgr.so.1.0.1 lrwxrwxrwx 1 root root 19 Oct 2 2012 libusb-0.1.so.4 -> libusb-0.1.so.4.4.4 -rw-r--r-- 1 root root 30928 Oct 2 2012 libusb-0.1.so.4.4.4 lrwxrwxrwx 1 root root 19 Jun 3 2012 libusb-1.0.so.0 -> libusb-1.0.so.0.1.0 -rw-r--r-- 1 root root 64064 Jun 3 2012 libusb-1.0.so.0.1.0 -rw-r--r-- 1 root root 10640 Dec 23 2013 libutil-2.13.so lrwxrwxrwx 1 root root 15 Aug 8 22:17 libutil.so.1 -> libutil-2.13.so lrwxrwxrwx 1 root root 16 Dec 11 2012 libuuid.so.1 -> libuuid.so.1.3.0 -rw-r--r-- 1 root root 18896 Dec 11 2012 libuuid.so.1.3.0 lrwxrwxrwx 1 root root 16 Jul 30 2012 libwrap.so.0 -> libwrap.so.0.7.6 -rw-r--r-- 1 root root 40656 Jul 30 2012 libwrap.so.0.7.6 -rw-r--r-- 1 root root 233440 Jun 9 2012 libx86.so.1 lrwxrwxrwx 1 root root 13 Jun 22 2012 libz.so.1 -> libz.so.1.2.7 -rw-r--r-- 1 root root 92752 Jun 22 2012 libz.so.1.2.7 drwxr-xr-x 2 root root 4096 Jan 18 2014 security