# Falco ## falco logs ```sh ~ at ☸️ kind-kind (falco) ➜ k logs falco-2n5kz * Setting up /usr/src links from host * Running falco-driver-loader for: falco version=0.31.1, driver version=b7eb0dd65226a8dc254d228c8d950d07bf3521d2 * Running falco-driver-loader with: driver=module, compile=yes, download=yes * Unloading falco module, if present * Looking for a falco module locally (kernel 5.15.32-1-MANJARO) * Trying to download a prebuilt falco module from https://download.falco.org/driver/b7eb0dd65226a8dc254d228c8d950d07bf3521d2/falco_ubuntu-generic_5.15.32-1-MANJARO_1.ko curl: (22) The requested URL returned error: 404 Unable to find a prebuilt falco module * Trying to dkms install falco module with GCC /usr/bin/gcc DIRECTIVE: MAKE="'/tmp/falco-dkms-make'" * Running dkms build failed, couldn't find /var/lib/dkms/falco/b7eb0dd65226a8dc254d228c8d950d07bf3521d2/build/make.log (with GCC /usr/bin/gcc) * Trying to dkms install falco module with GCC /usr/bin/gcc-8 DIRECTIVE: MAKE="'/tmp/falco-dkms-make'" * Running dkms build failed, couldn't find /var/lib/dkms/falco/b7eb0dd65226a8dc254d228c8d950d07bf3521d2/build/make.log (with GCC /usr/bin/gcc-8) * Trying to dkms install falco module with GCC /usr/bin/gcc-6 DIRECTIVE: MAKE="'/tmp/falco-dkms-make'" * Running dkms build failed, couldn't find /var/lib/dkms/falco/b7eb0dd65226a8dc254d228c8d950d07bf3521d2/build/make.log (with GCC /usr/bin/gcc-6) * Trying to dkms install falco module with GCC /usr/bin/gcc-5 DIRECTIVE: MAKE="'/tmp/falco-dkms-make'" * Running dkms build failed, couldn't find /var/lib/dkms/falco/b7eb0dd65226a8dc254d228c8d950d07bf3521d2/build/make.log (with GCC /usr/bin/gcc-5) * Trying to load a system falco module, if present Consider compiling your own falco driver and loading it or getting in touch with the Falco community Sun Apr 17 10:04:49 2022: Falco version 0.31.1 (driver version b7eb0dd65226a8dc254d228c8d950d07bf3521d2) Sun Apr 17 10:04:49 2022: Falco initialized with configuration file /etc/falco/falco.yaml Sun Apr 17 10:04:49 2022: Loading rules from file /etc/falco/falco_rules.yaml: Sun Apr 17 10:04:49 2022: Loading rules from file /etc/falco/falco_rules.local.yaml: Sun Apr 17 10:04:50 2022: Unable to load the driver. Sun Apr 17 10:04:50 2022: Runtime error: error opening device /host/dev/falco0. Make sure you have root credentials and that the falco module is loaded.. Exiting. ``` ## uname ```sh ~ at ☸️ kind-kind (falco) ➜ uname -a Linux sumit-inspiron3501 5.15.32-1-MANJARO #1 SMP PREEMPT Mon Mar 28 09:16:36 UTC 2022 x86_64 GNU/Linux ~ at ☸️ kind-kind (falco) ➜ uname -r 5.15.32-1-MANJARO ~ at ☸️ kind-kind (falco) ➜ uname -v #1 SMP PREEMPT Mon Mar 28 09:16:36 UTC 2022 ~ at ☸️ kind-kind (falco) ➜ uname -s Linux ~ at ☸️ kind-kind (falco) ➜ uname -i unknown ~ at ☸️ kind-kind (falco) ➜ uname -o GNU/Linux ```