Installed on KVM but no kernel?

Customer support forums for Atomic Protector (formerly Atomic Secured Linux). There is no such thing as a bad question here as long as it pertains to using Atomic Protector. Newbies feel free to get help getting started or asking questions that may be obvious. Regular users are asked to be gentle. :-)
Erwin1234
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 29, 2014 10:44 am
Location: NL

Installed on KVM but no kernel?

Unread post by Erwin1234 »

I'm new to ASL, so I might have done something wrong.

I followed the installer and choose default for most.
After a reboot I noticed there is no ASL kernel installed.

- The backend gives a red cross on: Kernel Intrusion Prevention System
- Uname -a gives: 2.6.32-431.17.1.el6.x86_64
- In grub there is no mention of a art kernel.
- There is no exclude =*kernel in yum.conf

yum list | grep kernel gives a long list of kernels.
I did:
yum --enablerepo=tortix-kernel upgrade kernel
But no packages marked for update.

What am I missing?

Thanks!
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: Installed on KVM but no kernel?

Unread post by prupert »

Are you sure you didn't set any excludes? Check with:

Code: Select all

yum --disableexcludes=all --enablerepo=tortix-kernel check-update kernel
Otherwise, make sure the following is set in /etc/asl/config:

Code: Select all

KERNEL_CHANNEL="tortix-kernel"
After making that change, run "aum -ck" (which just checks for updates and makes sure the kernel repo config is correct) and try again.
Lemonbit Internet Dedicated Server Management
Erwin1234
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 29, 2014 10:44 am
Location: NL

Re: Installed on KVM but no kernel?

Unread post by Erwin1234 »

Hi Pim,

Thanks, I tried and checked it but to no avail:

----------------------------------
[root@server ~]# aum -ck
Checking versions ...

ASL version is current: [PASS]
APPINV rules are current: 201402101531 [PASS]
CLAMAV rules are current: 201410251859 [PASS]
GEOMAP rules are current: 201410291405 [PASS]
MODSEC rules are current: 201410291832 [PASS]
OSSEC rules are current: 201410291832 [PASS]

Finished
------------------------------------
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Installed on KVM but no kernel?

Unread post by scott »

Check if you are using package managed kernels:

rpm -qa |grep kernel
Post Reply