Hi all, when I rebooted my machine yesterday, what was my surprise when booting my freshly compiled kernel (2.6.1) booting finished immediately after init start (I think so), last messages I've seen were:
... INIT: version 2.84 booting INIT: entering runlevel 3 and here login prompt appears When I try to log in as root or whoever else, I get something like: FATAL: cannot write to TTY (PTY?) permission denied All these messages above are written as I remember them, because I have no idea where to copy them from (if it's even possible). I have another kernel in my boot, it's version is 2.4.21 and it's kernel I use if something goes wrong. I'm sure I didn't change anything in this kernel config. If I try to boot it, the result is the same as in the 2.6 case. I thought, the problem is in reiserfs root filesystem, so I change it to ext3 today. Guess what happened, yes, the same as before. I have no clue what is happening. Please point me to the right direction. Thank you. fstab, inittab and grub.conf follows: /etc/fstab: ############### /dev/hda2 /boot ext3 noatime 1 1 /dev/hda3 none swap sw 0 0 /dev/hda5 / ext3 noatime 0 1 /dev/hda6 /home reiserfs noatime 0 1 /dev/cdroms/cdrom0 /cdrom iso9660 noauto,ro 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 ############### /etc/inittab: ############### id:3:initdefault: si::sysinit:/sbin/rc sysinit rc::bootwait:/sbin/rc boot l0:0:wait:/sbin/rc shutdown l1:S1:wait:/sbin/rc single l2:2:wait:/sbin/rc nonetwork l3:3:wait:/sbin/rc default l4:4:wait:/sbin/rc default l5:5:wait:/sbin/rc default l6:6:wait:/sbin/rc reboot c1:12345:respawn:/sbin/agetty 38400 tty1 linux c2:12345:respawn:/sbin/agetty 38400 tty2 linux c3:12345:respawn:/sbin/agetty 38400 tty3 linux c4:12345:respawn:/sbin/agetty 38400 tty4 linux c5:12345:respawn:/sbin/agetty 38400 tty5 linux c6:12345:respawn:/sbin/agetty 38400 tty6 linux ca:12345:ctrlaltdel:/sbin/shutdown -r now x:a:once:/etc/X11/startDM.sh ############### grub.conf snippet: ############### title Gentoo Linux 2.6.1 root (hd0,1) kernel /vmlinuz root=/dev/hda5 ############### -- Robert Svoboda [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
