On Wed, Feb 19, 2014 at 10:05:01AM +0100, Didier Raboud wrote:
> Package: trousers
> Version: 0.3.11.2-1
> Severity: important
> 
> Unfortunately, trousers doesn't "configure" (in dpkg terms) correctly as
> it's init script fails to start with the following error. (I'm using
> systemd as init):
> 

Hi,

This is probably caused by wrong permissions on the /dev/tpm0 device.
There are udev rules in the trousers postinst script:

  # ask udev to check for new udev rules (and fix device
  # permissions)
  if [ -x /etc/init.d/udev ] && pidof udevd > /dev/null; then
          udevadm control --reload-rules
          udevadm trigger --sysname-match="tpm[0-9]*"
  fi

So, without any logs, I can only assume that the lines above did not
work, for systemd installations. Since I have no systemd install here,
and that it works for sysvinit as init, it would be great if someone
affected could test the above commands and provide some more details,
like checking if /dev/tpm0 exists and belongs to tss:tss.

Regards,
Pierre


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to