← Back to team overview

touch-packages team mailing list archive

Re: [Bug 1388139] Re: package udev 204-5ubuntu20.7 failed to install/upgrade: postinst segfault

 

> 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
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1388139

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

Status in “systemd” package in Ubuntu:
  Incomplete

Bug description:
  Happened during normal system update.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: udev 204-5ubuntu20.7
  ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
  Uname: Linux 3.13.0-39-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  Date: Fri Oct 31 16:21:06 2014
  DpkgTerminalLog:
   Preparing to unpack .../udev_204-5ubuntu20.8_i386.deb ...
   Segmentation fault (core dumped)
   dpkg: error processing archive /var/cache/apt/archives/udev_204-5ubuntu20.8_i386.deb (--unpack):
    subprocess new pre-installation script returned error exit status 139
  DuplicateSignature: package:udev:204-5ubuntu20.7:subprocess new pre-installation script returned error exit status 139
  ErrorMessage: subprocess new pre-installation script returned error exit status 139
  InstallationDate: Installed on 2012-05-02 (911 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta i386 (20120328)
  MachineType: System manufacturer System Product Name
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic root=UUID=477c8345-1b95-4f17-89d0-878af1bd6232 ro quiet splash
  SourcePackage: systemd
  Title: package udev 204-5ubuntu20.7 failed to install/upgrade: subprocess new pre-installation script returned error exit status 139
  UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
  UpgradeStatus: Upgraded to trusty on 2014-04-25 (188 days ago)
  dmi.bios.date: 03/18/2010
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 0803
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: M4A785-M
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: Rev X.0x
  dmi.chassis.asset.tag: Asset-1234567890
  dmi.chassis.type: 3
  dmi.chassis.vendor: Chassis Manufacture
  dmi.chassis.version: Chassis Version
  dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0803:bd03/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
  dmi.product.name: System Product Name
  dmi.product.version: System Version
  dmi.sys.vendor: System manufacturer

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


References