gramineproject / gramine-tdx

A library OS for Linux multi-process applications, with Intel TDX support (experimental)
GNU Lesser General Public License v3.0
20 stars 5 forks source link

[CI-Examples] Network apps stopped working after latest rebase (24. April 2024) #24

Closed dimakuv closed 6 months ago

dimakuv commented 7 months ago

Description of the problem

Follow this tutorial: https://github.com/gramineproject/gramine-tdx/discussions/17 or https://github.com/gramineproject/gramine-tdx/discussions/16

The gramine-vm ... case will start but then hang (after ~100 requests).

This started to happen after the latest rebase. An important thing that changed is the eventfd modification (and removal of the insecure_eventfd manifest option in Memcached). On the other hand, Redis doesn't use eventfd...