From: Mark A W. <wh...@us...> - 2005-06-23 22:27:13
|
The detailed (very detailed) procedure from IBM/AIX is uninstall ssh uninstall ssl rm /dev/random /dev/urandom reboot rpm --rebuilddb rpm -updtvpkg <--- I think these options are undocumented install ssl install ssh I had better luck when i installed the ssh client and then the server instead of installing both at the same time. Mark Wharrie Technical Services Prof - SR IBM Global Services/Strategic Outsourcing wh...@us... Kevin Ruderman <ru...@bu...> Sent by: aix...@li... 06/23/2005 03:39 PM To aix...@li... cc Dan Andruszkiw <dan...@pc...>, Mike Anderson <mfa...@he...>, Gregory Young <gre...@uc...>, Kevin Ruderman <ru...@ac...> Subject Re: [tbox-l] Unable to install Open SSH on a 5.2 64bit AIX system. I too have had this problem but found the answer at: https://sourceforge.net/projects/openssh-aix under "Support Requests" (not "Bugs"): https://sourceforge.net/tracker/?atid=710255&group_id=127997&func=browse in this item: https://sourceforge.net/tracker/index.php?func=detail&aid=1186783&group_id=127997&atid=710255 The shortest version of the answer is: "Remove /dev/random and /dev/urandom files and reboot the system." Medium answer is: --------- Seems that under some conditions, AIX will create /dev/random and /dev/urandom with the wrong major number. Check what it *should* be with odmget CuDvDr | grep -p random "value2" is the major number. Check the devices: ls -l /dev/*random If the major numbers do not match what's in CuDvDr, delete /dev/random and /dev/urandom, reboot, then re-try the OpenSSH install (remove the failed attempt first). --------- There is a non reboot method explained there also but others claim it wasn't enough. Kevin ------------------------------------------------------------------- Kevin Ruderman Boston University Information Technology On Thu, 2 Jun 2005, Dan Andruszkiw wrote: > Unable to install Open SSH on a 5.2 64bit system. > > openssl-0.9.7d-1.aix5.1.ppc.rpm - installs ok > > openssh-3.8.1p1_52.tar - sever part does not install > > Error message during install > > RSA key generation failed > Instal: Failed while executing ./openssh.base.server.post_i script > > Oslevel > 5.2.0.0 64bit install > > > > The information contained in this e-mail is intended only for the person > or > entity to which it is addressed and may contain confidential and/or > privileged material. If you are not the intended recipient of this > e-mail, > the use of this information or any disclosure, copying or distribution > is > Prohibited and may be unlawful. If you received this in error, please > contact the sender and delete the material from any computer. The views > expressed in this e-mail may not necessarily be the views of The PCMS > Group > plc and should not be taken as authority to carry out any instruction > contained. > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ aixtoolbox-list mailing list aix...@li... https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list |