public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Knock on wood
Date: Wed, 12 Aug 2009 08:37:44 -0500	[thread overview]
Message-ID: <4A82C5A8.5060107@gmail.com> (raw)
In-Reply-To: <4A82AADF.70600@gmail.com>

bn wrote:
> Philip Webb ha scritto:
>   
>> 090812 Alan E. Davis wrote:
>>     
>>> I'm a little reluctant to say this, but it's been a couple of months now
>>> since I switched back to Gentoo, and I want to shout out my pleasure
>>> that this system has been performing admirably well this time around,
>>> in comparison with earlier installations.  None of the earlier installations
>>> were unacceptable, in fact, Gentoo remained my favorite.  I moved to Ubuntu
>>> because maintainance of the Gentoo boxes was much more time consuming.
>>>       
>> Yes, that seems to be the usual reason users leave Gentoo:
>> like owning a dog, you have to find time to maintain/exercise it.
>>     
>
> I am starting to be in trouble using Gentoo for this very reason. Once I
> used it on my desktop system, which was OK to be "under repair" once in
> a while, since I had my workstation at work. Now I moved abroad and I
> only have my laptop to use for all -home and work. If it is hosed, I am
> lost (I have the OS X partition but it is basically useless for my job).
>
> So I am becoming very reluctant in updating critical components -one
> example is my kernel, which is basically untouched since I installed, in
> late 2007. I know it's counterproductive, because the more I wait, the
> worse it is, but it's always a matter of time, and I don't have that
> time -not to update per se, which I have, but to face problems in case
> critical updates don't go smooth.
>
> Any advice on this kind of situation? I would rather not buy a "backup
> laptop".
>
>   
>> However, unlike a dog, you can catch up after a long absence:
>>     
>
> Heh, I hope so!
>
> m.
>
>
>   

I do it this way.  I keep at least two working kernels in /boot.  If I
need to, I can edit the grub boot line to boot the old kernel if the new
one doesn't work.  I do NOT use the make install thing.  I do mine
manually and name them in my own little way to know what kernel version
it is and what version it is locally.  It is usually something like
bzImage-<kernel version>-<local version>.  For local version a simple -1
or -2 works fine.  I also copy the .config over with the same name.

When I upgrade and get a known good kernel where everything works well,
I then do some house cleaning with regard to the older kernels.  As
mentioned earlier, I keep at least two working kernels, the one I am
using and a backup.  Looks something like this:

root@smoker / # ls -al /boot/bzImage-2.6.2*
-rw-r--r-- 1 root root 2460088 Jan  2  2009 /boot/bzImage-2.6.23-r8-7
-rw-r--r-- 1 root root 2463768 Apr 16 17:10 /boot/bzImage-2.6.23-r8-8
-rw-r--r-- 1 root root 2370876 May 27 11:01 /boot/bzImage-2.6.25-r9-4
root@smoker / #

The config files look similar as well. 

As far as packages, just use the buildpkg in make.conf and then you have
a binary backup that can be restored in just a few minutes for even a
large package. 

Backups are also nice.  Just in case.

Dale

:-)  :-) 



  parent reply	other threads:[~2009-08-12 13:37 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-12  5:13 [gentoo-user] Knock on wood Alan E. Davis
2009-08-12  8:38 ` Neil Bothwick
2009-08-12 12:58   ` Dale
2009-08-12  9:10 ` Philip Webb
2009-08-12 11:43   ` bn
2009-08-12 12:13     ` William Kenworthy
2009-08-12 12:28     ` Etaoin Shrdlu
2009-08-12 12:44       ` Ward Poelmans
2009-08-12 12:51         ` Volker Armin Hemmann
2009-08-12 18:34           ` Ward Poelmans
2009-08-12 18:41             ` Volker Armin Hemmann
2009-08-12 15:52         ` bn
2009-08-12 13:37     ` Dale [this message]
2009-08-12 13:41       ` Neil Bothwick
2009-08-12 14:20         ` Dale
2009-08-12 18:02           ` Neil Bothwick
2009-08-12 20:19           ` Stroller
2009-08-12 20:36             ` Neil Bothwick
2009-08-12 23:48               ` Dale
2009-08-12 20:58             ` Mike Edenfield
2009-08-12 21:08               ` Volker Armin Hemmann
2009-08-12 21:25                 ` Mike Edenfield
2009-08-12 21:46               ` BRM
2009-08-12 21:59                 ` Neil Bothwick
2009-08-13  3:46                   ` Mike Kazantsev
2009-08-13  7:31                     ` Neil Bothwick
2009-08-14  4:41                       ` Mike Kazantsev
2009-08-14  8:15                         ` Neil Bothwick
2009-08-12 22:07               ` Stroller
2009-08-12 23:43                 ` Neil Bothwick
2009-08-12 13:51       ` Philip Webb
2009-08-12 14:22         ` Dale
2009-08-12 20:01           ` Dan Farrell
2009-08-12 23:54             ` Dale
2009-08-13 17:08               ` Dan Farrell
2009-08-13 19:34                 ` Dale
2009-08-13 19:58                   ` Paul Hartman
2009-08-12 20:17     ` Stroller
2009-08-12 23:06       ` bn
2009-08-12 23:59         ` Dale
2009-08-12 15:28 ` Paul Hartman
2009-08-19  7:08   ` Keith Dart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A82C5A8.5060107@gmail.com \
    --to=rdalek1967@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox