Operating System - HP-UX
1826975 Members
3163 Online
109705 Solutions
New Discussion

Re: Tuneable kernel parameters

 
Meijer, H.J.
Occasional Contributor

Tuneable kernel parameters

Hi All,

Recently I tried to change the configurable kernel parameter dbc_max_pct. The system came back to me displaying the following message 4 times during the build of the new kernel:

cc: warning 487 : Possibly incorrect message catalog.

I feel this warning is not going to hurt me if I would proceed and put the newly generated kernel in place, but before I do so... Can someone please share with me what this warning is about....

Best regards,

Harm
1 REPLY 1
Peter Finn_1
Occasional Advisor

Re: Tuneable kernel parameters

hello,

it sounds like your messages catalog and your compiler is out of sync, try this:

#what /usr/bin/cc

and

#what /opt/ansic/lib/nls/msg/C/cc.cat

to see if the versions matches.

if not reinstall the ansi c compiler to ensure that the catalog and compiler are in sync