Operating System - HP-UX
1753816 Members
8240 Online
108805 Solutions
New Discussion юеВ

Installation openssh hp-ux 11.00

 
Peter Klausner_1
Frequent Advisor

Installation openssh hp-ux 11.00

Hi,

ist there anybody who has installed openssh from the archive and porting centre without problems.

I always get the following error:

Error: SUID and/or SGID not not set
Error:Unknown owner and/or group for for /opt/openssh2/bin/ssh


Thanks in advance
2 REPLIES 2
Steve Steel
Honored Contributor

Re: Installation openssh hp-ux 11.00

Hi


Check

There is an INFO file that is part of the depot that contains two lines that you need to change.

"owner 0" change to "owner root"
"group 0" change to "group root"



Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Jaap Westerbeek_2
Occasional Advisor

Re: Installation openssh hp-ux 11.00

Thanks Steve ! that was an easy solve.

For those of you not too familiar with depot files :

gunzip the file
tar -xvf openssh*.depot
The INFO file is in /catalog/openssh-RUN/
vi and change the parameters as Steve said
mv the original depot file to another location for backup purposes
tar -cvf openssh-3.9p1-sd-11.11.depot *

voila !