You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an embedded Linux os that does not use dbus. instead, it has its own IPC mechanism.
When I tried to run tpm2-abrmd on it, I get the below error.
Is it possible to run tpm2-abrmd on a system with no dbus-daemon running?
tpm2-abrmd --allow-root
** (process:4228): WARNING **: tcti_conf before: "(NULL)"
** (tpm2-abrmd:4228): WARNING **: tcti_conf after: "device:/dev/tpm0"
** (tpm2-abrmd:4228): WARNING **: Failed to get proxy for DBus daemon (org.freedesktop.DBus): Could not connect: No such file or directory
** (tpm2-abrmd:4228): CRITICAL **: Failed to acquire DBus name com.intel.tss2.Tabrmd. UID 0 must be allowed to "own" this name. Check DBus config and check that this is running as user tss or root.
Thanks,
M J
The text was updated successfully, but these errors were encountered:
Hi,
I have an embedded Linux os that does not use dbus. instead, it has its own IPC mechanism.
When I tried to run tpm2-abrmd on it, I get the below error.
Is it possible to run tpm2-abrmd on a system with no dbus-daemon running?
tpm2-abrmd --allow-root
** (process:4228): WARNING **: tcti_conf before: "(NULL)"
** (tpm2-abrmd:4228): WARNING **: tcti_conf after: "device:/dev/tpm0"
** (tpm2-abrmd:4228): WARNING **: Failed to get proxy for DBus daemon (org.freedesktop.DBus): Could not connect: No such file or directory
** (tpm2-abrmd:4228): CRITICAL **: Failed to acquire DBus name com.intel.tss2.Tabrmd. UID 0 must be allowed to "own" this name. Check DBus config and check that this is running as user tss or root.
Thanks,
M J
The text was updated successfully, but these errors were encountered: