Mailinglist Archive: opensuse-factory (949 mails)

< Previous Next >
Re: [opensuse-factory] new kernel require reboot? - was: 18 months of updates
  • From: Greg KH <gregkh@xxxxxxx>
  • Date: Mon, 17 Aug 2009 17:29:52 -0700
  • Message-id: <20090818002952.GA1845@xxxxxxx>
On Tue, Aug 18, 2009 at 02:15:13AM +0200, Eberhard Moenkeberg wrote:
Hi,

On Mon, 17 Aug 2009, Patrick Shanahan wrote:
* Eberhard Moenkeberg <emoenke@xxxxxxx> [08-17-09 16:59]:
On Mon, 17 Aug 2009, Carlos E. R. wrote:
On Sunday, 2009-08-16 at 13:39 +0200, houghi wrote:

As from 11.2 there will be an 18 months support instead of the 24
previously.

That's bad news. :-(

Not if we have a tool to upgrade without server downtime. ;-))

Is it no longer necessary to reboot when a new kernel version is
installed?

It will probably still be necessary "by system", but it is already
currently not necessary if you do by hand:

cd /lib/modues
mkdir x
cp -al `uname -r` x/
cd /boot
mkdir x
cp -a *`uname -r`* x/
cd /usr/src
mkdir x
cp -al linux-`uname -r`* x/

before doing the update and after doing the removes to the original
locations.

Hopefully SUSE's struggling for a "smooth" kernel update (without loss of
the running kernel modules) will bring fruit in time. We are lacking this
"system feature" far too long already.

No need to jump through those crazy hoops, you can just tell zypper to
keep the last kernel around, that feature has been present for quite
some time now.

thanks,

greg k-h
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >