View previous topic :: View next topic |
Author |
Message |
Mr. X Guest
|
Posted: Sat May 25, 2002 11:54 am Post subject: emerge alsa -->then 26 files need to be updated?!?! |
|
|
Hello,
Two days ago, I installed Gentoo on my new machine. I have X and fluxbox installed (don't want kde!).
Now I wanted to get sound, so I emerged alsa and at the end it says I need to update 26 files!
Hmm, ok if I try one of them "diff /etc/._cfg0000_fstab /etc/fstab" I get this:
15,17c11,13
< /dev/BOOT /boot ext2 noauto,noatime 1 1
< /dev/ROOT / xfs noatime 0 0
< /dev/SWAP none swap sw 0 0
---
> /dev/hda1 /boot ext3 noauto,noatime 1 1
> /dev/hda3 / ext3 noatime 0 0
> /dev/hda2 none swap sw 0 0
If I accept this, I don't think my machine is going to be functional!? |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Sat May 25, 2002 1:01 pm Post subject: Re: emerge alsa -->then 26 files need to be updated?!?! |
|
|
Mr. X wrote: | If I accept this, I don't think my machine is going to be functional!? |
Correct -- it won't boot. That's why diff'ing each and every /etc file is so important after you update world/system.
Just remove the newer file and stick with your existing /etc/fstab and you should be fine.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
Mr. X Guest
|
Posted: Sat May 25, 2002 1:35 pm Post subject: Re: emerge alsa -->then 26 files need to be updated?!?! |
|
|
klieber wrote: | Mr. X wrote: | If I accept this, I don't think my machine is going to be functional!? |
Correct -- it won't boot. That's why diff'ing each and every /etc file is so important after you update world/system.
Just remove the newer file and stick with your existing /etc/fstab and you should be fine.
--kurt |
Is it a bug or what? Is there a fix for that?
Thanks. |
|
Back to top |
|
|
craftyc Guru
Joined: 23 May 2002 Posts: 443 Location: Behind You.
|
Posted: Sat May 25, 2002 3:14 pm Post subject: Re: emerge alsa -->then 26 files need to be updated?!?! |
|
|
Mr. X wrote: |
Is it a bug or what? Is there a fix for that?
Thanks. |
It is completely normal. In some packages there are files that need to be put in the /etc directory. However if that file already exists, then it will rename it to ._cfg????_*, as in your initial post. Do emerge --help config for more info. _________________ Postcount ++ |
|
Back to top |
|
|
|