Operating System - HP-UX
1753838 Members
8701 Online
108806 Solutions
New Discussion

Re: UNIX95 not fully working in a system container

 
malc_p
Occasional Advisor

Re: UNIX95 not fully working in a system container

Bill, thanks - it's not just me then, I was beginning to worry...!

 

I'll raise it with HP, might just be some simple step I can run in the global.

 

Appreciate your help.

 

Malc

 

 

Rajesh K Chaurasia
Valued Contributor

Re: UNIX95 not fully working in a system container

In HP 9000 containers the default configuration is to emulate legacy PA-RISC HP-UX environment which impacts emulation of XPG signals and semantics. Please refer to .ariesrc file in container root directory (not host root). You may notice an ARIES option which looks like -compat_legacy and/or -compat_sig. I suggest adding a new line for ps command as below

 

/usr/bin/ps    -nocompat_legacy -nocompat_sig

 

Then try UNIX95 variant of ps option, hopefully it should work.

 

Regards

-Rajesh