> something's wrong with your udev installation: > > in /etc/udev/rules.d/25-lfs.rules > > you have an line with > KERNEL=="null", MODE="0666" > > 1) you've missed to install the rules.d files > 2) you overwrite this in another rules-file > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page >
Actually there was no '25-lfs.rules' in my system, instead there was a file named 55-lfs.rules which indeed doesn't cointain the line KERNEL=="null", MODE="0666". I realized that I was using the package udev-config-20080217.tar.bz2 instead of udev-config-20070731.tar.bz2 listed in the book, once installed the later /dev/null get the right permissions. I dont know how come to be a newer version downloadable from http://downloads.linuxfromscratch.org/udev-config-20080217.tar.bz2 and not used in the last development version of the book. Thanks for the help -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
