Subject: mkinitfs fails in /usr/share/initrd-tools/scripts/e2fsprogs
Package: e2fsprogs
Version: 1.41.2-1
Severity: important
Tags: patch
The following command fails:
$ /boot# mkinitrd -o test 2.6.26-1-amd64
cp: cannot stat `(0x00007fff745fe000)': No such file or directory
cp: cannot stat `(0x00007fff791ff000)': No such file or directory
run-parts: /usr/share/initrd-tools/scripts/e2fsprogs exited with return
code 1
The patch is:
--- /home/dk/e2fsprogs 2008-10-22 10:16:11.000000000 +0200
+++ /usr/share/initrd-tools/scripts/e2fsprogs 2008-10-22 10:16:50.000000000
+0200
@@ -20,7 +20,7 @@
PROGS="/sbin/tune2fs /usr/lib/e2initrd_helper"
LIBS=`unset LD_LIBRARY_PATH LD_PRELOAD; ldd $PROGS | \
- grep -v linux-gate.so | sort -u | awk '{print $3}'`
+ grep -vE 'linux-gate.so|linux-vdso.so' | sort -u | awk '{print $3}'`
for i in $LIBS
do
if test -f /etc/ld.so.preload && grep -s ^$i\$ /etc/ld.so.preload; then
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash
Versions of packages e2fsprogs depends on:
ii e2fslibs 1.41.2-1 ext2 filesystem libraries
ii libblkid1 1.41.2-1 block device id library
ii libc6 2.7-14 GNU C Library: Shared libraries
ii libcomerr2 1.41.2-1 common error description library
ii libss2 1.41.2-1 command-line interface parsing lib
ii libuuid1 1.41.2-1 universally unique id library
e2fsprogs recommends no packages.
Versions of packages e2fsprogs suggests:
pn e2fsck-static <none> (no description available)
pn gpart <none> (no description available)
pn parted <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]