Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


kernel updates on an openvz node
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

kernel updates on an openvz node

On my openvz servers (hosts, not guests/containers) I noticed that normal kernels are being installed with yum update/upgrade. Should I just exclude "kernel*" from base repos ?

Comments

  • What's wrong with kernel upgrades?

  • I don't want my server to boot into a non-openvz kernel, do I?

  • You question would seem to contain it's own answer

  • @camarg said:
    I don't want my server to boot into a non-openvz kernel, do I?

    Kernel updates do not change boot orders.

  • FrankZFrankZ Veteran
    edited September 2014

    Don't change base repo.
    In /etc/yum.conf add exclude= kernel

    Thanked by 1camarg
  • aus said: Kernel updates do not change boot orders.

    Are you sure?

    FrankZ said: You question would seem to contain it's own answer

    Just thought to ask :-) Just in case "exclude=kernel*" would exclude something else that I need

    FrankZ said: In /etc/yum.conf add exclude= kernel

    Thank you

    Thanked by 1FrankZ
  • You know you could just yum remove the stock kernel...

    Thanked by 2camarg linuxthefish
  • @petris said:
    You know you could just yum remove the stock kernel...

    Nice...I didn't think about it. I should probably remove kernel-headers as well?

  • linuxthefishlinuxthefish Member
    edited September 2014

    Remove stock kernel and check grub config after updating, it's not a good idea to stop openvz updates after the last few exploits!

Sign In or Register to comment.