-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.GetQuote() returns error "inappropriate ioctl for device" #28
Comments
What’s your output for uname -a? The driver has been in flux, so we’d need the kernel version. |
Thanks for ur reply @deeglaze . It's |
Hey @deeglaze, i have been running into the same issue. Guest kernel is |
tdx-guest is not an upstream driver. This repo started as a means to test attestation with proposed patches. Now that configfs-tsm has been merged upstream, the configfs quote provider should be the only one that works. Still, this all depends on how your distro is managing their kernel patches and built config. Which distro are you using? We test the public images on GCE that are marked with TDX_CAPABLE guestOsFeatures. |
Yeah, I know. I don't think my issue specifically revolves around Regarding the configfs, I'll see and try to debug this. I think this is a kernel / distro issue, as manually querying a report through the configfs yields an empty report too. But I think this is nothing you, as a library author, should invest any time in. |
Hi, there.
I tried
tools/attest/attest.go
but got error. However, I was able to get quote with Intel official tdx-tools.If u need more info plz let me know.
The text was updated successfully, but these errors were encountered: