| Author |
Message |
caker
Joined: 15 Apr 2003
Posts: 2346
Location: Galloway, NJ
|
| Posted: Mon Feb 11, 2008 1:57 pm Post subject: Kernel: 2.6.18.8-domU-linode7 (Latest 2.6) |
|
|
I've pushed out a new Xen kernel, 2.6.18.8-domU-linode7, which contains the vmsplice local root exploit fix.
"Latest 2.6" points to this kernel, so as long as you have that selected in your configuration profile just a reboot is needed.
-Chris |
|
| Back to top |
|
reallove
Joined: 27 Dec 2007
Posts: 8
Location: Cluj-Napoca , Romania
|
| Posted: Mon Feb 11, 2008 3:53 pm Post subject: |
|
|
| thank you,I really needed this. |
|
| Back to top |
|
IntuititveNipple
Joined: 03 Dec 2007
Posts: 19
|
| Posted: Wed Feb 13, 2008 5:15 am Post subject: |
|
|
I'm a litte confused since the kernel version reported in the Dashboard is "Latest 2.6 Series (2.6.18.8-domU-linode7)" but the VM itself reports:
Code: $ uname -r
2.6.23.8-domU-linode2
which isn't in the list of current kernels unless it has been superseded since it hasn't been rebooted in a while.
That said, in Dashboard -> Linode Configuration Profiles -> Create Linode Configuration Profile the only options available for Kernel are:
2.6.18-domU-linode4
2.6.18.8-domU-linode5
2.6.18.8-domU-linode7
Latest 2.6 Series (2.6.18.8-domU-linode7)
Recovery - Finnix (kernel) |
|
| Back to top |
|
OverlordQ
Joined: 04 Jun 2004
Posts: 199
|
| Posted: Fri Mar 14, 2008 9:01 pm Post subject: |
|
|
Didn't notice this with any of the old kernels, but on startup the console is getting spammed with:
modprobe: FATAL: Could not load /lib/modules/2.6.18.8-domU-linode7/modules.dep: No such file or directory |
|
| Back to top |
|
mwalling
Joined: 10 Dec 2007
Posts: 114
|
| Posted: Fri Mar 14, 2008 9:16 pm Post subject: |
|
|
Code: mkdir /lib/modules/$(uname -r)/
depmod -a |
|
| Back to top |
|
NeonNero
Joined: 04 Jan 2005
Posts: 115
Location: Ålesund, Norway
|
| Posted: Sat Mar 15, 2008 7:19 am Post subject: |
|
|
mwalling wrote: Code: mkdir /lib/modules/$(uname -r)/
depmod -a
Probably not (Gentoo):
Code: edison ~ # mkdir /lib/modules/$(uname -r)/ -p
edison ~ # depmod -a
depmod: QM_MODULES: Function not implemented |
|
| Back to top |
|
| |