Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] System maintenance procedure?
Date: Wed, 05 Dec 2012 01:37:42
Message-Id: 5c00f8dd-b7d0-40c7-90cd-cbff12abfd85@email.android.com
In Reply to: [gentoo-user] System maintenance procedure? by Grant
1 Grant <emailgrant@×××××.com> wrote:
2
3 > My unattended daily system maintenance procedure is like this:
4 >
5 > layman -S
6 > emerge --sync
7 > emerge -pvDuN world
8 > emerge -pv --depclean
9 > eclean -p distfiles
10 > eclean -p packages
11 >
12 > And then attended like this:
13 >
14 > emerge -DuN world
15 > revdep-rebuild
16 > etc-update
17 > elogv
18 > emerge --depclean
19 > eclean distfiles
20 > eclean packages
21 >
22 > Am I missing any good stuff?
23 >
24 > - Grant
25
26 The first depclean is redundant, you haven't updated anything so it won't show anything useful. I only run depclean and revdep-rebuild weekly,I don't see a need to routinely do it more often, especially on slower systems. I do run eix-update and eix-update-remote after my daily sync.I run eix-test-obsolete from the weekly cron script.
27
28 Frequent cleaning of packages is not a good idea IMO, I like to keep the old veraions around for at least a few days, in case something unpleasant shows up and I want to roll back.
29
30 I also have portage mail elog messages to me, so I don't bother with elogv.
31 --
32 Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] System maintenance procedure? Grant <emailgrant@×××××.com>