Timo Reichl

Results 36 comments of Timo Reichl

Updated the description with a link to https://github.com/wazuh/wazuh-packages/issues/1623.

After further investigation, I think I didn't hit all the spots ("Installing Ansible", for example). I'll comment again ASAP.

Thank you! I think I missed the Ansible and Puppet documentation. Just tell me what to change if needed.

Just for reference: I've already created a pull request: https://github.com/wazuh/wazuh-documentation/pull/5344 Hope this helps. :)

+1 for either option. If 1, maybe `image-refs`?

I'd like to, but I'm not sure how I'd test the option myself (in my fork). Can you elaborate on that?

I don't think you need `privileged`. Rather, try declaring it like this: ```yaml devices: - /dev/kmsg:/dev/kmsg ``` See https://docs.docker.com/compose/compose-file/compose-file-v3/#devices. Hope this works. Edit: it does, but only after performing `sysctl...

I created an automation tool (https://github.com/thetredev/xdeb-install) and opened a PR for it over at the void-packages repository: https://github.com/void-linux/void-packages/pull/46352 If merged, you could install any version of `xdeb` using `xdeb-install xdeb...

Seems like `xdeb` is discouraged by the Void Linux maintainers. Pity!

Created my own repository: https://thetredev.github.io/voidlinux-repository/ See https://github.com/thetredev/xdeb-install#using-xbps and https://github.com/thetredev/voidlinux-repository/ for details.