lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20130621002314.GA10730@thunk.org> Date: Thu, 20 Jun 2013 20:23:14 -0400 From: Theodore Ts'o <tytso@....edu> To: Autif Khan <autif.mlist@...il.com> Cc: Eric Sandeen <sandeen@...hat.com>, linux-ext4@...r.kernel.org Subject: Re: /dev/disk/by-label missing after upgrade to 1.42.7 On Thu, Jun 20, 2013 at 07:08:35PM -0400, Autif Khan wrote: > I have updated our scripts to overwrite only those binaries that > originated from the e2fsprogs package. In our build/CI system it would > be (relatively) hard to build a debian package using fakeroot > dpkg-buildpackages, instead, we run dpkg -S /bin/binary to find if the > package originated in e2fsprogs and if it did, we copy it over, > otherwise not. For now this works, we will pay the technical debt > if/when we need to - chances are this will go away in Ubuntu 14.04 LTS > which should have the latest version of e2fsprogs. If you're not willing to use dpkg-buildpackage, I strongly recommend that you add the following configure options: --disable-libblkid --disable-libuuid --disable-fsck --disable-uuidd ... especially if you are building with shared libraries. Otherwise, you'll be building with one version of the shared libraries, and running with a different shared libraries. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists