Created
August 11, 2017 14:06
-
-
Save alexandrnikitin/7fd095371e8c105f6cb9ab7f87664547 to your computer and use it in GitHub Desktop.
Install systemtap on Centos 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install -y systemtap systemtap-runtime | |
sudo yum install kernel-debuginfo kernel-debuginfo-common | |
sudo yum install yum-utils | |
debuginfo-install kernel-3.10.0-514.21.2.el7.x86_64 | |
sudo yum install -y kernel-devel-$(uname -r) | |
sudo yum install -y kernel-debuginfo-$(uname -r) | |
sudo yum install -y kernel-debuginfo-common-$(uname -m)-$(uname -r) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
any particular quirk for cpanel hosts?