Your message dated Tue, 22 Feb 2005 10:32:04 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#296379: My system became unusable
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; 22 Feb 2005 03:38:35 +0000
>From [EMAIL PROTECTED] Mon Feb 21 19:38:35 2005
Return-path: <[EMAIL PROTECTED]>
Received: from rrcs-24-97-91-241.nys.biz.rr.com (smtp.redoaksw.com)
[24.97.91.241]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D3Qsc-0003OR-00; Mon, 21 Feb 2005 19:38:35 -0800
Received: from localhost (jade.roch.redoaksw.com [127.0.0.1])
by jade.roch.redoaksw.com (Postfix) with ESMTP id F418137935
for <[EMAIL PROTECTED]>; Mon, 21 Feb 2005 22:38:03 -0500 (EST)
Received: from jade.roch.redoaksw.com ([127.0.0.1])
by localhost (jade [127.0.0.1]) (amavisd-new, port 10024) with LMTP
id 02010-01-2 for <[EMAIL PROTECTED]>;
Mon, 21 Feb 2005 22:38:00 -0500 (EST)
Received: from dman13.dyndns.org
(67-139-91-98.dsl1-pixley.roc.ny.frontiernet.net [67.139.91.98])
by jade.roch.redoaksw.com (Postfix) with ESMTP id 0D37C37901
for <[EMAIL PROTECTED]>; Mon, 21 Feb 2005 22:37:59 -0500 (EST)
Received: by dman13.dyndns.org (Postfix, from userid 1000)
id D4EF93B700; Mon, 21 Feb 2005 22:37:57 -0500 (EST)
Date: Mon, 21 Feb 2005 22:37:57 -0500
From: Derrick Hudson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: My system became unusable
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="ZoaI/ZTpAVc4A5k6"
Content-Disposition: inline
X-Operating-System: Debian GNU/Linux
X-Kernel-Version: 2.6.6-2-k7
X-Editor: VIM - Vi IMproved 6.3 (2004 June 7, compiled Jan 19 2005 07:46:05)
X-Uptime: 22:23:35 up 23:29, 9 users, load average: 0.51, 0.49, 0.65
User-Agent: Mutt/1.5.6+20040907i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at redoaksw.com
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--ZoaI/ZTpAVc4A5k6
Content-Type: multipart/mixed; boundary="jI8keyz6grp/JLjh"
Content-Disposition: inline
--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: udev
Version: 0.053-1
Tags: patch
Due to various reasons, kernels 2.6.7 through 2.6.10 don't work on my
system and I continue to use version 2.6.6. Some time ago I upgraded
the udev package, and just this weekend rebooted for the first time
since then. The system would no longer boot because udev declined to
start and my /dev was missing many device nodes.
To cut the story short, I managed to get my system running again and I
propose the attached patches to enable others in a similar situation
an easy solution. The patches add a parameter to udev.conf to tell
the init script to skip the kernel version check.
In addition, please add a NEWS file telling administrators that the
init script will not start if the kernel is older than 2.6.8. This
will allow the administrator to abort the upgrade before their system
becomes unusable.
-D
PS. I actually have 0.050-6 installed right now, but the patches are
against the 0.053-1 source package.
--=20
One OS to rule them all, one OS to find them,
One OS to bring them all and in the darkness bind them,
In the Land of Redmond, where the Shadows lie.
=20
www: http://dman13.dyndns.org/~dman/ jabber: [EMAIL PROTECTED]
org
--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="rules.patch"
--- rules.orig 2005-02-21 22:18:47.000000000 -0500
+++ rules 2005-02-21 22:22:26.000000000 -0500
@@ -74,6 +74,8 @@
$B/extras/cdsymlinks.conf $D/etc/udev/
printf "# maximum size of the /dev tmpfs\ntmpfs_size=\"5M\"\n\n" \
>> $D/etc/udev/udev.conf
+ printf "# Uncomment this to force udev to consider the kernel as
supported.\n# See bug #284782 for information on the
consequences.\n#assume_kernel_supported=\"true\"\n\n" \
+ >> $D/etc/udev/udev.conf
sed -e 's/^#\([^ ]\)/\1/' < extra/compat.rules > \
$D/etc/udev/compat-full.rules
dh_link --all \
--jI8keyz6grp/JLjh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="udev.init.patch"
Content-Transfer-Encoding: quoted-printable
--- udev.init.orig 2005-02-21 22:05:50.000000000 -0500
+++ udev.init 2005-02-21 22:14:24.000000000 -0500
@@ -64,6 +64,11 @@
=20
# this function is duplicated in preinst, postinst and d-i
supported_kernel() {
+ # Allow an administrator to bypass the kernel version check and accept
+ # the consequences.
+ # See #284782 (kernel 2.6.7 doesn't set SYSFS{removable} for cdrom/cdrw)
+ if [ "$assume_kernel_supported" =3D "true" ] ; then return 0 ;
+
case "$(uname -r)" in
2.[012345].*|2.6.[0-7]|2.6.[0-7][!0-9]*) return 1 ;;
esac
--jI8keyz6grp/JLjh--
--ZoaI/ZTpAVc4A5k6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCGqkUiB6vp1xAVUARAvtQAJ4lOnPSFv1ajPp8WkAgZXHR/9JbGgCcD1Eb
s0fr7amrPVLu3iRzdp1CAEc=
=vFW6
-----END PGP SIGNATURE-----
--ZoaI/ZTpAVc4A5k6--
---------------------------------------
Received: (at 296379-done) by bugs.debian.org; 22 Feb 2005 09:34:42 +0000
>From [EMAIL PROTECTED] Tue Feb 22 01:34:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from attila.bofh.it [213.92.8.2] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D3WRG-00035B-00; Tue, 22 Feb 2005 01:34:42 -0800
Received: by attila.bofh.it (Postfix, from userid 10)
id 51FC25F81C; Tue, 22 Feb 2005 10:34:40 +0100 (CET)
Received: by wonderland.linux.it (Postfix, from userid 1001)
id D06AC1C090; Tue, 22 Feb 2005 10:32:04 +0100 (CET)
Date: Tue, 22 Feb 2005 10:32:04 +0100
To: Derrick Hudson <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: Re: Bug#296379: My system became unusable
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.6+20040907i
From: [EMAIL PROTECTED] (Marco d'Itri)
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Feb 22, Derrick Hudson <[EMAIL PROTECTED]> wrote:
> To cut the story short, I managed to get my system running again and I
> propose the attached patches to enable others in a similar situation
> an easy solution. The patches add a parameter to udev.conf to tell
> the init script to skip the kernel version check.
No, this is a silly hack. If your system is so weird that you cannot use
a recent kernel and you really know what you are doing then you can
hand-edit the init script as well.
> In addition, please add a NEWS file telling administrators that the
> init script will not start if the kernel is older than 2.6.8. This
> will allow the administrator to abort the upgrade before their system
> becomes unusable.
Recent versions of udev refuse the upgrade too.
--=20
ciao,
Marco
--xHFwDpU9dbj6ez1V
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCGvwUFGfw2OHuP7ERAuLQAKCMlTdxL0jb/7LQtAAmG7C01eolPACfQKrL
TPFMkugWj0HncbYqW8nxIRs=
=I22v
-----END PGP SIGNATURE-----
--xHFwDpU9dbj6ez1V--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]