<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Kernel Config Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040154#M134196</link>
    <description>The first thing I would doing is to see if you can generate a new kernel from the existing one.&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;This will tell you if some of the config files may have got corrupted.</description>
    <pubDate>Mon, 04 Aug 2003 05:34:21 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-08-04T05:34:21Z</dc:date>
    <item>
      <title>Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040146#M134188</link>
      <description>I am getting an error as follows when trying to build a new kernel:&lt;BR /&gt;Config: make did an exit (1)&lt;BR /&gt;&lt;BR /&gt;I don't under stand what is causing the error.&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 04 Aug 2003 03:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040146#M134188</guid>
      <dc:creator>Bob Verity</dc:creator>
      <dc:date>2003-08-04T03:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040147#M134189</link>
      <description>Hi Bob&lt;BR /&gt;&lt;BR /&gt;What commands are using to re-build kernel?  Did you get this error after running mk_kernel?  Can you post the parameter(s) &amp;amp; value(s) you are changing.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Mon, 04 Aug 2003 03:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040147#M134189</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-08-04T03:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040148#M134190</link>
      <description>Did you manually build the kernel or through SAM? What parameter did you changed? Do you try to change back the parameter and see if it works?</description>
      <pubDate>Mon, 04 Aug 2003 03:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040148#M134190</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-04T03:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040149#M134191</link>
      <description>I get the message when I build it through SAM or mk_kernel.  I have tried to only change something simple like maxusers 32 -&amp;gt; 64. The error is not very specific, but references the following:&lt;BR /&gt;&lt;BR /&gt;cannot build kernel using /usr/sbin/config. The standard output of the command is shown below:&lt;BR /&gt;config: make did an exit(1)&lt;BR /&gt;&lt;BR /&gt;the commmand exitted with exitcode -71.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 04:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040149#M134191</guid>
      <dc:creator>Bob Verity</dc:creator>
      <dc:date>2003-08-04T04:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040150#M134192</link>
      <description>Do you see any other error/warning message before the "*** Error exit code"?&lt;BR /&gt;Did you make any change like OS upgrade recently? If yes, do you check the patch prerequisite?</description>
      <pubDate>Mon, 04 Aug 2003 04:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040150#M134192</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-04T04:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040151#M134193</link>
      <description>Hi Bob&lt;BR /&gt;&lt;BR /&gt;This is more a stab in the dark than anything but look at the config man page, might point you in the right direction. &lt;BR /&gt;&lt;BR /&gt;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??&lt;BR /&gt;&lt;BR /&gt;Also have a look in /stand/build &amp;amp; see if mk_kernel has managed to create files such as conf.o, tune.h etc&lt;BR /&gt;&lt;BR /&gt;The mk_kernel has output such as &lt;BR /&gt;Generating module: krm...&lt;BR /&gt;Compiling conf.c...&lt;BR /&gt;Loading the kernel...&lt;BR /&gt;Generating kernel symbol table....&lt;BR /&gt;&lt;BR /&gt;How far does it get before the error message appears?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 04:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040151#M134193</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-08-04T04:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040152#M134194</link>
      <description>Do you see any other error message before "*** Error exit code"?&lt;BR /&gt;Did you make any change like O/S upgrade recently?&lt;BR /&gt;Do check_patches and take a look at the /tmp/check_patches.report. It may help you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 04:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040152#M134194</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-08-04T04:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040153#M134195</link>
      <description>I would have all my data backed up and a make_tape_recovery tape on hand.&lt;BR /&gt;&lt;BR /&gt;It would appear something aweful might have happened to your system.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;From now on, take a backup of /stand before making any move.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;HP-UX 10.20, 11.00 or 11.11?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 Aug 2003 04:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040153#M134195</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-04T04:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040154#M134196</link>
      <description>The first thing I would doing is to see if you can generate a new kernel from the existing one.&lt;BR /&gt;&lt;BR /&gt;# cd /stand/build&lt;BR /&gt;# /usr/lbin/sysadm/system_prep -s system&lt;BR /&gt;# mk_kernel -s system&lt;BR /&gt;&lt;BR /&gt;This will tell you if some of the config files may have got corrupted.</description>
      <pubDate>Mon, 04 Aug 2003 05:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040154#M134196</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-04T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Config Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040155#M134197</link>
      <description>Another common 'gotcha' is making a 'backup' file in a kernel config directory, such that the kernel tries to link both, similar, files which almost always fails.</description>
      <pubDate>Mon, 04 Aug 2003 16:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kernel-config-error/m-p/3040155#M134197</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-08-04T16:45:27Z</dc:date>
    </item>
  </channel>
</rss>

