<?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: can't rebuild the kernel in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465570#M486129</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I checked where this mlock_valid_args is defined. It is part of vm_clic.o which is integrated in /usr/conf/lib/libhp-ux.a.&lt;BR /&gt;&lt;BR /&gt;You can figure out which patch is responsible for it by doing the following steps:&lt;BR /&gt;&lt;BR /&gt;mkdir /tmp/test&lt;BR /&gt;cp /usr/conf/lib/libhp-ux.a /tmp/test&lt;BR /&gt;ar -x /tmp/test/libhp-ux.a&lt;BR /&gt;what vm_clic.o&lt;BR /&gt;&lt;BR /&gt;You will probably find a patch number there.&lt;BR /&gt;&lt;BR /&gt;The newest patch patching this is PHKL_22549.&lt;BR /&gt;&lt;BR /&gt;Please check if you have reinstalled the patch PHKL_18543.&lt;BR /&gt;You can check for the date by using the following command:&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset -a patch_state -a date &lt;BR /&gt;&lt;BR /&gt;and check for applied patches there.&lt;BR /&gt;&lt;BR /&gt;If you happen to have reinstalled patch PHKL_18543 then go ahead and reinstall PHKL_22549 or if you have an older version of that patch download this one from the ITRC and install it. In any case I would recommend to install PHKL_22549&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
    <pubDate>Sat, 25 Nov 2000 01:49:03 GMT</pubDate>
    <dc:creator>Steffi Jones_1</dc:creator>
    <dc:date>2000-11-25T01:49:03Z</dc:date>
    <item>
      <title>can't rebuild the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465567#M486126</link>
      <description>When I try to rebuild the kernel I got this error msg:&lt;BR /&gt;&lt;BR /&gt;NOTE:    Building a new kernel based on template file "/stand/system"&lt;BR /&gt;&amp;gt; Compiling /stand/build/conf.c...&lt;BR /&gt;&amp;gt; Loading the kernel...&lt;BR /&gt;&amp;gt; ld: Unsatisfied symbol "mlock_valid_args" in file&lt;BR /&gt;&amp;gt; /usr/conf/lib/libhp-ux.a[vm_clic.o]&lt;BR /&gt;&amp;gt; 1 errors.&lt;BR /&gt;&amp;gt; *** Error exit code 1&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I think this might caused by partial or failed patch install. How I resolve this?&lt;BR /&gt;&lt;BR /&gt;many thanks,&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2000 21:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465567#M486126</guid>
      <dc:creator>dan tran</dc:creator>
      <dc:date>2000-11-17T21:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: can't rebuild the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465568#M486127</link>
      <description>Why do you think it may be caused by a failed patch install? Did you recently install any kernel patches that failed or had to be aborted?&lt;BR /&gt;&lt;BR /&gt;If patches were installed, did you get the dependencies for them instaled too?&lt;BR /&gt;&lt;BR /&gt;One other thing is to the patches are configured.&lt;BR /&gt;&lt;BR /&gt;# swlist -l fileset -a state |more&lt;BR /&gt;   (all should say "configured")&lt;BR /&gt;&lt;BR /&gt;To configure unconfigured filesets&lt;BR /&gt;# swconfig \*</description>
      <pubDate>Mon, 20 Nov 2000 18:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465568#M486127</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-11-20T18:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: can't rebuild the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465569#M486128</link>
      <description>First, make sure you make a good copy of vmunix and system files, just in case you need to reboot from them.&lt;BR /&gt;Next, do the 'swconfig' that Denver suggested and retry building a new kernel.  If you get that error again, call HP for support.  If you have Ignite-UX loaded on your box you may want to run 'check_patches' it creates a report at /tmp/check_patches.report that you can send them.  It is possible you have overwritten object files causing a problem when trying to create new kernel.  It happened to me once, and this was how they figured out which patches got overwritten and I just had to reinstall them in one big depot....and finally my kernel got 'built'&lt;BR /&gt;Just one possibility....</description>
      <pubDate>Mon, 20 Nov 2000 19:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465569#M486128</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-11-20T19:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: can't rebuild the kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465570#M486129</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I checked where this mlock_valid_args is defined. It is part of vm_clic.o which is integrated in /usr/conf/lib/libhp-ux.a.&lt;BR /&gt;&lt;BR /&gt;You can figure out which patch is responsible for it by doing the following steps:&lt;BR /&gt;&lt;BR /&gt;mkdir /tmp/test&lt;BR /&gt;cp /usr/conf/lib/libhp-ux.a /tmp/test&lt;BR /&gt;ar -x /tmp/test/libhp-ux.a&lt;BR /&gt;what vm_clic.o&lt;BR /&gt;&lt;BR /&gt;You will probably find a patch number there.&lt;BR /&gt;&lt;BR /&gt;The newest patch patching this is PHKL_22549.&lt;BR /&gt;&lt;BR /&gt;Please check if you have reinstalled the patch PHKL_18543.&lt;BR /&gt;You can check for the date by using the following command:&lt;BR /&gt;&lt;BR /&gt;swlist -l fileset -a patch_state -a date &lt;BR /&gt;&lt;BR /&gt;and check for applied patches there.&lt;BR /&gt;&lt;BR /&gt;If you happen to have reinstalled patch PHKL_18543 then go ahead and reinstall PHKL_22549 or if you have an older version of that patch download this one from the ITRC and install it. In any case I would recommend to install PHKL_22549&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;&lt;BR /&gt;Steffi Jones</description>
      <pubDate>Sat, 25 Nov 2000 01:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-rebuild-the-kernel/m-p/2465570#M486129</guid>
      <dc:creator>Steffi Jones_1</dc:creator>
      <dc:date>2000-11-25T01:49:03Z</dc:date>
    </item>
  </channel>
</rss>

