Your message dated Sat, 10 Dec 2005 20:32:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#310428: fixed in e2fsprogs 1.38+1.39-WIP-2005.12.10-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 23 May 2005 14:19:05 +0000
>From [EMAIL PROTECTED] Mon May 23 07:19:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ntp2c.le.ac.uk (artemis.le.ac.uk) [143.210.4.129]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DaDlp-0003mT-00; Mon, 23 May 2005 07:19:05 -0700
Received: from [143.210.12.168] (helo=pc167.cc.le.ac.uk)
by artemis.le.ac.uk with esmtp (Exim 4.44)
id 1DaDlI-0004Za-2l
for [EMAIL PROTECTED]; Mon, 23 May 2005 15:18:32 +0100
Received: from rao3 by pc167.cc.le.ac.uk with local (Exim 4.50)
id 1DaDlH-0005Xe-OM
for [EMAIL PROTECTED]; Mon, 23 May 2005 15:18:31 +0100
Content-Type: multipart/mixed; boundary="===============2138900247=="
MIME-Version: 1.0
From: Alex Owen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: initrd: do the right thing for NFS root!
X-Mailer: reportbug 3.8
Date: Mon, 23 May 2005 15:18:31 +0100
Message-Id: <[EMAIL PROTECTED]>
X-UoL-Id: [EMAIL PROTECTED]@artemis.le.ac.uk
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============2138900247==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: e2fsprogs
Version: 1.37-2
Severity: wishlist
Tags: patch
I submitted a patch to initrd-tools that stops the initrd /sbin/init script
from trying to mount the root device if it is
an NFS device. This patch has been accepted. see:
http://bugs.debian.org/307471
An NFS root setup can be identified as rootdev=255. The initrd script from
e2fsprogs would work better with
netboot-initrd-tools package if a simmilar test could be included in the
ext3-add-journal script.
A two line patch to trap this in the same manner as initrd-tools is attached.
Regards
Alex Owen
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages e2fsprogs depends on:
ii e2fslibs 1.37-2 ext2 filesystem libraries
ii libblkid1 1.37-2 block device id library
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
ii libcomerr2 1.37-2 common error description library
ii libss2 1.37-2 command-line interface parsing lib
ii libuuid1 1.37-2 universally unique id library
-- no debconf information
--===============2138900247==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="e2fsprogs.patch"
--- ./debian/initrd.ext3-add-journal.orig 2004-09-18 17:08:59.000000000
+0100
+++ ./debian/initrd.ext3-add-journal 2005-05-23 15:08:09.000000000 +0100
@@ -8,6 +8,7 @@
cmdline=$(cat /proc/cmdline)
umount -n proc
if [ $rootdev != 256 ]; then
+ if [ $rootdev != 255 ]; then
mount -nt tmpfs tmpfs /dev2
get_device
roottype=`/bin/e2initrd_helper -r /dev2/root2`
@@ -24,4 +25,5 @@
fi
umount -n /dev2
umount -n /proc > /dev/null 2>&1
+ fi
fi
--===============2138900247==--
---------------------------------------
Received: (at 310428-close) by bugs.debian.org; 11 Dec 2005 04:41:06 +0000
>From [EMAIL PROTECTED] Sat Dec 10 20:41:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1ElIsb-0001ut-QB; Sat, 10 Dec 2005 20:32:09 -0800
From: [EMAIL PROTECTED] (Theodore Y. Ts'o)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#310428: fixed in e2fsprogs 1.38+1.39-WIP-2005.12.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 10 Dec 2005 20:32:09 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: e2fsprogs
Source-Version: 1.38+1.39-WIP-2005.12.10-1
We believe that the bug you reported is fixed in the latest version of
e2fsprogs, which is due to be installed in the Debian FTP archive:
comerr-dev_2.1-1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/comerr-dev_2.1-1.38+1.39-WIP-2005.12.10-1_i386.deb
e2fsck-static_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/e2fsck-static_1.38+1.39-WIP-2005.12.10-1_i386.deb
e2fslibs-dev_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/e2fslibs-dev_1.38+1.39-WIP-2005.12.10-1_i386.deb
e2fslibs_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/e2fslibs_1.38+1.39-WIP-2005.12.10-1_i386.deb
e2fsprogs-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
to pool/main/e/e2fsprogs/e2fsprogs-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
e2fsprogs_1.38+1.39-WIP-2005.12.10-1.diff.gz
to pool/main/e/e2fsprogs/e2fsprogs_1.38+1.39-WIP-2005.12.10-1.diff.gz
e2fsprogs_1.38+1.39-WIP-2005.12.10-1.dsc
to pool/main/e/e2fsprogs/e2fsprogs_1.38+1.39-WIP-2005.12.10-1.dsc
e2fsprogs_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/e2fsprogs_1.38+1.39-WIP-2005.12.10-1_i386.deb
e2fsprogs_1.38+1.39-WIP-2005.12.10.orig.tar.gz
to pool/main/e/e2fsprogs/e2fsprogs_1.38+1.39-WIP-2005.12.10.orig.tar.gz
libblkid-dev_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/libblkid-dev_1.38+1.39-WIP-2005.12.10-1_i386.deb
libblkid1-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
to pool/main/e/e2fsprogs/libblkid1-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
libblkid1_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/libblkid1_1.38+1.39-WIP-2005.12.10-1_i386.deb
libcomerr2_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/libcomerr2_1.38+1.39-WIP-2005.12.10-1_i386.deb
libss2_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/libss2_1.38+1.39-WIP-2005.12.10-1_i386.deb
libuuid1-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
to pool/main/e/e2fsprogs/libuuid1-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
libuuid1_1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/libuuid1_1.38+1.39-WIP-2005.12.10-1_i386.deb
ss-dev_2.0-1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/ss-dev_2.0-1.38+1.39-WIP-2005.12.10-1_i386.deb
uuid-dev_1.2-1.38+1.39-WIP-2005.12.10-1_i386.deb
to pool/main/e/e2fsprogs/uuid-dev_1.2-1.38+1.39-WIP-2005.12.10-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Theodore Y. Ts'o <[EMAIL PROTECTED]> (supplier of updated e2fsprogs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 10 Dec 2005 22:49:47 -0500
Source: e2fsprogs
Binary: e2fslibs-dev libblkid1-udeb libblkid1 comerr-dev libuuid1 ss-dev
uuid-dev e2fslibs e2fsck-static e2fsprogs-udeb libuuid1-udeb e2fsprogs
libblkid-dev libcomerr2 libss2
Architecture: source i386
Version: 1.38+1.39-WIP-2005.12.10-1
Distribution: unstable
Urgency: low
Maintainer: Theodore Y. Ts'o <[EMAIL PROTECTED]>
Changed-By: Theodore Y. Ts'o <[EMAIL PROTECTED]>
Description:
comerr-dev - common error description library - headers and static libraries
e2fsck-static - statically-linked version of the ext2 filesystem checker
e2fslibs - ext2 filesystem libraries
e2fslibs-dev - ext2 filesystem libraries - headers and static libraries
e2fsprogs - ext2 file system utilities and libraries
e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer
(udeb)
libblkid-dev - block device id library - headers and static libraries
libblkid1 - block device id library
libblkid1-udeb - block device id library (udeb)
libcomerr2 - common error description library
libss2 - command-line interface parsing library
libuuid1 - universally unique id library
libuuid1-udeb - universally unique id library (udeb)
ss-dev - command-line interface parsing library - headers and static libra
uuid-dev - universally unique id library - headers and static libraries
Closes: 290429 310428 310950 316811 322188 322231 327580 329859
Changes:
e2fsprogs (1.38+1.39-WIP-2005.12.10-1) unstable; urgency=low
.
* Update and clarify man pages (Closes: #329859, #322188, #316811)
* Fix bug creating external journals on big-endian machines.
* Detect if the superblock's last mount time or last write time is in
the future, and offer to fix it if this is the case (Closes: #327580)
* Add new debugfs command, set_current_time which sets the time used to
update the filesystems's time fields.
* Fix display bug in badblocks -sw when printing the "done" message.
(Closes: #322231)
* Improve blkid's FAT/VFAT filesystem detection code so that it can find
labels stored the root directory and to be more correct/paranoid.
* Add support to extract iso9660 label information to the blkid library.
* Add support to detect the reiser4 filesystem to the blkid library.
* Add support for detecting software suspend partitions to the blkid library.
* Fix the blkid library to notice when an ext2 filesystem is upgraded to
ext3.
* Fix debugfs's set_inode_field so that successfully sets the i_size field
* Updated Dutch translation
* E2fsck will stop and print a warning if the user tries running a
read/write badblocks test on a read-only mounted root filesystem.
* Add resize2fs and badblocks to the e2fsprogs udeb
(Closes: #290429, #310950)
* Avoid trying to mount the root device if it is an NFS device.
(Closes: #310428)
Files:
d7078cd84c957e2123dd1bed469a84fb 825 base required
e2fsprogs_1.38+1.39-WIP-2005.12.10-1.dsc
cb530e780a46a74b2f444fe6413d90fe 3646779 base required
e2fsprogs_1.38+1.39-WIP-2005.12.10.orig.tar.gz
2c199d5979a7d1eb5ccf1ae3992a6e61 240 base required
e2fsprogs_1.38+1.39-WIP-2005.12.10-1.diff.gz
04c88cced9c281fad51b9ee5e61f331b 305642 admin optional
e2fsck-static_1.38+1.39-WIP-2005.12.10-1_i386.deb
5c0d8800dd15189ce700e5a3604e76fa 28116 libs required
libcomerr2_1.38+1.39-WIP-2005.12.10-1_i386.deb
06b6790ef8782108f6c9ad55531260ad 34002 libs required
libss2_1.38+1.39-WIP-2005.12.10-1_i386.deb
924ef660f9b64632464abd9a5e481ab2 33518 libs required
libuuid1_1.38+1.39-WIP-2005.12.10-1_i386.deb
6a0eb2aecb801df9e00a41c5c5259a89 44904 libs required
libblkid1_1.38+1.39-WIP-2005.12.10-1_i386.deb
7ee8ab42f783b211a1add527759fee08 53344 libdevel extra
libblkid-dev_1.38+1.39-WIP-2005.12.10-1_i386.deb
5c0756385015432bedf332013a807188 79492 libs required
e2fslibs_1.38+1.39-WIP-2005.12.10-1_i386.deb
cddc93b03c9ba15458a7d3205c74bd8b 359740 libdevel extra
e2fslibs-dev_1.38+1.39-WIP-2005.12.10-1_i386.deb
de637356e30d42965090eacd5c6931a1 528310 base required
e2fsprogs_1.38+1.39-WIP-2005.12.10-1_i386.deb
bdfe854cf3bd17c05b9ad528f8c9bb87 46082 libdevel extra
comerr-dev_2.1-1.38+1.39-WIP-2005.12.10-1_i386.deb
0b2db5f34013b28407ec0c7cb112c8bc 38926 libdevel extra
ss-dev_2.0-1.38+1.39-WIP-2005.12.10-1_i386.deb
ee1cadf57c0ed104dd7073af8580e772 45964 libdevel extra
uuid-dev_1.2-1.38+1.39-WIP-2005.12.10-1_i386.deb
bdf5feda00ba03f0dfd9768c7fb08893 141408 debian-installer standard
e2fsprogs-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
290b89b5a1083db8f22b2259355593c2 13632 debian-installer required
libblkid1-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
1374da9decf6c978ce02621fcc47e625 5188 debian-installer required
libuuid1-udeb_1.38+1.39-WIP-2005.12.10-1_i386.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDm6eX7To545NnTEARAv7gAKC2lBQaz/5TtKVNEounQsP7lDt16ACfTPoA
5aUnysJiO7FZtXoRUlOrKy4=
=kCaM
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]