Summary: OpenSSH question

From: Kevin Butters <hollister_harley_at_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
Received on Fri Dec 27 19:12:18 2002

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:01 EST