View previous topic :: View next topic |
Author |
Message |
galactus n00b
Joined: 26 Oct 2003 Posts: 40
|
Posted: Sun Nov 02, 2003 10:43 am Post subject: /proc |
|
|
Scusate forse la domanda banale ma è un errore che mi sta facendo impazzire
Avvio gentoo e mi si blocca a mounting /proc at proc, mi accorgo che dopo questo errore per cui il pc resta fermo io posso scrivere comandi alla console,quindi faccio reboot lui parte con il processo, mi da un errore cannot open file /proc/mounts for reading (no such file or directory) e poi mi indica di inserire la pwd di root la inserisco ed entro in una bash in cui posso fare solo reboot! Ho letto su questo forum le varie risposte ai problemi su questo
In /etc/fstab ho la solita proc /proc proc defaults 0 0
Ho controllato poi di aver realmente creato la cartella /proc e lo avev fatto ovviamente in /mnt/gentoo.Nel kernel (2.4.20 r8 gentoo sources) ho selezionato nella sezione filesystem la voce riguardante /proc.Poi vado a controllare se nn esiste il file /proc/mounts. Il file esiste lo guardo e nn è vuoto ma ci sono due righe sul /proc
1)proc /proc proc rw 0 0
2)proc /mnt/gentoo/proc rw 0 0
Che devo fare? |
|
Back to top |
|
|
paolo l33t
Joined: 23 Jul 2002 Posts: 768 Location: SBT (AP)
|
Posted: Sun Nov 02, 2003 11:12 am Post subject: |
|
|
fstab:
Code: |
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
|
e di conseguenza /proc/mounts dovrebbe mostrare:
Code: |
none /proc proc rw 0 0
|
Paolo _________________ Nihil sine magno labore |
|
Back to top |
|
|
galactus n00b
Joined: 26 Oct 2003 Posts: 40
|
Posted: Sun Nov 02, 2003 12:08 pm Post subject: |
|
|
ERa già di inizio la configurazione none /proc proc default 0 0 poi guardando su vari post ho visto che molti sostituivano none con proc
Ora ho riprovato rimettendo di nuovo none ma il risultato è semore lo stesso |
|
Back to top |
|
|
maur8 Apprentice
Joined: 04 Mar 2003 Posts: 229 Location: Pescara (in serie B!!!), Italy
|
Posted: Sun Nov 02, 2003 2:18 pm Post subject: |
|
|
Ma il problema ce l'hai in fase di installazione? Se devi montare la stessa risorsa in due punti di mount diversi devi usare l'opzione -o bind.
Ciao,
Maur8. _________________ Maur8.
"They decided our fate in a microsecond. Extermination"
Sgt. Kyle Rise, The Terminator |
|
Back to top |
|
|
galactus n00b
Joined: 26 Oct 2003 Posts: 40
|
Posted: Sun Nov 02, 2003 2:21 pm Post subject: |
|
|
Ho finito l'installazione sto cercando di avviare gentoo la prima volta |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Mon Nov 03, 2003 3:14 am Post subject: |
|
|
Hai il supporto di proc nel kernel? _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
galactus n00b
Joined: 26 Oct 2003 Posts: 40
|
Posted: Mon Nov 03, 2003 7:51 am Post subject: |
|
|
Sì ho messo pure quello |
|
Back to top |
|
|
|