- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel compilation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 02:26 AM
09-06-2003 02:26 AM
Kernel compilation
I want to change shmmax value and when the system is compiling the new kernel; I get this message :
cc: 487:warning:Possibility incorrect message catalog
I do :
#what /usr/bin/cc
/usr/bin/cc:
LINT B.11.11.06 CXREF B.11.11.06
HP92453-01 B.11.11.06 HP C Compiler
$ Sep 8 2000 23:13:51 $
#what /opt/ansic/lib/nls/msg/C/cc.cat
/opt/ansic/lib/nls/msg/C/cc.cat:
HP92453-01 B.11.11.06 HP C Compiler Copyright 1985, Hewlett-Packard Co.
Compiler and Message Catalog do match.
Can I compile the new kernel without any problems ?
Thanks
Laurent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 03:10 AM
09-06-2003 03:10 AM
Re: Kernel compilation
Are there any other messages - say in syslog?
Have you booted from previous kernel and tried to make a new kernel?
Just a few ideas.
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 04:11 AM
09-06-2003 04:11 AM
Re: Kernel compilation
the mismatch between the compiler and its message catalog means that it will not be able to report errors or warnings properly, it may only print error/warning message numbers instead.
of course, its best to get the latest compiler patch and make sure that there is no mismatch.
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 04:20 AM
09-06-2003 04:20 AM
Re: Kernel compilation
-------------
Mike Stroyan September 26, 2002 18:19 PM GMT [ 10 pts ]
The warning about "Possibly incorrect message catalog" is caused by having NLSPATH set, but not having
/opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat
in the NLSPATH value. You can either unset NLSPATH or add those paths to it. See "man environ" for documentation of NLSPATH.
--------------
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 09:50 AM
09-08-2003 09:50 AM
Re: Kernel compilation
Just do kmtune -u -s shmmax=