-
Notifications
You must be signed in to change notification settings - Fork 920
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
Runtime error: error opening device /host/dev/falco0. #2032
Comments
https://falco.org/docs/getting-started/running/ This gives the answer. But I wonder if we can run falco on non-docker environment. |
@jzeng4, would you expand on what were your findings in the documentation? Were you able to solve your issue? |
Issues go stale after 90d of inactivity. Mark the issue as fresh with Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh with Rotten issues close after an additional 30d of inactivity. If this issue is safe to close now please do so with Provide feedback via https://github.com/falcosecurity/community. /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue with Mark the issue as fresh with Provide feedback via https://github.com/falcosecurity/community. |
@poiana: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
docker run -it --privileged --cap-add sys_admin falcosecurity/falco
please help me to solve this |
Hi All, Below is my scenario in this case: Root Cause : Installing falco in a KinD node is not possible Error Encountered: Background of the issue: I'm trying to install Falco in containerized environment. Using the steps here for debian installation I tried to install it https://falco.org/docs/install-operate/installation/. However, I encountered some issues when starting the falco service due to issue ensuring that the linux-header module is installed inside the node I am currently in. It returns the following errors:
Additionally, here are the errors encountered when I did performing the command to install the linux-headers
Impact on the system: Can't run Falco inside the worker node bootstrap using KinD (Kubernetes In Docker) Solutions and Next steps: : Install Falco on a node that is independent (doesn't have an abstration just like in KinD where it doesn't really have its own Kernel)
Workaround: N/A as we performed an action step to install falco node via kubeadm and not using KinD. |
Describe the bug
Used the official docker images: https://hub.docker.com/r/falcosecurity/falco
Run this images with "privileged" and got the errors:
How to reproduce it
Locally:
And also the same error happened on GKE.
Expected behaviour
It should succeed to run since the privileged mode is provided.
Screenshots
Environment
virtualbox on mac
container images:
The text was updated successfully, but these errors were encountered: