On Mon, 22 Jul 2019, Ricky Tigg wrote:
Error related to starting of tcsd, be it tcsd -f or tcsd --foreground.
# tcsd -f
TCSD TDDL ERROR: Could not find a device to open!

Can you perhaps see a better error with strace? Something like

strace -o tcsd.strace -s 4096 -f tcsd -f
grep open tcsd.strace | grep dev/tpm

should show how it tries to open the device and how it fails.



_______________________________________________
TrouSerS-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/trousers-tech

Reply via email to