Thursday, October 21, 2010

Kernel vulnerabilities

Some serious vulnerabilities in kernel are forcing an update for Ubuntu Users, since version 6. Before the press start to shout out loads of hyperbolics tales stressing how vulnerable Linux really "is", everybody must know that solutions are ready to be downloaded and applied.

Knowing Ubuntu, desktop users have already been alerted about this update, that must be installed. But for Ubuntu Server administers, it must be manually performed.

What you need to do is:

1) Update your repositories:
$ sudo apt-get update
2) Verify the kernel installed version
$ uname -r
2.6.32-25-generic
My kernel version is generic.

Install the right kernel version and dependencies:
$ sudo apt-get install linux-generic
And reinstall the server.

No comments: