On Fri, Feb 02, 2001 at 04:57:16AM -0700, Boyd Lynn Gerber wrote:
> # bin/openssl rand -out /.rnd -rand /var/run/egd-pool:/var/adm/syslog 1024
>
> syslog is only 1 Meg. This has been running for 30 minutes and there
> still is nothing in /.rnd.
>
> root 4349 6741 TS 85 0 04:26:39 pts/6 0:00 bin/openssl rand
> -out /.rnd -rand /var/run/egd-pool:/var/adm/syslog 1024
Probably my comment was not that practical, even though your result
might help tracking it down:
- the computer time of your process is "0:00", so your process actually did
not do anything. it is probably blocked when accessing egd-pool.
- to work around this, do not specify /var/run/egd-pool on the command line
and only use logfiles for seeding.
- Next step is to find out, why openssl blocks when accessing the egd-pool
on Unixware...
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]