On Tue, Mar 25, 2008 at 3:27 PM, Manuel Gonzalez Montoya
<[EMAIL PROTECTED]> wrote:
>
> 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 k
> 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/listinf
Manuel Gonzalez Montoya schrieb:
>
> root [ ~ ]# ls -l /dev/null
> crw-rw 1 root root 1, 3 2008-03-24 12:44 /dev/null
>
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 t
Hi,
Upon reboot in a fresh LFS install I got some permission denied
messages on /dev/null so checked the permissions of "/dev/null" which
are indeed:
root [ ~ ]# ls -l /dev/null
crw-rw 1 root root 1, 3 2008-03-24 12:44 /dev/null
So I did change the permission to 666 which did the tr