On Fri, Feb 16, 2007 at 09:52:12PM +0200, Ionescu Dan wrote: > Sorry ... my first email was kind of short ... > > So it's about a pure 64 bit CLFS. > I've used the chroot method. > > Every thing is fine beside udev not working ... > > 2007/2/16, Ionescu Dan <[EMAIL PROTECTED]>: > > > >Hello. > > > >I've started my clfs system for the first time, after finishing the book, > >and i have a small problem. > > > >agetty is saying that there is no /dev/tty1...6 file. > > > >I've managed to start the system with "init=/bin/bash" but beside a few > >files the /dev directory is empty. What's wrong ? > > > >I have the dev mount in /etc/fstab. > > Udev is started by /etc/rc.d/init.d/udev, called by the /etc/rc.d/rcsysinit.d/S10udev symlink. It's almost inconceivable that the bootscripts could be only partially installed, but I suppose it's possible to accidentally delete things, or to chmod -x, so first check that the udev script is there, and executable, and that the symlink points to it.
While running with init=/bin/bash, try running the script with '/etc/rc.d/init.d/udev start'. Perhaps you will get an error message which points to what is wrong. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
