I've tried uncommenting #define DEBUG_ENTROPY, but nothing changed.
Configure works fine (with options --prefix=/opt/ssh --sysconfdir=/etc/ssh), make works, but at the end of make install it just hangs for a while then finished. When the system is hung I see that netstat -p is being run instead of netstat -pn. I've even changed the ssh_prng_cmds(.in/.out) file from -pn to -np to see if something was just being truncated, but that didn't help.
Jim
-----Original Message-----
From: Damien Miller [mailto:[EMAIL PROTECTED]]
On Tue, 8 Aug 2000, Burke, Jim wrote:
> I'm trying to get openssh-2.1.1p4 running on Solaris 2.6 (sparc). Everthing
> is working fine, but there is a massive lag when the netstat is run. SSH
> seems to be running netstat -p every time instead of the netstat -pn which
> is in the ssh_prng_cmds. I can't seem to find where the -p is being forced
> over -pn.
If you uncomment the #define DEBUG_ENTROPY in entropy.c you will be able
to see the commands as they are run.
Regards,
Damien Miller
