Summary: OpenSSH question

2007-12-25 0:17:00

Found this on google that fixed the problem. Written by Janne K

Your problem seems to be created by the patch itself! The Solaris patch 112438-01 should create the /dev/random and /dev/urandom files to be used by the prngd program, but it WON'T create the symbolic links under /dev directory - not even - though the physical devices:
/devices/pseudo/random at 0:random
and
/devices/pseudo/random at 0:urandom
are being created.

Problem resolution: run the next two commands
1. ln -s /devices/pseudo/random at 0:random /dev/random
2. ln -s /devices/pseudo/random at 0:urandom /dev/urandom
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Comments

Got something to say?

You must be logged in to post a comment.