by fonya » Tue Aug 08, 2006 4:51 pm
I've too. The most importan thing for me, that was, I must create the basik devices, because, I don't use initrd with grsec.
This devices you can create if you boot your install by a rescue disk, and dismount /mnt/sysimage/dev, and create those device there. The most important difference is your hd device: sda hda etc.
The "default" for me:
crw-rw---- 1 root root 5, 1 Oct 11 2005 console
brw-r----- 1 root root 7, 0 Oct 11 2005 loop0
brw-r----- 1 root root 7, 1 Oct 11 2005 loop1
brw-r----- 1 root root 7, 2 Oct 11 2005 loop2
brw-r----- 1 root root 7, 3 Oct 11 2005 loop3
brw-r----- 1 root root 7, 4 Oct 11 2005 loop4
brw-r----- 1 root root 7, 5 Oct 11 2005 loop5
brw-r----- 1 root root 7, 6 Oct 11 2005 loop6
brw-r----- 1 root root 7, 7 Oct 11 2005 loop7
crw-rw---- 1 root root 6, 0 Oct 11 2005 lp0
crw-rw---- 1 root root 6, 1 Oct 11 2005 lp1
crw-rw---- 1 root root 6, 2 Oct 11 2005 lp2
crw-rw---- 1 root root 6, 3 Oct 11 2005 lp3
drwxr-xr-x 2 root root 4096 Oct 11 2005 net
crw-rw-rw- 1 root root 1, 3 Oct 11 2005 null
crw-rw---- 1 root root 99, 0 Oct 11 2005 parport0
crw-rw---- 1 root root 99, 1 Oct 11 2005 parport1
crw-rw---- 1 root root 99, 2 Oct 11 2005 parport2
crw-rw---- 1 root root 99, 3 Oct 11 2005 parport3
crw------- 1 root root 4, 1 Oct 11 2005 tty1
crw------- 1 root root 4, 2 Oct 11 2005 tty2
crw------- 1 root root 4, 24 Oct 11 2005 tty24
crw------- 1 root root 4, 3 Oct 11 2005 tty3
crw------- 1 root root 4, 4 Oct 11 2005 tty4
crw------- 1 root root 4, 5 Oct 11 2005 tty5
crw------- 1 root root 4, 6 Oct 11 2005 tty6
crw-rw-rw- 1 root root 1, 5 Oct 11 2005 zero
The owner maybe wrong, You can see ownership Your actual working install.
That was the only problem, what I found.