Summary: OpenSSH question

From: Kevin Butters (hollister_harley@yahoo.com)
Date: Fri Dec 27 2002 - 19:08:31 EST


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@0:random
and
/devices/pseudo/random@0:urandom
are being created.

Problem resolution: run the next two commands
1. ln -s /devices/pseudo/random@0:random /dev/random
2. ln -s /devices/pseudo/random@0:urandom /dev/urandom
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:25:31 EDT