On 3/28/07, anirudh vij <[EMAIL PROTECTED]> wrote:
> hi,
>  sorry to bug you again.i had'nt rebooted my computer for 2 days ,so i
> had'nt really checked whether the issue was resolved.
>  but as i had said earllier, dd is in /bin now.
>  still on startup, i got:
>
>  Initializing Random Number Generator
>                 [FAIL]

This bootscript redirects all the errors, so you should try running
the commands on their own to see if they fail.

                if [ -f /var/tmp/random-seed ]; then
                        /bin/cat /var/tmp/random-seed >/dev/urandom
                fi
                /bin/dd if=/dev/urandom of=/var/tmp/random-seed \
                        count=1

I don't know why the paths to cat and dd are hardcoded here. There's
no good reason for that.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to