I'm running 2.9p2 just fine on Solaris 8, so I would check a couple things.
1. Remove /usr/local/etc/ssh_prng_cmds, if it exists. It might be having
problems writing that file.
2. Make sure /bin/perl is working properly
3. If all else fails, run truss -p on the process id and see where it is
locking.
Kevin O'Brien
Systems/Network Administrator
E! Online, LLC
323.692.4742
323.692.4700 fax
-----Original Message-----
From: Rogelio Sevilla [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 9:45 AM
To: Ssh list
Subject: Problems with Openssh2.9p2 and Solaris 8
I have some problems with install/run openssh2.9p2 on a Solaris 8. When i
do a make install, the installation stay here:
if [ -f ssh_prng_cmds -a ! -z "no" ]; then \
//bin/perl ./fixprogs ssh_prng_cmds ; \
if [ ! -f /usr/local/etc/ssh_prng_cmds ] ; then \
./install-sh -c -m 644 ssh_prng_cmds.out
/usr/local/etc/ssh_prng_cmd
s; \
else \
echo "/usr/local/etc/ssh_prng_cmds already exists, install
will not
overwrite"; \
fi ; \
fi
if I check the process, there is one process runnning, there's something
strange.:
root 1256 1232 0 11:43:25 pts/5 0:00 netstat -p -f inet
this process dont let me continue the installation.. If i kill this
process, i can continue the installation..
And when i run SSH, the first thing that it run is a netstat -p -f inet
How can i fix that problem?