View previous topic :: View next topic |
Author |
Message |
Major Apprentice
Joined: 27 Feb 2004 Posts: 198 Location: Sherbrooke, Qc, Canada
|
Posted: Thu Oct 27, 2005 12:41 pm Post subject: fixing udev 070 [SOLVED] |
|
|
my server rebooted before I could emerge the new version of udev.
So I booted on a Gentoo LiceCD and did the fallowing
Code: | mount /dev/hdc3 /mnt/gentoo
chroot /mnt/gentoo
emerge sync |
at this point everything worked
but on the emerge udev
I have a big list of packages to intall all maked as NEW as well as udev
So I guess I have to mount something else ?!?! _________________ Major over and out
Last edited by Major on Thu Oct 27, 2005 7:48 pm; edited 1 time in total |
|
Back to top |
|
|
t00lloyd n00b
Joined: 16 Apr 2004 Posts: 15
|
Posted: Thu Oct 27, 2005 5:47 pm Post subject: |
|
|
You can try:
Code: | emerge --oneshot udev |
|
|
Back to top |
|
|
nxsty Veteran
Joined: 23 Jun 2004 Posts: 1556 Location: .se
|
Posted: Thu Oct 27, 2005 5:54 pm Post subject: Re: fixing udev 070 |
|
|
Major wrote: | but on the emerge udev
I have a big list of packages to intall all maked as NEW as well as udev
So I guess I have to mount something else ?!?! |
Do you keep any part of your system on another partition? /var perhaps? |
|
Back to top |
|
|
Major Apprentice
Joined: 27 Feb 2004 Posts: 198 Location: Sherbrooke, Qc, Canada
|
Posted: Thu Oct 27, 2005 7:48 pm Post subject: |
|
|
Quote: | Do you keep any part of your system on another partition? /var perhaps? |
you are absolutly right I just finished fixing it ...
hdc3 /root
hdc5 /var
Should have checked my fstab before sending this msg ...
Thanks for help _________________ Major over and out |
|
Back to top |
|
|
|