On 22/04/2024 19.46, Paul Gevers wrote:
you. In case you are not subscribed, this message again.

Thanks. Please keep me Cc:ed.

For this concrete case it may be as simple as adding dependency on sudo. In case it is trivial for you to rerun the failing test with

Thanks for running the test.

II: Loading dm-writeboost module...modprobe: FATAL: Module dm-writeboost not found in directory /lib/modules/6.6.15-amd64
FAILED!

OK, one step further. No module was built because no headers are installed ;-)

What kernel is running inside the test environment and what is the best way to install its headers?

Would Depends: linux-headers-generic work?
Or better in the test script to
  test -d /lib/modules/$(uname -r)/build || \
  apt-get install linux-headers-$(uname -r)


Andreas

Reply via email to