- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error when building kernel
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
10-14-2003 04:22 AM
10-14-2003 04:22 AM
Error when building kernel
config: incorrect format version in /stand/system.d/krm
Does anyone know what this means?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:01 AM
10-14-2003 05:01 AM
Re: Error when building kernel
mk_kernel -s ./system
So .. what's with the period slash system? Is your system file maybe under /stand and you were backing up one directory level..and missed the xtra period? Or is your system file under /stand/build (which would be my guess..) and maybe you didn't need to type the -s (and so on..)
Just wonderin...
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:07 AM
10-14-2003 05:07 AM
Re: Error when building kernel
What is the contents of your krm file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 06:16 AM
10-14-2003 06:16 AM
Re: Error when building kernel
mk_kernel -s ../system
the system file resides in /stand not /stand/build
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 06:27 AM
10-14-2003 06:27 AM
Re: Error when building kernel
It is recommended not to make changed in /stand/system for building the new kernel.
The copy of system file should be created in /stand/build using:
cd /stand/build
/usr/lbin/sysadm/system_prep -v -s system
Anyway, if the file was missing the error would be:
ERROR: Cannot find file "./system".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 11:10 AM
10-14-2003 11:10 AM
Re: Error when building kernel
cd /stand/build
/usr/lbin/sysadm/system_prep -v -s system
I will find out what the /stand/system.d/krm file has.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2007 02:04 AM
07-14-2007 02:04 AM
Re: Error when building kernel
your reply to run:
# cd /stand/build
# /usr/lbin/sysadmin/system_prep -v -s system
helped me when I was searching the ITRC for this error from swinstall over a weekend:
{Building a new kernel bases on template file "/stand/system" config: cannot find file -- /stand/system.d/krm config failure.
The command "/usr/sbin/mk_kernel", which is used to rebuild the kernel, has failed. Because kernel-related filesets were installed, this command must be executed by "swinstall", without failures, before the load can continue. Check the above output for details about the failure.}
thanks. ITRC forums rock!