Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Important: 2 config files in /etc need updating.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
kermitjunior
Apprentice
Apprentice


Joined: 04 Aug 2002
Posts: 167

PostPosted: Tue Oct 22, 2002 12:35 pm    Post subject: Important: 2 config files in /etc need updating. Reply with quote

I keep getting:

IMPORTANT: 2 config files in the /etc need updating
see blah for help

I go and check out what it tells me to (don't remember exactly what since I'm in windies right now) but it doesn't help at all. Is there a magic command that updates the config files?

I've basically just been emerging KDE. keep getting stuck on kdebase error, but I think I figured the fix for that. Just need to know how to update these suckers.

Thanks!
_________________
-----
Toshiba Satellite A15-S157, 2.2 Celery, 40GB, 512MB
AMD Athlon XP 1900+, 640MB PC2100, ABIT KG-7R
IBM 120GB (Linux), WD 30GB (WinDoze), ATI All-In-Wonder 128 Pro PCI
Back to top
View user's profile Send private message
zwik
Apprentice
Apprentice


Joined: 08 Sep 2002
Posts: 167
Location: NL, NB, Liempde

PostPosted: Tue Oct 22, 2002 12:44 pm    Post subject: Reply with quote

The easiest way is emerging gentoolkit.

Code:
emerge gentoolkit


after that you run etc-uptdate

Code:
etc-update


Then you will get a nice screen on wich files "needs" updating.

Good luck.
_________________
Daily life and stuff.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Tue Oct 22, 2002 4:13 pm    Post subject: Reply with quote

No need to emerge gentoolkit any more just to get etc-update: it's part of portage now.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Normie
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2002
Posts: 83

PostPosted: Wed Oct 23, 2002 2:04 am    Post subject: Reply with quote

True, but gentoolkit is still nut-nutty goodness for a lot of folk (myself included). Got a little time, just get the whole thing, if you ask me. Which you didn't. :twisted:

-Normie -- "I'd jump into the acid right the hell now to save time, but then I wouldn't be able to hear your own acidy screams of death."
_________________
Achaea. Play it. Love it. Live it.
Back to top
View user's profile Send private message
Milez
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2002
Posts: 116
Location: Atlanta, GA

PostPosted: Wed Oct 23, 2002 3:53 am    Post subject: Doing it by hand... Reply with quote

If you want to update those config files by hand, cd into /etc/, then type
Code:
find . | grep ._cfg

The reason for this is because if portage is about to overwrite a file in /etc/, it instead puts its new copy in, but prepended by ._cfg##### (where ##### is some number). So, for instance, instead of overwriting /etc/make.conf, portage will create a file called ._cfg04062make.conf (or something close to that).

Anyway, run that find command in /etc/. You'll see the files that you need to check (though of course you have to do an ls -a to see them in the dir listing because the . in front hides them), open each in your favorite editor, then manually overwrite them over the old files yourself if you like the changes portage is proposing to make. And, if you don't understand the file (or it's one in which you've been using the defaults anyway), it's probably a good idea then to use the new one that portage gave you.
_________________
-=Miles Stoudenmire=-

Adopt a post initiative
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum