On Tuesday 27 March 2007 17:09:25 anirudh vij wrote: > hi, > i did what alessandro suggested and here's the console output: > > > /home/hackmansh-3.1$ ls -l /dev/urandom > cr--r--r-- 1 root root 1, 9 Mar 27 17:57 /dev/urandom > > /home/hackmansh-3.1$ cat /etc/udev/rules.d/25-lfs.rules |grep urandom > KERNEL=="urandom", MODE="0444" > > /home/hackmansh-3.1$ ls -l /var/ > total 80 > drwxr-xr-x 2 root root 4096 Mar 22 02:24 cache > drwxr-xr-x 11 root root 4096 Mar 27 11:58 lib > drwxr-xr-x 2 root root 4096 Mar 22 02:24 local > drwxr-xr-x 2 root root 4096 Mar 27 17:57 lock > drwxr-xr-x 3 root root 4096 Mar 27 19:05 log > drwxr-xr-x 2 root root 4096 Mar 22 02:23 mail > drwxr-xr-x 2 root root 4096 Mar 22 02:24 opt > drwxr-xr-x 3 root root 4096 Mar 27 12:28 run > drwxr-xr-x 3 root root 4096 Mar 25 01:54 spool > drwxrwxrwt 4 root root 4096 Mar 27 19:05 tmp > /home/hackmansh-3.1$ ls -l /var/tmp/ > total 8 > drwx------ 6 hackman 1000 4096 Mar 27 20:21 kdecache-hackman > drwx------ 6 root root 4096 Mar 27 16:19 kdecache-root > > > what else can be wrong??
Well, the only other dependence in the random boot-script is dd. You should have /bin/dd installed from coreutils. Check if you have it (or if by chance you have /usr/bin/dd) Alessandro Alocci -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
