[JDEV] Gabber for Solaris
Peter Fales
psfales at lucent.com
Wed Feb 27 10:04:46 CST 2002
Phil,
Thanks for the note, it looks something useful to keep in mind. In our
environment, we need to be able to install packages on lots of different
machines, most of which we don't have root access on, so using a user
space solution like prngd works better for us.
--
Peter Fales Lucent Technologies, Room 5B-408
N9IYJ 2000 N Naperville Rd PO Box 3033
internet: psfales at lucent.com Naperville, IL 60566-7033
work: (630) 979-8031
On Wed, Feb 27, 2002 at 09:05:40AM -0700, Phillip Oleson wrote:
> just a side note that may interest you in regards to /dev/random on solaris.
> check out http://www.cosy.sbg.ac.at/~andi/ This kernel module works quite
> well... at least for me.
>
> Phil.
>
> Peter Fales wrote:
> >I was able to compile 0.8.7 for solaris 2.5.1 with very minimal changes.
> >In src/TCPTransmitter.cc I added these lines:
> >
> > #define socklen_t int
> > #define INET_ADDRSTRLEN 16
> >
> >as they don't seem to be supplied in any of the solaris headers. I believe
> >that's all that is needed to compile if you don't need SSL support. To get
> >SSL working (since solaris doesn't have /dev/random), I had to add some
> >code to invoke prngd (part of openssh) to seed the random number
> >generator.
> >
> >
>
>
> --
> Mourn the passing of the Mystic Knights.. but revel in their legacy.
More information about the JDev
mailing list