CCISS Support in FC16

James Schatzman James.Schatzman at coyec.org
Tue Apr 24 22:13:02 UTC 2012


Apparently I got my wires crossed slightly. The results when booting 3.1.0 and 3.3.2 are different. So... I followed the instructions on fedoraproject.org, modifying the kernel command line options to get debugging output.


3.3.2 - console output
--------------------------------------------------------------
... [see attachment]
Write protecting the kernel text: 5456k
Write protecting the kernel read-only data: 2124k
NX-protecting the kernel data: 4784K
init[1]  general protection ip:b771a419 sp:bffccc5c  error:0
Kernel panic - not syncing: Attempting to kill init!
----------------------------------------------------------------------

At this point the system is locked up and there does not appear to be any way to retrieve  any init.log file. See the attachment for a screen dump of the final bits of the console output. Because this computer is located remotely I don't have any way to access more output than that.


3.1.0 console output
-----------------------------------------------------
....[lots of output]

dmesg | grep dracut >>> very many screenshots [ I have no way to save the output to a file]

The last 7 screens of this dmesg output are attached.

From the emergency shell, the output of

dmsetup ls --tree  --> No devices found

blkid  --> no output

blkid -c udev  -->  no output


2.6 Boot
---------------------------------------------------
Boots normally. Some data:

 dmsetup ls --tree
VolGroup00-LogVol01 (253:1)
 └─ (104:2)
VolGroup00-LogVol00 (253:0)
 └─ (104:2)



blkid
/dev/cciss/c0d0p1: LABEL="/boot" UUID="c051ed89-7747-4756-bb8e-6f15ccfead88" SEC_TYPE="ext2" TYPE="ext3" 
/dev/dm-0: UUID="8af89900-0449-40e8-952a-75b8ffa7a693" SEC_TYPE="ext2" TYPE="ext3" 
/dev/dm-1: TYPE="swap" 
/dev/cciss/c0d1p5: LABEL="/data1" UUID="c082e209-e3d9-4515-9327-e78fb434088a" SEC_TYPE="ext2" TYPE="ext3" 
/dev/cciss/c0d1p6: LABEL="/data2" UUID="3882e8f8-817e-4a6a-ae36-febcabddfcd4" SEC_TYPE="ext2" TYPE="ext3" 
/dev/cciss/c0d2: LABEL="data2" UUID="57fe361b-0d73-4cc9-9592-cfc7c8fad00d" SEC_TYPE="ext2" TYPE="ext3" 
/dev/cciss/c0d2p5: LABEL="/data3" UUID="5f079cb2-a086-4700-9b87-5d57e706dca8" SEC_TYPE="ext2" TYPE="ext3" 
/dev/cciss/c0d2p6: LABEL="/data4" UUID="cfcf37a2-f2ff-4ff5-98c7-d4fcd40e7418" SEC_TYPE="ext2" TYPE="ext3" 
/dev/VolGroup00/LogVol00: UUID="8af89900-0449-40e8-952a-75b8ffa7a693" SEC_TYPE="ext2" TYPE="ext3" 
/dev/VolGroup00/LogVol01: TYPE="swap" 
/dev/mapper/VolGroup00-LogVol01: TYPE="swap" 
/dev/mapper/VolGroup00-LogVol00: UUID="8af89900-0449-40e8-952a-75b8ffa7a693" SEC_TYPE="ext2" TYPE="ext3" 
/dev/cciss/c0d0p2: UUID="IC0t0N-WiTL-UQ7d-IsRD-w5Hz-91Pv-Big08T" TYPE="LVM2_member" 



blkid -c udev
/dev/cciss/c0d0p1: LABEL="/boot" UUID="c051ed89-7747-4756-bb8e-6f15ccfead88" TYPE="ext3" 
/dev/cciss/c0d0p2: UUID="IC0t0N-WiTL-UQ7d-IsRD-w5Hz-91Pv-Big08T" TYPE="LVM2_member" 
/dev/cciss/c0d1p5: LABEL="/data1" UUID="c082e209-e3d9-4515-9327-e78fb434088a" TYPE="ext3" 
/dev/cciss/c0d1p6: LABEL="/data2" UUID="3882e8f8-817e-4a6a-ae36-febcabddfcd4" TYPE="ext3" 
/dev/cciss/c0d2: LABEL="data2" UUID="57fe361b-0d73-4cc9-9592-cfc7c8fad00d" SEC_TYPE="ext2" TYPE="ext3" 
/dev/cciss/c0d2p5: LABEL="/data3" UUID="5f079cb2-a086-4700-9b87-5d57e706dca8" TYPE="ext3" 
/dev/cciss/c0d2p6: LABEL="/data4" UUID="cfcf37a2-f2ff-4ff5-98c7-d4fcd40e7418" TYPE="ext3" 
/dev/mapper/VolGroup00-LogVol00: UUID="8af89900-0449-40e8-952a-75b8ffa7a693" TYPE="ext3" 
/dev/mapper/VolGroup00-LogVol01: TYPE="swap" 



more /etc/fstab
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
LABEL=/data1            /d0                     ext3    rw,acl          1 2
LABEL=/data2            /d1                     ext3    defaults        1 2
LABEL=/data3            /d2                     ext3    defaults        1 2
LABEL=/data4            /d3                     ext3    defaults        1 2



Thanks!

Jim









More information about the kernel mailing list