apteryks
apteryks
I'm getting this error as well (`Initialization issues during scap_init`), using 0.40.1 and Guix System running Linux 6.16.8.
The `Initialization issues during scap_init` is resolved by applied this patch https://patch-diff.githubusercontent.com/raw/falcosecurity/libs/pull/2341.patch to the latest release of `falcosecurity-libs`, 0.20.0. Thanks to lacopo for pointing it out here: https://community.sysdig.com/t/initialization-issues-during-scap-init/706/4 `sysdig` is...
Until flatkpaks are a thing, as of today there is also a `qdigidoc` package on GNU Guix, a functional package manager that can run atop any GNU/Linux distribution.
By the way, I'm used to use strace, which is able to start the application to troubleshoot itself; such a mode for sysdig would be very handy, where you could...
not stale (arg, stale bot!)
OK, just built libcst from the crate; it gives me a `parse` binary: ``` /gnu/store/n0vw5rp7i4caxnbx01pfcbhqgmy95wby-rust-libcst-1.5.1/bin/parse ``` I guess I hack hack the Python sources to refer to that instead of...
There appears to be just two test modules which have problematic tests when it comes to running them in parallel, as using the following pytest options I can run the...
It seems I can't find a good way to run the test suite with pytest (or even with `poetry run pytest`) when the reuse module has already been installed and...
It's the `test_simple` that hangs; skipping it with `-k 'not test_simple'` allows the test suite to complete.
Oh! Would it be possible to reinstate `ENABLE_TESTING()` (see: https://github.com/OGRECave/ogre-next/blob/12eef284d51f3e727aef2840ad4e4bf5c1d981a7/CMakeLists.txt#L726) if there are new tests? That takes care of adding a 'test' target, which makes it easy to run the...