* kernel panic under 2.6.2-rc1-mm2
@ 2004-01-24 2:06 Jim Faulkner
2004-01-24 3:58 ` Andrew Morton
0 siblings, 1 reply; 5+ messages in thread
From: Jim Faulkner @ 2004-01-24 2:06 UTC (permalink / raw)
To: linux-raid; +Cc: akpm
2.6.2-rc1-mm2 kernel panics on my machine. I believe that it is related
to software RAID based on the kernel output.
Unfortunately I do not have the complete output since it locked up at boot
time. The kernel panic output ran off the screen. Below is what was on
my screen from top to bottom (minus alot of numbers), and below that is my
current /proc/mdstat and /etc/raidtab.
thanks,
Jim Faulkner
my transcription of the kernel panic
-------------------------------------
printk
autorun_devices
printk
autostart_arrays
do_open
capable
md_ioctl
md_ioctl
blkdev_open
dentry_open
filp_open
md_ioctl
blkdev_ioctl
sys_ioctl
md_run_setup
prepare_namespace
init
init
kernel_thread_helper
Code: (a bunch of numbers)
Kernel Panic: Attempted to kill init!
my /proc/mdstat
---------------
Personalities : [linear] [raid0]
md2 : active raid0 md0[1] hdc1[0]
123539392 blocks 4k chunks
md1 : active raid0 hde1[1] hda1[0]
234436352 blocks 8k chunks
md0 : active linear hdh1[1] hdg1[0]
63512704 blocks 128k rounding
unused devices: <none>
my /etc/raidtab
---------------
raiddev /dev/md0
raid-level linear
nr-raid-disks 2
chunk-size 128
persistent-superblock 1
device /dev/hdg1
raid-disk 0
device /dev/hdh1
raid-disk 1
raiddev /dev/md1
raid-level 0
nr-raid-disks 2
chunk-size 8
persistent-superblock 1
device /dev/hda1
raid-disk 0
device /dev/hde1
raid-disk 1
raiddev /dev/md2
raid-level 0
nr-raid-disks 2
chunk-size 4
persistent-superblock 1
device /dev/hdc1
raid-disk 0
device /dev/md0
raid-disk 1
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: kernel panic under 2.6.2-rc1-mm2
2004-01-24 2:06 kernel panic under 2.6.2-rc1-mm2 Jim Faulkner
@ 2004-01-24 3:58 ` Andrew Morton
2004-01-24 15:47 ` Jim Faulkner
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2004-01-24 3:58 UTC (permalink / raw)
To: Jim Faulkner; +Cc: linux-raid
Jim Faulkner <jfaulkne@ccs.neu.edu> wrote:
>
>
> 2.6.2-rc1-mm2 kernel panics on my machine.
And is 2.6.2-rc1 OK?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: kernel panic under 2.6.2-rc1-mm2
2004-01-24 3:58 ` Andrew Morton
@ 2004-01-24 15:47 ` Jim Faulkner
2004-01-24 18:33 ` Andrew Morton
0 siblings, 1 reply; 5+ messages in thread
From: Jim Faulkner @ 2004-01-24 15:47 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-raid
On Fri, 23 Jan 2004, Andrew Morton wrote:
> And is 2.6.2-rc1 OK?
Yes, 2.6.2-rc1 works fine.
2.6.2-rc1-mm1 works fine as well, however under that version I am still
getting the non-fatal kernel bug which I mentioned a few days ago:
http://groups.google.com/groups?q=%22kernel+BUG%22+author:%22Jim+Faulkner%22&hl=en&lr=&ie=UTF-8&oe=utf-8&selm=1gz1t-1SX-19%40gated-at.bofh.it&rnum=1
thanks,
Jim Faulkner
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: kernel panic under 2.6.2-rc1-mm2
2004-01-24 15:47 ` Jim Faulkner
@ 2004-01-24 18:33 ` Andrew Morton
2004-01-24 18:44 ` Jim Faulkner
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2004-01-24 18:33 UTC (permalink / raw)
To: Jim Faulkner; +Cc: linux-raid
Jim Faulkner <jfaulkne@ccs.neu.edu> wrote:
>
>
> On Fri, 23 Jan 2004, Andrew Morton wrote:
>
> > And is 2.6.2-rc1 OK?
>
> Yes, 2.6.2-rc1 works fine.
eek, don't trim emails that much: it sends me into cognitive panic trying
to remember which of the past week's 7,000 email dicussions this pertains
to.
Ah-heh. The md-* patches which were recently added to -mm might be bad,
yes?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: kernel panic under 2.6.2-rc1-mm2
2004-01-24 18:33 ` Andrew Morton
@ 2004-01-24 18:44 ` Jim Faulkner
0 siblings, 0 replies; 5+ messages in thread
From: Jim Faulkner @ 2004-01-24 18:44 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-raid
On Sat, 24 Jan 2004, Andrew Morton wrote:
> Jim Faulkner <jfaulkne@ccs.neu.edu> wrote:
> >
> >
> > On Fri, 23 Jan 2004, Andrew Morton wrote:
> >
> > > And is 2.6.2-rc1 OK?
> >
> > Yes, 2.6.2-rc1 works fine.
>
> eek, don't trim emails that much: it sends me into cognitive panic trying
> to remember which of the past week's 7,000 email dicussions this pertains
> to.
Actually you were the one to trim the e-mail in your response. :) I'll
make sure its clear what I'm talking about next time that happens.
Included below is my entire original e-mail.
> Ah-heh. The md-* patches which were recently added to -mm might be bad,
> yes?
Looks like it to me.
thanks,
Jim Faulkner
original e-mail below
---------------------
2.6.2-rc1-mm2 kernel panics on my machine. I believe that it is related
to software RAID based on the kernel output.
Unfortunately I do not have the complete output since it locked up at boot
time. The kernel panic output ran off the screen. Below is what was on
my screen from top to bottom (minus alot of numbers), and below that is my
current /proc/mdstat and /etc/raidtab.
thanks,
Jim Faulkner
my transcription of the kernel panic
-------------------------------------
printk
autorun_devices
printk
autostart_arrays
do_open
capable
md_ioctl
md_ioctl
blkdev_open
dentry_open
filp_open
md_ioctl
blkdev_ioctl
sys_ioctl
md_run_setup
prepare_namespace
init
init
kernel_thread_helper
Code: (a bunch of numbers)
Kernel Panic: Attempted to kill init!
my /proc/mdstat
---------------
Personalities : [linear] [raid0]
md2 : active raid0 md0[1] hdc1[0]
123539392 blocks 4k chunks
md1 : active raid0 hde1[1] hda1[0]
234436352 blocks 8k chunks
md0 : active linear hdh1[1] hdg1[0]
63512704 blocks 128k rounding
unused devices: <none>
my /etc/raidtab
---------------
raiddev /dev/md0
raid-level linear
nr-raid-disks 2
chunk-size 128
persistent-superblock 1
device /dev/hdg1
raid-disk 0
device /dev/hdh1
raid-disk 1
raiddev /dev/md1
raid-level 0
nr-raid-disks 2
chunk-size 8
persistent-superblock 1
device /dev/hda1
raid-disk 0
device /dev/hde1
raid-disk 1
raiddev /dev/md2
raid-level 0
nr-raid-disks 2
chunk-size 4
persistent-superblock 1
device /dev/hdc1
raid-disk 0
device /dev/md0
raid-disk 1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-01-24 18:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-24 2:06 kernel panic under 2.6.2-rc1-mm2 Jim Faulkner
2004-01-24 3:58 ` Andrew Morton
2004-01-24 15:47 ` Jim Faulkner
2004-01-24 18:33 ` Andrew Morton
2004-01-24 18:44 ` Jim Faulkner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox