Package: udev Version: 0.100-1 Severity: important Unfortunately I cannot tell much. In short, I obtain an error during upgrade of udev. I obtain it again trying dpkg --configure -a, but with a different set of messages, then I run the postconfig by hand with two arguments and it apparently works. However, dpkg keeps giving me an error.
I observe this: tucano:/var# wajig daily-upgrade; wajig clean; date [ many lines deleted ] Setting up udev (0.100-1) ... Installing new version of config file /etc/udev/cd-aliases-generator.rules ... Installing new version of config file /etc/udev/devfs.rules ... Installing new version of config file /etc/udev/hotplug.rules ... Installing new version of config file /etc/udev/permissions.rules ... Installing new version of config file /etc/udev/persistent-input.rules ... Installing new version of config file /etc/udev/persistent-net-generator.rules ... Installing new version of config file /etc/udev/persistent.rules ... Installing new version of config file /etc/udev/udev.rules ... Installing new version of config file /etc/init.d/udev ... dpkg: error processing udev (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: udev E: Sub-process /usr/bin/dpkg returned an error code (1) Tue Sep 19 11:27:21 CEST 2006 tucano:/var# dpkg --configure -a Setting up udev (0.100-1) ... dpkg: error processing udev (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: udev tucano:/var# ls -l /var/lib/dpkg/info/udev.postinst -rwxr-xr-x 1 root root 6342 Sep 7 13:05 /var/lib/dpkg/info/udev.postinst tucano:/var# bash -x /var/lib/dpkg/info/udev.postinst configure notfirst + case "$1" in + '[' -z notfirst ']' + '[' -e /etc/udev/run-write_net_rules ']' + chrooted + '[' -r /proc/1/root ']' + return 1 + '[' -e /etc/udev/kernel-upgrade ']' + can_start_udevd + supported_kernel + case "$(uname -r)" in ++ uname -r + return 0 + '[' '!' -d /sys/class/ ']' + '[' '!' -e /proc/sys/kernel/hotplug ']' + grep -q '[[:space:]]tmpfs$' /proc/filesystems + '[' -e /etc/udev/disabled ']' + return 0 + restart_udevd + start-stop-daemon --stop --name udevd --oknodo --quiet --retry 5 + local rc=0 + udevd --daemon + '[' 0 -ne 0 ']' + update_initramfs + '[' -x /usr/sbin/update-initramfs -a -e /etc/initramfs-tools/initramfs.conf ']' + update-initramfs -u update-initramfs: Generating /boot/initrd.img-2.6.16-2-amd64-k8-smp I: mdadm: RAID support installed to mount /dev/md1 during boot. I: mdadm: use `dpkg-reconfigure -plow mdadm` to change this. + '[' -x /etc/init.d/udev ']' + update-rc.d udev start 03 S . + '[' -x /etc/init.d/udev-mtab ']' + update-rc.d udev-mtab start 36 S . tucano:/var# echo $? 0 tucano:/var# dpkg --configure -a Setting up udev (0.100-1) ... dpkg: error processing udev (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: udev -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'testing-proposed-updates') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-amd64-k8-smp Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages udev depends on: ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libselinux1 1.30.27-3 SELinux shared libraries ii libvolume-id0 0.100-1 libvolume_id shared library ii lsb-base 3.1-15 Linux Standard Base 3.1 init scrip udev recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]