by skealoha86 » Sat Jan 28, 2012 5:39 pm
I have the same issue as bharath, same entries in errors.log. This also pops up in errors.log generated by transmission
$this->bbcode_second_pass_code('', 'Jan 27 20:53:02 localhost transmission-daemon[14424]: tr_crypto error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded (crypto.c:113)')
also, this in daemon.log
$this->bbcode_second_pass_code('', 'Jan 25 21:44:52 localhost init: no more processes left in this runlevel
Jan 25 21:51:33 localhost init: Id "s0" respawning too fast: disabled for 5 minutes
Jan 25 21:51:33 localhost init: Id "c1" respawning too fast: disabled for 5 minutes
Jan 25 21:51:38 localhost init: Id "c2" respawning too fast: disabled for 5 minutes
Jan 25 21:58:14 localhost init: Id "c1" respawning too fast: disabled for 5 minutes
Jan 25 21:58:14 localhost init: Id "s0" respawning too fast: disabled for 5 minutes
Jan 25 21:58:19 localhost init: Id "c2" respawning too fast: disabled for 5 minutes
Jan 25 22:04:55 localhost init: Id "s0" respawning too fast: disabled for 5 minutes
Jan 25 22:04:55 localhost init: Id "c1" respawning too fast: disabled for 5 minutes
Jan 25 22:05:00 localhost init: Id "c2" respawning too fast: disabled for 5 minutes
Jan 25 22:10:18 localhost udevd[863]: can not find '/lib/udev/rules.d/42-qemu-usb.rules': No such file or directory')
I think the udevd message is from the newer udevd, udev-178, prior to downgrading. The respawning messages have continued with udev-oxnas, not sure if they are important.
edit: From /etc/inittab
$this->bbcode_second_pass_code('', '# -8 options fixes umlauts problem on login
s0:12345:respawn:/sbin/agetty -8 -s 115200 ttyS0 linux
c1:2345:respawn:/sbin/agetty -8 -s 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 -s 38400 tty2 linux')
So these messages are related to the others in errors.log