<?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 mk_kernel error :  &amp;quot;dev_config&amp;quot; module not available because its file has been removed from disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784372#M607083</link>
    <description>&lt;BR /&gt;Any clue why I'm getting the error below?&lt;BR /&gt;I would greatly appreciate any help.  HP ITRC is already engaged since this morning but until now I haven't got any resolution. I'm wondering if anybody out there got an idea on how to fix this.  Thanks in advance. &lt;BR /&gt;&lt;BR /&gt;This is my system:&lt;BR /&gt;&lt;BR /&gt;  HPUX11i-OE-Ent        B.11.23.0706   HP-UX Enterprise Operating Environment Component&lt;BR /&gt;&lt;BR /&gt;ia64 hp server rx2660&lt;BR /&gt;&lt;BR /&gt;------------------------------------------&lt;BR /&gt;ERROR MESSAGE:&lt;BR /&gt;------------------------------------------&lt;BR /&gt;[root@testap1]/stand# mk_kernel -o /stand/config/vmunix&lt;BR /&gt;ERROR:   The configuration is supposed to include a module 'dev_config',&lt;BR /&gt;         which is not available because its file has been removed from&lt;BR /&gt;         disk.&lt;BR /&gt;----------------------------------------&lt;BR /&gt;&lt;BR /&gt;Does anybody know what file is associated with "dev_config" module?  I can't find the file itself (dev_module) in any of my working system running on the same hardware and OS version.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 04 May 2011 19:51:48 GMT</pubDate>
    <dc:creator>mgameng</dc:creator>
    <dc:date>2011-05-04T19:51:48Z</dc:date>
    <item>
      <title>mk_kernel error :  "dev_config" module not available because its file has been removed from disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784372#M607083</link>
      <description>&lt;BR /&gt;Any clue why I'm getting the error below?&lt;BR /&gt;I would greatly appreciate any help.  HP ITRC is already engaged since this morning but until now I haven't got any resolution. I'm wondering if anybody out there got an idea on how to fix this.  Thanks in advance. &lt;BR /&gt;&lt;BR /&gt;This is my system:&lt;BR /&gt;&lt;BR /&gt;  HPUX11i-OE-Ent        B.11.23.0706   HP-UX Enterprise Operating Environment Component&lt;BR /&gt;&lt;BR /&gt;ia64 hp server rx2660&lt;BR /&gt;&lt;BR /&gt;------------------------------------------&lt;BR /&gt;ERROR MESSAGE:&lt;BR /&gt;------------------------------------------&lt;BR /&gt;[root@testap1]/stand# mk_kernel -o /stand/config/vmunix&lt;BR /&gt;ERROR:   The configuration is supposed to include a module 'dev_config',&lt;BR /&gt;         which is not available because its file has been removed from&lt;BR /&gt;         disk.&lt;BR /&gt;----------------------------------------&lt;BR /&gt;&lt;BR /&gt;Does anybody know what file is associated with "dev_config" module?  I can't find the file itself (dev_module) in any of my working system running on the same hardware and OS version.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2011 19:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784372#M607083</guid>
      <dc:creator>mgameng</dc:creator>
      <dc:date>2011-05-04T19:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: mk_kernel error :  "dev_config" module not available because its file has been removed from disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784373#M607084</link>
      <description>&amp;gt; # mk_kernel -o /stand/config/vmunix&lt;BR /&gt;&lt;BR /&gt;Your command line suggests there is a kernel configuration named "config". This is not one of the standard kernel configuration directories; the standard directories are /stand/current (the current kernel), /stand/backup (the previous kernel) and /stand/last_install. There is also /stand/nextboot which may or may not be a symbolic link to /stand/current.&lt;BR /&gt;&lt;BR /&gt;(If you read "man mk_kernel" carefully, it says you're supposed to change the "config" part in /stand/config/vmunix to match the name of the kernel configuration you wish to make a new kernel for.)&lt;BR /&gt;&lt;BR /&gt;Please run these commands and show their output:&lt;BR /&gt;&lt;BR /&gt;kconfig&lt;BR /&gt;kconfig -v config&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 05 May 2011 08:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784373#M607084</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-05-05T08:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: mk_kernel error :  "dev_config" module not available because its file has been removed from disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784374#M607085</link>
      <description>mk_kernel -o /stand/config/vmunix is still acceptable in 11.23.  I am able to run this on my other server with similar config in both hw and sw.  &lt;BR /&gt;&lt;BR /&gt;-------------------------&lt;BR /&gt;If the target kernel path specified is of the form /stand/config/vmunix, changes are applied to the saved kernel configuration named config.  The changes will not take effect at next boot unless that saved kernel&lt;BR /&gt;configuration was already marked for use at next boot.&lt;BR /&gt;-------------------------&lt;BR /&gt;&lt;BR /&gt;Please kconfig output below&lt;BR /&gt;&lt;BR /&gt;# kconfig&lt;BR /&gt;Configuration  Title&lt;BR /&gt;backup         Automatic Backup&lt;BR /&gt;crashconfig    booted from 'import.config'&lt;BR /&gt;last_install   Created by last OS install&lt;BR /&gt;msg_backup     Automatic Backup&lt;BR /&gt;msgconfig&lt;BR /&gt;[# kconfig -v config&lt;BR /&gt;ERROR:   The kernel configuration(s) specified do not exist.&lt;BR /&gt;# kconfig -v backup&lt;BR /&gt;Configuration backup&lt;BR /&gt;Title         Automatic Backup&lt;BR /&gt;Save Time     Thu Apr 21 08:48:36 2011&lt;BR /&gt;Modify Time   Thu Apr 21 08:48:36 2011&lt;BR /&gt;Kernel Path   /stand/backup/vmunix&lt;BR /&gt;&lt;BR /&gt;# kconfig -v crashconfig&lt;BR /&gt;Configuration crashconfig&lt;BR /&gt;Title         booted from 'import.config'&lt;BR /&gt;Save Time     Mon Jul  9 19:51:39 2007&lt;BR /&gt;Modify Time   Tue Oct  9 10:27:09 2007&lt;BR /&gt;Kernel Path   /stand/crashconfig/vmunix&lt;BR /&gt;&lt;BR /&gt;# kconfig -v last_install&lt;BR /&gt;Configuration last_install&lt;BR /&gt;Title         Created by last OS install&lt;BR /&gt;Save Time     Wed Sep  8 11:38:43 2004&lt;BR /&gt;Modify Time   Wed Sep  8 11:38:43 2004&lt;BR /&gt;Kernel Path   /stand/last_install/vmunix&lt;BR /&gt;&lt;BR /&gt;# kconfig -v msg_backup&lt;BR /&gt;Configuration msg_backup&lt;BR /&gt;Title         Automatic Backup&lt;BR /&gt;Save Time     Thu Apr 21 08:48:36 2011&lt;BR /&gt;Modify Time   Thu Apr 21 08:48:36 2011&lt;BR /&gt;Kernel Path   /stand/msg_backup/vmunix&lt;BR /&gt;&lt;BR /&gt;# kconfig -v msgconfig&lt;BR /&gt;Configuration msgconfig&lt;BR /&gt;Title&lt;BR /&gt;Save Time     Wed May  4 12:34:34 2011&lt;BR /&gt;Modify Time   Wed May  4 12:34:34 2011&lt;BR /&gt;Kernel Path   /stand/msgconfig/vmunix&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 05 May 2011 11:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784374#M607085</guid>
      <dc:creator>mgameng</dc:creator>
      <dc:date>2011-05-05T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: mk_kernel error :  "dev_config" module not available because its file has been removed from disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784375#M607086</link>
      <description>Thanks to ITRC&lt;BR /&gt;Just got this error fixed and I wanted to share this info to everybody: &lt;BR /&gt;&lt;BR /&gt;What FIX it?&lt;BR /&gt;&lt;BR /&gt;Running update-ux in preview mode and NOT saving anything when you exit. :-)&lt;BR /&gt;&lt;BR /&gt;update-ux installs OE executables temporarily in: &lt;BR /&gt; /var/adm/sw/sbin&lt;BR /&gt; /var/adm/sw/lbin&lt;BR /&gt; /usr/lbin/sw/bin&lt;BR /&gt;&lt;BR /&gt;links the following executable files in /usr/sbin to /usr/adm/sw/sbin&lt;BR /&gt;-----------&lt;BR /&gt;sd&lt;BR /&gt;swacl&lt;BR /&gt;swagentd&lt;BR /&gt;swconfig&lt;BR /&gt;swcopy&lt;BR /&gt;swinstall&lt;BR /&gt;swjob&lt;BR /&gt;swlist&lt;BR /&gt;swmodify&lt;BR /&gt;swpackage&lt;BR /&gt;swreg&lt;BR /&gt;swremove&lt;BR /&gt;swverify&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;update-ux cleans up its trashes when you exit withou saving anything :-)&lt;BR /&gt;&lt;BR /&gt;This command below helped in tracing out the culprit "kconfig" in /usr/lbin/sw/bin when I ran mk_kernel&lt;BR /&gt;&lt;BR /&gt;# ./tusc â  o hp.txt mk_kernel â  v â  s /stand/system&lt;BR /&gt;&lt;BR /&gt;grep kconfig hp.txt&lt;BR /&gt;---------------&lt;BR /&gt;stat("/usr/lbin/sw/bin/kconfig", 0x7fffe230) .......................................................................................... = 0&lt;BR /&gt;---------------&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2011 15:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mk-kernel-error-quot-dev-config-quot-module-not-available/m-p/4784375#M607086</guid>
      <dc:creator>mgameng</dc:creator>
      <dc:date>2011-05-06T15:59:15Z</dc:date>
    </item>
  </channel>
</rss>

