> Indeed, not sure why. Even if udev failed to configure it should still
> be unpacked. What's the output of "dpkg -s udev | grep Status:"?

sc@desktop-ssd:~$ dpkg -s udev|grep Status:
Status: install reinstreq half-installed
sc@desktop-ssd:~$

> Your log now shows:
>> /usr/share/initramfs-tools/hooks/udev: 2: set: Illegal option -t
>
> Can you please show what line 2 is?

I'm not sure if this is what you are asking, but the file
/usr/share/initramfs-tools/hooks/udev
has this as the first couple of lines:

"
#!/bin/sh -e

PREREQS=""

prereqs() { echo "$PREREQS"; }

case "$1" in
    prereqs)
    prereqs
    exit 0
    ;;
esac
"

The sed should have changed it to
> "set -x", if it's something else can you please manually edit it to
> that?

Adding "set -x" as the second line doesn't change much.
Have tried apt-get install -f, still same error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1388139

Title:
  package udev 204-5ubuntu20.7 failed to install/upgrade: postinst
  segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1388139/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to