View previous topic :: View next topic |
Author |
Message |
ZoD n00b
Joined: 25 Aug 2006 Posts: 8
|
Posted: Mon Oct 23, 2006 5:38 pm Post subject: bug device file mancanti |
|
|
Salve!
sto' cercando di capire una cosa di questa gentoo amd64, ad ogni avvio mi compare il famigerato:
Code: | -----------------------------------------------------
Your system seems to be missing critical device files
in /dev ! Although you may be running udev or devfs,
the root partition is missing these required files !
To rectify this situation, please do the following:
mkdir /mnt/fixit
mount --bind / /mnt/fixit
cp -a /dev/* /mnt/fixit/dev/
umount /mnt/fixit
rmdir /mnt/fixit
You may refer to these instructions at /etc/issue.
If you previously had an issue file, it has been
backed up at /etc/issue.devfix. Once you've fixed
your system, you will have to restore your old issue
file in order to get rid of this warning.
Thanks for using Gentoo ! :)
http://bugs.gentoo.org/show_bug.cgi?id=40987
-----------------------------------------------------
|
Ho letto dei post riguardanti questo bug ma non ho capito una cosa, e` risolvibile?!
Io ho provato a ripristinare l'issue corretto ma lo sovrascrive ogni volta, ho configurato coldplug mettendo lui nei runlevel di boot e togliendo dall'avvio hotplug (non l'ho disinstallato!).
Se ne sapete mi spiegate un attimo che non ne vengo a capo?
grazie! |
|
Back to top |
|
|
lavish Bodhisattva
Joined: 13 Sep 2004 Posts: 4296
|
Posted: Mon Oct 23, 2006 5:43 pm Post subject: |
|
|
Hai seguito le indicazioni riportate?
Code: | mkdir /mnt/fixit
mount --bind / /mnt/fixit
cp -a /dev/* /mnt/fixit/dev/
umount /mnt/fixit
rmdir /mnt/fixit
|
_________________ minimalblue.com | secgroup.github.io/ |
|
Back to top |
|
|
makoomba Bodhisattva
Joined: 03 Jun 2004 Posts: 1856
|
Posted: Mon Oct 23, 2006 5:47 pm Post subject: |
|
|
il problema è che ti mancano dei devices necessari al boot (es /dev/null) *prima* che venga montato udev.
risolvi semplicemente eseguendo quanto indicato. _________________ When all else fails, read the instructions. |
|
Back to top |
|
|
ZoD n00b
Joined: 25 Aug 2006 Posts: 8
|
Posted: Mon Oct 23, 2006 6:06 pm Post subject: |
|
|
Si ovviamente gia` avevo provato ad eseguire le istruzioni, ma lui torna... |
|
Back to top |
|
|
makoomba Bodhisattva
Joined: 03 Jun 2004 Posts: 1856
|
Posted: Mon Oct 23, 2006 6:11 pm Post subject: |
|
|
esegui
Code: | mkdir /mnt/fixit
mount --bind / /mnt/fixit
ls /mnt/fixit/dev | grep -E 'null|console'
umount /mnt/fixit
rmdir /mnt/fixit |
e posta l'output di ls _________________ When all else fails, read the instructions. |
|
Back to top |
|
|
ZoD n00b
Joined: 25 Aug 2006 Posts: 8
|
Posted: Mon Oct 23, 2006 6:26 pm Post subject: |
|
|
ci sono, ecchile:
Quote: | # ls /mnt/fixit/dev | grep -E 'null|console'
console
null
|
|
|
Back to top |
|
|
MajinJoko l33t
Joined: 20 Sep 2005 Posts: 639 Location: Bergamo / Verona
|
Posted: Mon Oct 23, 2006 11:13 pm Post subject: |
|
|
ciao, lo stesso errore in cui incocciai al mio primo approccio con gentoo, più di dieci mesi fa..
purtroppo non ricordo come risolsi, provai proprio di tutto, l'unica cosa che mi viene da consigliarti ora è di aggiornate/controllare il kernel.
qui: https://forums.gentoo.org/viewtopic-p-2979119-highlight-.html#2979119
mi avevano dato degli ottimi consigli, magari a distanza di tempo qualcuno può tornarti utile.
ciao _________________ [(.. watashi wa Urumi Kanzaki ga suki da ..)] |
|
Back to top |
|
|
|