Skip to content
Advertisement

Tag: centos7

Print only a part of the result of a command

I am trying to obtain the status of a httpd service with Centos 7. I want to know if i can print only the value of Active, that in this example is inactive (dead) This is the command that i am using: This is the result of that command. This is the output that i a want: inactive (dead). Answer

Hamachi not installed on Centos 7 when i follow this steps

I’m trying to install Hamachi on Centos 7, i follow this documents but it was for Centos 5 ,6 Install and Configure LogMeIN ( Hamachi ) on RHEL/CentOS 5/6 Also the link of latest logmein-hamachi is not working, so i use latest version from this link LogMeIn Hamachi for Linux and download last version of hamachi by this command line

could not to setup crash dump on centos7 for debug kernel

I am trying to setup kdump to generate the vmcore for kernel-3.10.0-123.el7. For the perf kernel kernel-3.10.0-123.el7.x86_64.rpm i setup kdump and kdump is working fine too, generating vmcore. Then i installed kernel-debug-3.10.0-123.el7.x86_64.rpm using yum install kernel-debug-3.10.0-123.el7.x86_64.rpm and kdump worked fine. But then i didnt have vmlinux to read vmcore of debug kernel. Then I build source using rpmbuild from the

lxc-clone not working with overlayfs in centos 7

I have created a container say base and I am trying to create a clone of the base container with backing store as overlayfs. But it always fails with the following error, Any way to resolve this issue? Thanks, Vishnu Ganth Answer It sounds as if they overlay filesystem is not available in your kernel. First, check if it is

Advertisement