当前运行 CENTOS 7 机器尝试安装lttng-tools
和lttng-modules
.
我正在完成在位于http://lttng.org/docs/v2.9/的机器上设置 lttng 所需的步骤,并且在此过程中几乎每一步都遇到问题。我现在的问题是lttng-modules
安装。我尝试运行提供的安装命令集lttng-modules
:
cd $(mktemp -d) &&
wget http://lttng.org/files/lttng-modules/lttng-modules-latest2.9.tar.bz2 &&
tar -xf lttng-modules-latest-2.9.tar.bz2 &&
cd lttng-modules-2.9.* &&
make &&
sudo make modules_install &&
sudo depmod -a
我收到错误“ Can't read private key
”,然后是整个探测器列表的 INSTALL /probe/path/name/probe_name.ko
。我通读了自述文件并确保正确设置了操作系统配置变量依赖项。从这里开始,我完全不确定,任何帮助将不胜感激。
终端输出的片段如下:
Can't read private key
INSTALL /tmp/tmp.frbWYvVaL8/lttng-modules-2.9.1/probes/lttng-probe-x86-exceptions.ko
Can't read private key
INSTALL /tmp/tmp.frbWYvVaL8/lttng-modules-2.9.1/probes/lttng-probe-x86-irq-vectors.ko
Can't read private key
INSTALL /tmp/tmp.frbWYvVaL8/lttng-modules-2.9.1/tests/lttng-clock-plugin-test.ko
Can't read private key
INSTALL /tmp/tmp.frbWYvVaL8/lttng-modules-2.9.1/tests/lttng-test.ko
Can't read private key
DEPMOD 3.10.0-327.el7.x86_64
make[1]: Leaving directory `/usr/src/kernels/3.10.0-327.el7.x86_64'