remark: all was rightly-right, but week ago in routine
eix-sync && genkernel --menuconfig all to enable modules and after compilation and rebootion - kernel-2.6.38r5 (3.0.1 either) extremely want to
using mount -t auto -o ro.
In loaded system everything works fine, but normal user cant open gnome-terminal - grantpt failed: error - it says.
Tried steps from LiveDVD:
Code: Select all
mount /dev/sda3/ mnt/gentoo
cd /mnt/gentoo/dev
rm null console zero
mknod --mode=600 console c 5 1
mknod --mode=666 null c 1 3
mknod --mode=666 zero c 1 5
rc-update delete udev sysinit
rc-update add udev sysinit
Code: Select all
crw-rw-rw- 1 root root 1, 3 Aug 10 12:40 /dev/null
crw-rw-rw- 1 root root 1, 5 Aug 10 12:40 /dev/zero
crw------- 1 root root 5, 1 Aug 10 12:39 /dev/console
Code: Select all
0 lrwxrwxrwx 1 root root 16 Aug 10 16:41 /etc/runlevels/sysinit/udev -> /etc/init.d/udev
rc-update show -
http://paste.pocoo.org/show/456025/
grub.conf -
http://paste.pocoo.org/show/456029/
mount -
http://paste.pocoo.org/show/456034/
fstab -
http://paste.pocoo.org/show/456040/
Nothing happens, no changes as allays extremely want to
using mount -t auto -o ro.
So it's very strange if it happens in that routine way, just eix-sync and genkernel.
Now it works on kernel-2.6.38r5 (thanks to backup in /boot/).
NeddySeagoon what do you think about that? Anyone?
Regards to everyone.
PS: empty /dev/pts/ and
grantpt failed: error in gnome-terminal - SOLVED by adding in kernel 3.0.1 DEVTMPFS [=y] and DEVTMPFS_MOUNT [=y] plus updating genkernel to last ~x86 (no matter isntit?), but
using mount -t auto -o ro still the same.