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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]