Your message dated Wed, 20 Apr 2005 20:42:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#305548: udev: Udev Causes Failures During Pre-Seed Installs
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; 20 Apr 2005 18:25:37 +0000
>From [EMAIL PROTECTED] Wed Apr 20 11:25:37 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 66-192-27-146.gen.twtelecom.net (gateway.idealcorp.com) 
[66.192.27.146] (guest)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DOJtI-0007h2-00; Wed, 20 Apr 2005 11:25:36 -0700
Received: by gateway.idealcorp.com (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
j3KIPYKQ019080 for <[EMAIL PROTECTED]>; Wed, 20 Apr 2005 14:25:35 -0400
Received: from avsrv1.office.ideal ([EMAIL PROTECTED] [127.0.0.1])
        by avsrv1.office.ideal (8.13.4/8.13.4/Debian-1) with ESMTP id 
j3KIPYPJ031309
        for <[EMAIL PROTECTED]>; Wed, 20 Apr 2005 14:25:34 -0400
Received: (from [EMAIL PROTECTED])
        by avsrv1.office.ideal (8.13.4/8.13.4/Submit) id j3KIPXZ8031307;
        Wed, 20 Apr 2005 14:25:33 -0400
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: avsrv1.office.ideal: aawtrey set sender to [EMAIL 
PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Anthony L. Awtrey" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: udev: Udev Causes Failures During Pre-Seed Installs
X-Mailer: reportbug 3.8
Date: Wed, 20 Apr 2005 14:25:33 -0400
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: 

Package: udev
Version: 0.056-2
Severity: normal


When doing pre-seeded, automatic installations, installing udev during the
second stage installer causes at least the ssh and cvs packages to fail to
install correctly.

I know thhe extra/linkx.conf file comments declared that we should never even
mention it and that there are lions around, but I'm willing to mention it to
fix this issue. :)

The following patch fixes the ssh failure to generate its keys during the
postinstall script due to a lack of /dev/random:

--- extra/links.conf.org      2005-04-20 13:59:38.000000000 -0400
+++ extra/links.conf  2005-04-20 13:37:42.000000000 -0400
@@ -13,6 +13,7 @@
 D shm

 # Hic sunt leones.
+M random       c 1 8
 M ppp          c 108 0
 D loop
 M loop/0       b 7 0


I am still tracking down where the cvs failure is. It throws the following
error:

  Couldn't reopen stdin at /usr/sbin/update-inetd at line 29

It appears to be related to /dev/tty, but I haven't figured out what is
wrong yet. After a reboot, cvs completes its install without a hickup.
Maybe you guys know what the problem is?

Tony

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx  1 root root 19 2005-04-20 13:54 cd-aliases.rules -> 
../cd-aliases.rules
lrwxrwxrwx  1 root root 13 2005-04-20 13:54 udev.rules -> ../udev.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda5/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/block/sr0/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/event3/dev
/sys/class/input/event4/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/hpet/dev
/sys/class/misc/rtc/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/timer/dev

-- Kernel configuration:
 isapnp_init not present.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-bs-acpi
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages udev depends on:
ii  hotplug                  0.0.20040329-22 Linux Hotplug Scripts
ii  initscripts              2.86.ds1-1      Standard scripts needed for bootin
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  makedev                  2.3.1-77        creates device files in /dev
ii  sed                      4.1.2-8         The GNU sed stream editor

-- no debconf information

---------------------------------------
Received: (at 305548-done) by bugs.debian.org; 20 Apr 2005 18:42:15 +0000
>From [EMAIL PROTECTED] Wed Apr 20 11:42:15 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 1DOK9P-0002Jl-00; Wed, 20 Apr 2005 11:42:15 -0700
Received: by attila.bofh.it (Postfix, from userid 10)
        id 788EB5F7EC; Wed, 20 Apr 2005 20:42:10 +0200 (CEST)
Received: by wonderland.linux.it (Postfix, from userid 1001)
        id 442E71C2CC; Wed, 20 Apr 2005 20:42:04 +0200 (CEST)
Date: Wed, 20 Apr 2005 20:42:04 +0200
To: "Anthony L. Awtrey" <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Subject: Re: Bug#305548: udev: Udev Causes Failures During Pre-Seed Installs
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.9i
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: 


--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Apr 20, "Anthony L. Awtrey" <[EMAIL PROTECTED]> wrote:

> +M random       c 1 8
Compiling the random generator as a module is pointless and a waste of
RAM. Don't do it.

> I am still tracking down where the cvs failure is. It throws the following
> error:
>=20
>   Couldn't reopen stdin at /usr/sbin/update-inetd at line 29
There are plenty of bugs open against netbase about this, and it will
not be fixed for sarge.

--=20
ciao,
Marco

--9jxsPFA5p3P2qPhR
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)

iD8DBQFCZqJ8FGfw2OHuP7ERAsoFAJwMGR+arXAN+hYm6OUtwujIB1EpJwCfRVMC
tBp4uLNPbu3a28Igc8fZ+qY=
=qbZA
-----END PGP SIGNATURE-----

--9jxsPFA5p3P2qPhR--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to