Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: Safe way to test a new kernel?
Date: Sat, 25 Feb 2012 19:27:28
Message-Id: CAN0CFw3NRh2538jegKQaDJTCcwCd3Ybe173Y5uvdsFVnPfmkkA@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Safe way to test a new kernel? by Robert David
1 >> >> >> I need to test a kernel config change on a remote system.  Is
2 >> >> >> there a safe way to do this?  The fallback thing in grub has
3 >> >> >> never worked for me.  When does that ever work?
4 >> >> >
5 >> >> >
6 >> >> > You can press ESC in the Grub screen and it will take you to
7 >> >> > text-only mode. There, you select an entry, press "e" and edit
8 >> >> > it. Press ENTER when you're finished, and then press "b" to boot
9 >> >> > your modified entry.
10 >> >> >
11 >> >> > That way, you can boot whatever kernel you want if the current
12 >> >> > one doesn't work.
13 >> >>
14 >> >> I can't do that remotely though.  I'm probably asking for something
15 >> >> that doesn't exist.
16 >> >>
17 >> >> - Grant
18 >> >>
19 >> >
20 >> > Don't do that if you don't have some tool like KVM, or other remote
21 >> > management of the server. Or if it is available in the data center,
22 >> > just call them and order this service for the time you need to do
23 >> > updates.
24 >> >
25 >> > This is why I don't use gentoo on servers any more, just because
26 >> > I rather stay safe than sorry.
27 >>
28 >> How is another distro different in this situation?
29 >>
30 >> - Grant
31 >
32 > Just because when using distros like Centos/RHEL or Debian stable, you
33 > have very little chance that the kernel released will fail. Due to
34 > extensive testing, user base and update policy. And major kernel update
35 > you done only once in few years and the transition is tested before
36 > release done (though you are supposed to test yourself to be safe).
37
38 Yuck. :)
39
40 > This is not saying that gentoo is bad, I'm very big fan of gentoo.
41 > But you have to concern where it use and where not.
42 >
43 > Robert.
44
45 Understood, thank you.
46
47 - Grant