search for: tddl

Displaying 3 results from an estimated 3 matches for "tddl".

Did you mean: addl
2008 Aug 26
2
vTPM NVM, loadkey and trousers questions
...icing a tcs_wrap_OpenContext request TCSD tcsd_threads.c:252 Sending 0x21 bytes back TCS tcs_utils.c:1317 Socket connection closed. TCSD tcsd_threads.c:264 Thread exiting. TCS tcscm.c:40 Closing context A0907600 TCS tcscm.c:52 Context A0907600 closed When I start tcsd the following output appears: TDDL tddl.c:105 Calling write to driver TDDL tddl.c:116 ioctl: (25) Inappropriate ioctl for device TDDL tddl.c:117 Falling back to Read/Write device support. Does anyone know if 0.2.9 is just outdated or should it be working and there is something else wrong? Any hints are very welcome! Thanks in adv...
2015 Apr 07
0
tcsd service fails on boot because device missing
..... Apr 06 10:21:38 server systemd[1]: tcsd.service: control process exited, code=exited status=137 Apr 06 10:21:38 server systemd[1]: Failed to start TCG Core Services Daemon. Apr 06 10:21:38 server systemd[1]: Unit tcsd.service entered failed state. In syslog: Apr 6 10:21:38 server journal: TCSD TDDL[2557]: TrouSerS ERROR: Could not find a device to open! The device appears at about the same time, it must be a matter of seconds: crw------- 1 root root 10, 224 Apr 6 10:21 /dev/tpm0 Is that a bug of the service or something I can fix? Thanks! Laurent
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...file tpm5-test/Makefile ---- tpm_emulator-0.5.1/Makefile 2008-02-14 03:22:48.000000000 -0500 -+++ tpm5-test/Makefile 2009-07-15 09:45:28.000000000 -0400 -@@ -10,7 +10,7 @@ VERSION_MINOR := 5 - VERSION_BUILD := $(shell date +"%s") - VERSION_SUFFIX := .1 - --SUBDIRS := tpmd tpmd_dev tddl -+SUBDIRS := tpmd - - all: version all-recursive - -@@ -48,12 +48,12 @@ user_install: user - modules_install: modules - @$(MAKE) -C tpmd_dev install || exit -1 - --DIRS := . tpm crypto tpmd tpmd_dev tddl tpmd_dev_openbsd -+DIRS := . tpm crypto tpmd - DISTSRC := $(foreach dir, $(DIRS), $(w...