Skip to content
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

falco-probe seems to be still loaded #771

Closed
zetaab opened this issue Aug 15, 2019 · 2 comments
Closed

falco-probe seems to be still loaded #771

zetaab opened this issue Aug 15, 2019 · 2 comments
Labels

Comments

@zetaab
Copy link

zetaab commented Aug 15, 2019

What happened: I have installed falco with instructions here https://github.com/falcosecurity/falco/tree/dev/integrations/k8s-using-daemonset However, when I start falco it says following:

% kubectl logs -f falco-daemonset-w7qbp -c falco
* Setting up /usr/src links from host
* Unloading falco-probe, if present
* falco-probe still loaded, waited 5s (max wait 60s)
* falco-probe still loaded, waited 10s (max wait 60s)
* falco-probe still loaded, waited 15s (max wait 60s)
* falco-probe still loaded, waited 20s (max wait 60s)
* falco-probe still loaded, waited 25s (max wait 60s)
* falco-probe still loaded, waited 30s (max wait 60s)
* falco-probe still loaded, waited 35s (max wait 60s)
* falco-probe still loaded, waited 40s (max wait 60s)
* falco-probe still loaded, waited 45s (max wait 60s)
* falco-probe still loaded, waited 50s (max wait 60s)
* falco-probe still loaded, waited 55s (max wait 60s)
* falco-probe still loaded, waited 60s (max wait 60s)
* falco-probe seems to still be loaded, hoping the best

And it does not like inform new shell in container, so I think its not working correctly.

What you expected to happen: I except that falco works

How to reproduce it (as minimally and precisely as possible): Install kube cluster with debian buster(with apparmor) and falco.

Anything else we need to know?:

Environment:

  • Falco version (use falco --version):
  • System info
  • Cloud provider or hardware configuration: openstack
  • OS (e.g: cat /etc/os-release): debian buster
  • Kernel (e.g. uname -a): 4.19.0-5-cloud-amd64 Digwatch compiler #1 SMP Debian 4.19.37-5+deb10u1 (2019-07-19) x86_64 GNU/Linu
  • Install tools (e.g. in kubernetes, rpm, deb, from source): kops
  • Others:
@zetaab
Copy link
Author

zetaab commented Aug 15, 2019

ah the problem was that I have already falco running in host system.

@mfdii
Copy link
Member

mfdii commented Aug 16, 2019

Yes, Falco will try to load the module (and unload it if it's already loaded) on container start. Let us know if you have any other questions.

@mfdii mfdii closed this as completed Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants