我在运行Linux 4.16.8-1-MANJARO #1 SMP PREEMPT x86_64 GNU/Linux。
我已经安装了sysdig包,并试图运行它,我看到:
$ sudo sysdig
Unable to load the driver
error opening device /dev/sysdig0. Make sure you have root credentials and that the sysdig-probe module is loaded.如何在基于Arch的Manjaro Linux上加载所需的模块?
发布于 2018-05-25 13:27:07
我需要安装内核头:
sudo pacman -S linux416-headers作为此过程的一部分,安装了sysdig模块:
:: Running post-transaction hooks...
(1/3) Updating linux416 module dependencies...
(2/3) Install DKMS modules
==> dkms install sysdig/0.21.0 -k 4.16.8-1-MANJAROhttps://unix.stackexchange.com/questions/445540
复制相似问题