LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   [gentoo] urandom fails to start (https://www.linuxquestions.org/questions/gentoo-87/%5Bgentoo%5D-urandom-fails-to-start-714791/)

Crooksey 03-27-2009 05:01 AM

[gentoo] urandom fails to start
 
Fresh install on a laptop..

Code:

thinkpad ~ # /etc/init.d/urandom start
* ERROR: urandom failed to start

This is preventing me from getting tty screens and from my wireless to work (amongst other things)

Anyone got any ideas, where to start, what information do you need from me?

Crooksey 03-27-2009 05:45 AM

Code:

urandom restart --debug

+ _conf_d=/etc/init.d/../conf.d
+ _c=urandom
+ '[' -n urandom -a urandom '!=' urandom ']'
+ unset _c
+ '[' -e /etc/init.d/../conf.d/urandom.default ']'
+ '[' -e /etc/init.d/../conf.d/urandom ']'
+ . /etc/init.d/../conf.d/urandom
++ urandom_seed=/var/run/random-seed
+ unset _conf_d
+ '[' -e /etc/rc.conf ']'
+ . /etc/rc.conf
++ rc_parallel=NO
++ rc_interactive=YES
++ rc_depend_strict=YES
++ rc_logger=NO
++ unicode=YES
++ net_fs_list='afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs'
++ rc_tty_number=12
+ '[' -n '' ']'
+ . /etc/init.d/urandom
++ urandom_seed=/var/run/random-seed
++ description='Initializes the random number generator.'
+ unset _d
+ unset _f
+ '[' -n start ']'
+ for _cmd in describe start stop '${extra_commands:-${opts}}' '${extra_started_commands}'
+ '[' describe = start ']'
+ for _cmd in describe start stop '${extra_commands:-${opts}}' '${extra_started_commands}'
+ '[' start = start ']'
++ command -v start
+ '[' start = start ']'
+ yesno
+ '[' -z '' ']'
+ return 1
+ unset _cmd
++ command -v start_pre
+ '[' '' = start_pre ']'
+ start
+ '[' -c /dev/urandom ']'
+ return
+ exit 1
* ERROR: urandom failed to start



All times are GMT -5. The time now is 06:50 AM.