I compiled /dev/pts support and STILL kernel hangs mounting /proc .. Does anyone have a suggestion???
On 12/24/03 5:38 PM, "George Hernandez" <[EMAIL PROTECTED]> wrote: > On 12/24/03 3:01 AM, "Peter Ruskin" <[EMAIL PROTECTED]> wrote: > > Thanks peter... I think I had forgotten pts support.. So I recompiled the > kernel right now.. Hopefully it will work.. So far I did have /proc as you > showed me and /dev/shm > Lets see what happes > > > >> On Wednesday 24 Dec 2003 04:07, George Hernandez wrote: >>> Hello all.. Hopefully you guys can help me. >>> Here is my grub.conf file... >>> [grub.conf] >>> >>> >>> default 0 >>> timeout 30 >>> splashimage=(hd0,0)/grub/splash.xpm.gz >>> >>> title=Gentoo Linux >>> root (hd0,0) >>> kernel (hd0,0)/kernel-2.4.23 root=/dev/sda3 >>> [end] >>> >>> Here is my fstab.. >>> [fstab] >>> /dev/sda1 /boot reiserfs notail 1 1 >>> /dev/sda3 /� reiserfs notail�0 0 >>> /dev/sda2 none swap sw� 0 0 � >>> >>> [end] >> >> Add these: >> >> none /proc proc defaults 0 0 >> none /dev/pts devpts defaults 0 0 >> none /dev/shm tmpfs defaults 0 0 >> >>> >>> But my box stalls at the following.. >>> [code] >>> Mounting proc at /proc .. >>> And it just hangs.. >>> [code] >>> Before that I get the following msg: >>> vfs: Mounted root(reiserfs filesystem) readonly >>> mounted devfs on /dev >>> >>> If that is any help. >>> [/code] >>> >> >> Peter > > > -- > [EMAIL PROTECTED] mailing list > > -- [EMAIL PROTECTED] mailing list
