<?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 Panic in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708583#M1518</link>
    <description>Well what do you know? You're right. :-) I could have sworn I've tried lynx and konqueror previously to tried and reach &lt;A href="http://www.sun.com." target="_blank"&gt;www.sun.com.&lt;/A&gt; But now things are great and my kernel woes is over. Thanks to all.</description>
    <pubDate>Thu, 16 May 2002 00:57:30 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2002-05-16T00:57:30Z</dc:date>
    <item>
      <title>Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708554#M1489</link>
      <description>All, I've compile kernel 2.4.17 and created initrd for it. Here's what is under lib from initrd.img file: &lt;BR /&gt;aic7xxx.o&lt;BR /&gt;ext3.o&lt;BR /&gt;freevxfs.o&lt;BR /&gt;jbd.o&lt;BR /&gt;lvm-mod.o&lt;BR /&gt;md.o&lt;BR /&gt;multipath.o&lt;BR /&gt;scsi_mod.o&lt;BR /&gt;sd_mod.o&lt;BR /&gt;sym53c8xx.o&lt;BR /&gt;&lt;BR /&gt;Root file system is /dev/sda3, but during boot the kernel panic because it is unable to mount /dev/dsa3, here's the err: "&lt;BR /&gt;request-module [block-major-8]: Root fs not mounted, please append a correct "root=" boot option, kernel panic: VFS: unable to mount root on 08:03.". I know  that lilo is pointing to the correct root fs "root=/dev/sda3". Can anyone shed some lights on this? Thanks.</description>
      <pubDate>Mon, 22 Apr 2002 21:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708554#M1489</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-04-22T21:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708555#M1490</link>
      <description>I got the same error when installing SuSe on a LH3 Netserver. However, RedHat worked fine. RedHat was able to detect that it needed the megaraid card loaded.&lt;BR /&gt;&lt;BR /&gt;Are you using Suse or Redhat?&lt;BR /&gt;&lt;BR /&gt;Perhaps the newer Kernel needs to load the megaraid driver. ( or what ever controller driver you are using?)</description>
      <pubDate>Tue, 23 Apr 2002 14:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708555#M1490</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-04-23T14:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708556#M1491</link>
      <description>Ron,&lt;BR /&gt;I am using RedHat. I think I've looded all neccessary driver via initrd. But the error points to root fs /dev/sda1 which is scsi. I've loaded everything I could thing of related to scsi. Any idea?</description>
      <pubDate>Tue, 23 Apr 2002 17:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708556#M1491</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-04-23T17:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708557#M1492</link>
      <description>I always avoid using initrd whenever possible, by statically linking into the kernel all of the drivers needed to boot (in your case, scsi, aic7xxx, etc.).&lt;BR /&gt;I use initrd only when an essential driver is available only as a module.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Apr 2002 19:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708557#M1492</guid>
      <dc:creator>Steve Darnell</dc:creator>
      <dc:date>2002-04-23T19:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708558#M1493</link>
      <description>You might want to try my suggestions from this post:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f2818276953d61190040090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1f2818276953d61190040090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Apr 2002 22:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708558#M1493</guid>
      <dc:creator>Charles Slivkoff</dc:creator>
      <dc:date>2002-04-23T22:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708559#M1494</link>
      <description>All,&lt;BR /&gt;it still doesn't work, still getting the same error; I've tried compiling the scsi drivers into the kernel and having it in initrd. Even tried a fresh kernel(v2.4.18) from kernel.org.&lt;BR /&gt;&lt;BR /&gt;Any idea? Thanks.</description>
      <pubDate>Fri, 26 Apr 2002 12:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708559#M1494</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-04-26T12:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708560#M1495</link>
      <description>Does anyone know what is VFS, is it Veritas File System?  This Kernel Panic is driving me up the wall.</description>
      <pubDate>Fri, 26 Apr 2002 20:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708560#M1495</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-04-26T20:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708561#M1496</link>
      <description>hi, I had the same problem too...!&lt;BR /&gt;I compiling the kernel 2.4.18 and it give me kernel panic!!! the same error!&lt;BR /&gt;Is there any solution from HP?&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 01:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708561#M1496</guid>
      <dc:creator>chloong</dc:creator>
      <dc:date>2002-04-29T01:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708562#M1497</link>
      <description>on system trying to build kernel 2.4.18, I am getting:&lt;BR /&gt;VFS: Cannot open root device "803" or 008:03&lt;BR /&gt;Please append a correct "root=" boot option&lt;BR /&gt;Kernel Panic: VFS: unable to mount root fs on 08:03&lt;BR /&gt;&lt;BR /&gt;On current kernel 2.4-2, I'm ok, here's the output from dmesg:&lt;BR /&gt;sym53c876-0: restart (scsi reset).&lt;BR /&gt;sym53c876-1: restart (scsi reset).&lt;BR /&gt;scsi0 : sym53c8xx - version 1.6b&lt;BR /&gt;scsi1 : sym53c8xx - version 1.6b&lt;BR /&gt;Attached scsi disk sda at scsi0, channel 0, id 0, lun 0&lt;BR /&gt;Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0&lt;BR /&gt;Attached scsi disk sdc at scsi0, channel 0, id 2, lun 0&lt;BR /&gt;Attached scsi disk sdd at scsi1, channel 0, id 0, lun 0&lt;BR /&gt;Attached scsi disk sde at scsi1, channel 0, id 1, lun 0&lt;BR /&gt;Attached scsi disk sdf at scsi1, channel 0, id 2, lun 0&lt;BR /&gt;Attached scsi disk sdg at scsi1, channel 0, id 3, lun 0&lt;BR /&gt;Attached scsi disk sdh at scsi1, channel 0, id 4, lun 0&lt;BR /&gt;Attached scsi disk sdi at scsi1, channel 0, id 5, lun 0&lt;BR /&gt;Attached scsi disk sdj at scsi1, channel 0, id 6, lun 0&lt;BR /&gt;scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.1.7&lt;BR /&gt;(scsi2:A:0): 40.000MB/s transfers (20.000MHz, offset 31, 16bit)&lt;BR /&gt;(scsi2:A:1): 40.000MB/s transfers (20.000MHz, offset 31, 16bit)&lt;BR /&gt;(scsi2:A:2): 40.000MB/s transfers (20.000MHz, offset 31, 16bit)&lt;BR /&gt;(scsi2:A:3): 40.000MB/s transfers (20.000MHz, offset 31, 16bit)&lt;BR /&gt;(scsi2:A:4): 40.000MB/s transfers (20.000MHz, offset 31, 16bit)&lt;BR /&gt;(scsi2:A:5): 40.000MB/s transfers (20.000MHz, offset 31, 16bit)&lt;BR /&gt;(scsi2:A:6): 40.000MB/s transfers (20.000MHz, offset 31, 16bit)&lt;BR /&gt;scsi2:0:0:0: Tagged Queuing enabled.  Depth 253&lt;BR /&gt;scsi2:0:1:0: Tagged Queuing enabled.  Depth 253&lt;BR /&gt;scsi2:0:2:0: Tagged Queuing enabled.  Depth 253&lt;BR /&gt;scsi2:0:3:0: Tagged Queuing enabled.  Depth 253&lt;BR /&gt;scsi2:0:4:0: Tagged Queuing enabled.  Depth 253&lt;BR /&gt;scsi2:0:5:0: Tagged Queuing enabled.  Depth 253&lt;BR /&gt;scsi2:0:6:0: Tagged Queuing enabled.  Depth 253&lt;BR /&gt;Attached scsi disk sdk at scsi2, channel 0, id 0, lun 0&lt;BR /&gt;Attached scsi disk sdl at scsi2, channel 0, id 1, lun 0&lt;BR /&gt;Attached scsi disk sdm at scsi2, channel 0, id 2, lun 0&lt;BR /&gt;Attached scsi disk sdn at scsi2, channel 0, id 3, lun 0&lt;BR /&gt;Attached scsi disk sdo at scsi2, channel 0, id 4, lun 0&lt;BR /&gt;Attached scsi disk sdp at scsi2, channel 0, id 5, lun 0&lt;BR /&gt;Attached scsi disk sdq at scsi2, channel 0, id 6, lun 0&lt;BR /&gt;LVM version 0.9.1_beta2  by Heinz Mauelshagen  (18/01/2001)&lt;BR /&gt;lvm -- Driver successfully initialized&lt;BR /&gt;VFS: Mounted root (ext2 filesystem) readonly.&lt;BR /&gt;&lt;BR /&gt;on other system with kernel 2.4.3-12, I get this from dmesg:&lt;BR /&gt;Kernel command line: auto BOOT_IMAGE=linux ro root=302 BOOT_FILE=/boot/vmlinuz-2.4.3-12&lt;BR /&gt;VFS: Mounted root (ext2 filesystem) readonly.&lt;BR /&gt;&lt;BR /&gt;Is it the LVM that's puking or is it that newer kernel specifically requires you to specify "root=". If so, what's is "root=302", what kind of value is 302, is it hex? where do I input this value into lilo.conf? Thanks.</description>
      <pubDate>Tue, 30 Apr 2002 17:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708562#M1497</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-04-30T17:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708563#M1498</link>
      <description>First, on the 2.4.3-12 kernel system, is it booting off of a ide drive?  If I remember correctly, the root=302 means to use device 03:02 which is /dev/hda2.  VFS stands for Virtual File System which is the generic file system interface that linux uses as a middle layer over the actual file system implementation.  Back to the original problem, the kernel looks like it is trying to boot off of 08:03, which is correct, /dev/sda3.  I think the problem is that /dev/sda3 is a ext2 partition (according to the 2.4.2 boot messages).  You might not have ext2 support in your new kernel, and the initrd image has ext3, but not ext2 support.  Try rebuilding the kernel/initrd with ext2 support and give it a try.</description>
      <pubDate>Tue, 30 Apr 2002 18:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708563#M1498</guid>
      <dc:creator>Jeffrey Wong</dc:creator>
      <dc:date>2002-04-30T18:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708564#M1499</link>
      <description>CONFIG_EXT2_FS is set to "y", according to ".config" file for current kernel I'm trying to build. So I don't think this is the case. Do you have any other suggestions. Thanks.</description>
      <pubDate>Tue, 30 Apr 2002 18:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708564#M1499</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-04-30T18:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708565#M1500</link>
      <description>Just in case someone wants to help and needs to look at the .config file of the current kernel I'm trying to build, attached is the ".config" file. Any help or suggestion is welcome. Thanks.</description>
      <pubDate>Tue, 30 Apr 2002 18:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708565#M1500</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-04-30T18:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708566#M1501</link>
      <description>Looking over your .config I think I see the problem.  It looks like you are using LVM on your disk drives and have LVM support compiled as a module which the kernel is supposed to get from initrd.  The problem is you don't have initrd support turned on in the .config file so the kernel can't see it.  Try turning on CONFIG_BLK_DEV_RAM and CONFIG_BLK_DEV_INITRD in .config and see what happens.</description>
      <pubDate>Tue, 30 Apr 2002 20:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708566#M1501</guid>
      <dc:creator>Jeffrey Wong</dc:creator>
      <dc:date>2002-04-30T20:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708567#M1502</link>
      <description>Wong, attached is new .config file. I've added your suggestion in. I ran make dep &amp;amp;&amp;amp; make bzImage, then make modules &amp;amp;&amp;amp; make modules_install. I moved the kernel and initrd-2.2.18.img into place, but still getting the same error during boot up. What gives????. Have you ran into this problem before.  Thanks.</description>
      <pubDate>Wed, 01 May 2002 15:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708567#M1502</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-05-01T15:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708568#M1503</link>
      <description>Sorry, here's the attachment and output of lspci:&lt;BR /&gt;-[00]-+-00.0  Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (AGP disabled)&lt;BR /&gt;      +-06.0  Symbios Logic Inc. (formerly NCR) 53c875&lt;BR /&gt;      +-06.1  Symbios Logic Inc. (formerly NCR) 53c875&lt;BR /&gt;      +-07.0  Compaq Computer Corporation ProLiant Integrated Netelligent 10/100&lt;BR /&gt;      +-08.0  ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC]&lt;BR /&gt;      +-09.0  Compaq Computer Corporation Advanced System Management Controller&lt;BR /&gt;      +-0a.0-[01]----08.0  Lite-On Communications Inc LNE100TX&lt;BR /&gt;      +-0d.0  Adaptec 7892A&lt;BR /&gt;      +-14.0  Intel Corporation 82371AB PIIX4 ISA&lt;BR /&gt;      +-14.1  Intel Corporation 82371AB PIIX4 IDE&lt;BR /&gt;      +-14.2  Intel Corporation 82371AB PIIX4 USB&lt;BR /&gt;      \-14.3  Intel Corporation 82371AB PIIX4 ACPI&lt;BR /&gt;&lt;BR /&gt;Can someone help in getting kernel 2.4.18 to boot on this proliant box. Thanks.</description>
      <pubDate>Wed, 01 May 2002 15:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708568#M1503</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-05-01T15:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708569#M1504</link>
      <description>here's additional info from module.conf file:&lt;BR /&gt;#alias scsi_hostadapter sym53c8xx&lt;BR /&gt;#alias scsi_hostadapter1 aic7xxx&lt;BR /&gt;# alias eth1 tlan&lt;BR /&gt;# alias scsi_hostadapter2 aic7xxx&lt;BR /&gt; alias block-major-58      lvm-mod&lt;BR /&gt; alias char-major-109      lvm-mod&lt;BR /&gt;alias parport_lowlevel parport_pc &lt;BR /&gt;alias eth0 tulip &lt;BR /&gt;# alias eth0 tlan&lt;BR /&gt;# options tlan irq=&lt;BR /&gt;&lt;BR /&gt;Notice lvm_mod is listed here, even though it's compile into the kernel. When I check to see if the modules is in /lib/modules/2.4.18/kernel/fs there isn't any module related to lvm_mod. What gives?  I know there's shouldn't be any lvm_mod in module.conf bec. the current kernel also has lvm compiled into the kernel. Any suggestions?</description>
      <pubDate>Wed, 01 May 2002 16:19:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708569#M1504</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-05-01T16:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708570#M1505</link>
      <description>Are you using LVM by itself, or are you using software RAID also?  Right now, the only thing I can think of is you are using RAID and the kernel can't load the raid modules which are not on the initrd you are using.  Other than that I'm not sure what to do.</description>
      <pubDate>Wed, 01 May 2002 23:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708570#M1505</guid>
      <dc:creator>Jeffrey Wong</dc:creator>
      <dc:date>2002-05-01T23:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708571#M1506</link>
      <description>I am using lvm by itself, But I've just tried booting without LVM by changing /etc/rc.d/rc.sysinit, comenting out vgchange and filesystem in /etc/fstab which are related to lvm. Still did not work. Getting something a little different this time, "VFS: mounted root (ext2 filesystem).  Red Hat nash version 3.0.10 starting. VFS: cannot open root ...&lt;BR /&gt;Kernel panic....." Any idea?</description>
      <pubDate>Thu, 02 May 2002 20:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708571#M1506</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-05-02T20:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708572#M1507</link>
      <description>All, I've managed to get it to work under kernel version 2.4.4 but not 2.4.8 and upward. The only thing I could think of is that ext3 is not yet available for 2.4.4.  But it doesn't make since when I tried this under 2.4.8 and upward I've deselected ext3 and the kernel crap out on me during reboot. I am beginning to think that this is bug. Any one have any idea?  Thanks.</description>
      <pubDate>Mon, 06 May 2002 17:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708572#M1507</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2002-05-06T17:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Panic</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708573#M1508</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;I recently had a similar problem.&lt;BR /&gt;&lt;BR /&gt;I installed a FC adapter, to see som XP512 LUN's. Installed the driver, and made a initrd. After this, the machine kept panicing because it couldn't find the root device /dev/sda[x],&lt;BR /&gt;&lt;BR /&gt;I found out that it was because the drivers are loaded in alfabetical order, hence the fc driver , that came alfabetically before the, megaraid driver (which the root disk used), was loaded first, and the FC-devices was named /dev/sda to /dev/sdj. The root partition then got the name /dev/sdh, which is sometihng else than what the bootloader says (/dev/sda)&lt;BR /&gt;&lt;BR /&gt;The solution was to  rename the .o file of the fc-driver in the /lib/modules/[kernel-version] directory, and likewise in the modules.conf file. And then finally make a new initrd.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle</description>
      <pubDate>Tue, 07 May 2002 10:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kernel-panic/m-p/2708573#M1508</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2002-05-07T10:35:12Z</dc:date>
    </item>
  </channel>
</rss>

