- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Config Error
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
08-03-2003 08:08 PM
08-03-2003 08:08 PM
Kernel Config Error
Config: make did an exit (1)
I don't under stand what is causing the error.
Any suggestions?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 08:25 PM
08-03-2003 08:25 PM
Re: Kernel Config Error
What commands are using to re-build kernel? Did you get this error after running mk_kernel? Can you post the parameter(s) & value(s) you are changing.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 08:28 PM
08-03-2003 08:28 PM
Re: Kernel Config Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 09:07 PM
08-03-2003 09:07 PM
Re: Kernel Config Error
cannot build kernel using /usr/sbin/config. The standard output of the command is shown below:
config: make did an exit(1)
the commmand exitted with exitcode -71.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 09:37 PM
08-03-2003 09:37 PM
Re: Kernel Config Error
Did you make any change like OS upgrade recently? If yes, do you check the patch prerequisite?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 09:40 PM
08-03-2003 09:40 PM
Re: Kernel Config Error
This is more a stab in the dark than anything but look at the config man page, might point you in the right direction.
It appears from what you said there is a problem with the make command which is called by the config command. Its possible that some of the conf files (/usr/conf/*) that it needs are missing, corrupted or unreadable??
Also have a look in /stand/build & see if mk_kernel has managed to create files such as conf.o, tune.h etc
The mk_kernel has output such as
Generating module: krm...
Compiling conf.c...
Loading the kernel...
Generating kernel symbol table....
How far does it get before the error message appears?
Cheers
Con
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 09:44 PM
08-03-2003 09:44 PM
Re: Kernel Config Error
Did you make any change like O/S upgrade recently?
Do check_patches and take a look at the /tmp/check_patches.report. It may help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 09:51 PM
08-03-2003 09:51 PM
Re: Kernel Config Error
It would appear something aweful might have happened to your system.
At the very least you may have a corrupted system file and I'd be hunting for a backup of the /stand filesystem so you can restore that.
From now on, take a backup of /stand before making any move.
You can back up /stand to a vxfs filesystem, but you can't boot off of it. At this point, I'd be making tapes.
HP-UX 10.20, 11.00 or 11.11?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2003 10:34 PM
08-03-2003 10:34 PM
Re: Kernel Config Error
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# mk_kernel -s system
This will tell you if some of the config files may have got corrupted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2003 09:45 AM
08-04-2003 09:45 AM