Comment 23 for bug 242635

Revision history for this message
chet (chester-f-johnson) wrote :

I was able to start it after a few manual interventions. Shouldn't this be handled by the installer? Ultimately I had to intervene ahead of the install with the following few bits.

#I created /dev/tpm manually with:
mknod /dev/tpm c 10 224

#Then added:
chown ssd:ssd /dev/tpm

#re-run:
/etc/init.d/trousers start

#finally:
/etc/init.d/trousers status

#Ok, tcsd seems to be running. I don't know if it works yet, but it's running.

Now I want to figure out how to get the mozilla libraries to talk to tpm. Working on it.