[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#393893: More info



On Wed, 18 Oct 2006 at 12:46:51 +0200, martin f krafft wrote:
> Please provide more information. It would help if you could attach
> your /etc/mdadm/mdadm.conf file and also the output of

It's contained in output of script below, so I'm not attaching it.

>   /usr/share/bug/mdadm/script 3>&1

That is how it looks after rebuilding:

slimak@daradei:~$ /usr/share/bug/mdadm/script 3>&1
--- mount output
/dev/md2 on / type xfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,nodev)
/dev/md1 on /home type ext3 (rw)
/dev/sda1 on /boot type ext2 (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/hda on /media/cdrom0 type iso9660 (rw,noexec,nosuid,nodev,user=slimak)

--- mdadm.conf
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes metadata=1
ARRAY /dev/md0 level=raid1 num-devices=2 UUID=c90120bf:ced8590f:4bf0b43f:d90f13ba
ARRAY /dev/md1 level=raid1 num-devices=2 UUID=122e63d1:28ffa89b:dc73f76c:8749f77f
ARRAY /dev/md2 level=raid1 num-devices=2 UUID=74faaae9:21d74370:7fdd6683:27087383
ARRAY /dev/md6 level=raid1 num-devices=2 UUID=8e71444c:c79651b0:cd761813:535f717a
ARRAY /dev/md7 level=raid1 num-devices=2 UUID=d39b20ff:d91b7c66:b077745a:6099a4e3
MAILADDR root
DEVICE partitions
ARRAY /dev/md0 level=raid1 num-devices=2 UUID=c90120bf:ced8590f:4bf0b43f:d90f13ba
ARRAY /dev/md1 level=raid1 num-devices=2 UUID=122e63d1:28ffa89b:dc73f76c:8749f77f
ARRAY /dev/md2 level=raid1 num-devices=2 UUID=74faaae9:21d74370:7fdd6683:27087383
ARRAY /dev/md3 level=raid1 num-devices=2 UUID=8e71444c:c79651b0:cd761813:535f717a
ARRAY /dev/md4 level=raid1 num-devices=2 UUID=d39b20ff:d91b7c66:b077745a:6099a4e3

--- /proc/mdstat:
Personalities : [raid1]
md7 : active raid1 sda8[0] sdb8[1]
      112454848 blocks [2/2] [UU]

md6 : active raid1 sda7[0] sdb7[1]
      24097344 blocks [2/2] [UU]

md1 : active raid1 sda5[0] sdb5[1]
      40162368 blocks [2/2] [UU]

md0 : active raid1 sda3[0] sdb3[1]
      40162432 blocks [2/2] [UU]

md2 : active raid1 sdb6[1] sda6[0]
      24097344 blocks [2/2] [UU]

unused devices: <none>

--- /proc/partitions:
major minor  #blocks  name

   8     0  244198584 sda
   8     1     803250 sda1
   8     2    2409750 sda2
   8     3   40162500 sda3
   8     4          1 sda4
   8     5   40162468 sda5
   8     6   24097468 sda6
   8     7   24097468 sda7
   8     8  112454968 sda8
   9     2   24097344 md2
   8    16  244198584 sdb
   8    17     803250 sdb1
   8    18    2409750 sdb2
   8    19   40162500 sdb3
   8    20          1 sdb4
   8    21   40162468 sdb5
   8    22   24097468 sdb6
   8    23   24097468 sdb7
   8    24  112454968 sdb8
   9     0   40162432 md0
   9     1   40162368 md1
   9     6   24097344 md6
   9     7  112454848 md7

--- initrd.img-2.6.18-1-amd64:
etc/mdadm
etc/mdadm/mdadm.conf
lib/modules/2.6.18-1-amd64/kernel/drivers/md/md-mod.ko
lib/modules/2.6.18-1-amd64/kernel/drivers/md/linear.ko
lib/modules/2.6.18-1-amd64/kernel/drivers/md/multipath.ko
lib/modules/2.6.18-1-amd64/kernel/drivers/md/raid0.ko
lib/modules/2.6.18-1-amd64/kernel/drivers/md/raid1.ko
lib/modules/2.6.18-1-amd64/kernel/drivers/md/xor.ko
lib/modules/2.6.18-1-amd64/kernel/drivers/md/raid456.ko
lib/modules/2.6.18-1-amd64/kernel/drivers/md/raid10.ko
29120 blocks
sbin/mdadm
scripts/local-top/mdadm

--- /proc/modules:
dm_snapshot 20536 0 - Live 0xffffffff882ff000
dm_mirror 25216 0 - Live 0xffffffff882f7000
dm_mod 62800 2 dm_snapshot,dm_mirror, Live 0xffffffff882e6000
raid1 26880 5 - Live 0xffffffff880f7000
md_mod 82844 3 raid1, Live 0xffffffff880e1000

--- volume detail:

--- /proc/cmdline
root=/dev/md2 ro

--- grub:
kernel          /vmlinuz-2.6.18bigsmp.1.0 root=/dev/md0 ro
kernel          /vmlinuz-2.6.18bigsmp.1.0 root=/dev/md0 ro single
kernel          /vmlinuz-2.6.18-1-amd64 root=/dev/md2 ro
kernel          /vmlinuz-2.6.18-1-amd64 root=/dev/md2 ro single
kernel          /vmlinuz-2.6.17bigsmp.1.1 root=/dev/md0 ro
kernel          /vmlinuz-2.6.17bigsmp.1.1 root=/dev/md0 ro single
kernel          /vmlinuz-2.6.17bigsmp.1.0 root=/dev/md0 ro
kernel          /vmlinuz-2.6.17bigsmp.1.0 root=/dev/md0 ro single
kernel          /vmlinuz-2.6.17big.1.0 root=/dev/md0 ro
kernel          /vmlinuz-2.6.17big.1.0 root=/dev/md0 ro single
kernel          /vmlinuz-2.6.16big.1.1 root=/dev/md0 ro
kernel          /vmlinuz-2.6.16big.1.1 root=/dev/md0 ro single
kernel          /vmlinuz-2.6.16-1-amd64-k8 root=/dev/md0 ro
kernel          /vmlinuz-2.6.16-1-amd64-k8 root=/dev/md0 ro single
kernel          /vmlinuz-2.6.16-2-amd64 root=/dev/md2 ro


And here is part of dmesg output.  First Jmicron (AHCI) controller is found,
then md2 created, after this other controller is probed and rest of md devices
created correctly.

Bootdata ok (command line is root=/dev/md2 ro )
Linux version 2.6.18-1-amd64 (Debian 2.6.18-2) (waldi@debian.org) (gcc version 4.1.2 20060920 (prerelease) (Debian 4.1.1-14)) #1 SMP Fri Sep 29 17:39:19 CEST 2006
BIOS-provided physical RAM map:
...
SCSI subsystem initialized
libata version 2.00 loaded.
ahci 0000:03:00.0: version 2.0
GSI 20 sharing vector 0xE9 and IRQ 20
ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 35 (level, low) -> IRQ 233
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PCI: Setting latency timer of device 0000:03:00.0 to 64
ahci 0000:03:00.0: AHCI 0001.0000 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
ata1: SATA max UDMA/133 cmd 0xFFFFC20000020100 ctl 0x0 bmdma 0x0 irq 233
scsi0 : ahci
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7, max UDMA/133, 488397168 sectors: LBA48 NCQ (depth 31/32)
ata1.00: ata1: dev 0 multi count 16
ata1.00: configured for UDMA/133
  Vendor: ATA       Model: ST3250624AS       Rev: 3.AA
  Type:   Direct-Access                      ANSI SCSI revision: 05
GSI 21 sharing vector 0x32 and IRQ 21
ACPI: PCI Interrupt 0000:00:13.3[D] -> GSI 23 (level, low) -> IRQ 50
ehci_hcd 0000:00:13.3: EHCI Host Controller
ehci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:13.3: debug port 1
SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 488397168 512-byte hdwr sectors (250059 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
 sda: sda1 sda2 sda3 sda4 <<6>ehci_hcd 0000:00:13.3: irq 50, io mem 0xf3ffcc00
ehci_hcd 0000:00:13.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
 sda5 sda6 sda7 sda8 >
sd 0:0:0:0: Attached scsi disk sda
ALI15X3: IDE controller at PCI slot 0000:00:12.0
GSI 22 sharing vector 0x3A and IRQ 22
ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 19 (level, low) -> IRQ 58
ALI15X3: chipset revision 199
ALI15X3: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: _NEC DVD_RW ND-4571A, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
GSI 23 sharing vector 0x42 and IRQ 23
ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 20 (level, low) -> IRQ 66
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.0: irq 66, io mem 0xf3fff000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
GSI 24 sharing vector 0x4A and IRQ 24
ACPI: PCI Interrupt 0000:00:13.1[B] -> GSI 21 (level, low) -> IRQ 74
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:13.1: irq 74, io mem 0xf3ffe000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
ACPI: PCI Interrupt 0000:00:13.2[C] -> GSI 22 (level, low) -> IRQ 225
ohci_hcd 0000:00:13.2: OHCI Host Controller
ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
ohci_hcd 0000:00:13.2: irq 225, io mem 0xf3ffd000
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 3 ports detected
hda: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Probing IDE interface ide1...
usb 3-1: new full speed USB device using ohci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
hub 3-1:1.0: USB hub found
hub 3-1:1.0: 4 ports detected
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
md: raid1 personality registered for level 1
md: md2 stopped.
md: bind<sda6>
raid1: raid set md2 active with 1 out of 2 mirrors
Attempting manual resume
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
Filesystem "md2": Disabling barriers, not supported by the underlying device
XFS mounting filesystem md2
Ending clean XFS mount for filesystem: md2
Attempting manual resume
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
Filesystem "md2": Disabling barriers, not supported by the underlying device
XFS mounting filesystem md2
Ending clean XFS mount for filesystem: md2
usb 3-3: new full speed USB device using ohci_hcd and address 3
usb 3-3: configuration #1 chosen from 1 choice
hub 3-3:1.0: USB hub found
hub 3-3:1.0: 3 ports detected
usb 4-2: new full speed USB device using ohci_hcd and address 2
usb 4-2: configuration #1 chosen from 1 choice
usb 3-3.1: new full speed USB device using ohci_hcd and address 4
usb 3-3.1: configuration #1 chosen from 1 choice
Floppy drive(s): fd0 is 1.44M
input: PC Speaker as /class/input/input0
FDC 0 is a post-1991 82077
sata_sil24 0000:02:00.0: version 0.3
GSI 25 sharing vector 0x52 and IRQ 25
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 30 (level, low) -> IRQ 82
PCI: Setting latency timer of device 0000:02:00.0 to 64
ata2: SATA max UDMA/100 cmd 0xFFFFC20000030000 ctl 0x0 bmdma 0x0 irq 82
ata3: SATA max UDMA/100 cmd 0xFFFFC20000032000 ctl 0x0 bmdma 0x0 irq 82
scsi1 : sata_sil24
pnp: the driver 'parport_pc' has been registered
pnp: match found with the PnP device '00:06' and the driver 'parport_pc'
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
usbcore: registered new driver hiddev
input: Chicony  PFU-65 USB Keyboard as /class/input/input1
input: USB HID v1.00 Keyboard [Chicony  PFU-65 USB Keyboard] on usb-0000:00:13.1-3.1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATA-7, max UDMA/133, 488397168 sectors: LBA48 NCQ (depth 31/32)
ata2.00: ata2: dev 0 multi count 16
ata2.00: configured for UDMA/100
scsi2 : sata_sil24
usbcore: registered new driver snd-usb-audio
ata3: SATA link down (SStatus 0 SControl 300)
  Vendor: ATA       Model: ST3250624AS       Rev: 3.AA
  Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 3a 00 00
SCSI device sdb: drive cache: write back
SCSI device sdb: 488397168 512-byte hdwr sectors (250059 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 3a 00 00
SCSI device sdb: drive cache: write back
 sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 sdb6 sdb7 sdb8 >
sd 1:0:0:0: Attached scsi disk sdb
ali15x3_smbus 0000:00:07.1: ALI15X3_smb region uninitialized - upgrade BIOS or use force_addr=0xaddr
ali15x3_smbus 0000:00:07.1: ALI15X3 not detected, module not inserted.
ali1563: SMBus control = 0403
ali1563_probe: Returning 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
ACPI: PCI Interrupt 0000:05:05.0[A] -> GSI 20 (level, low) -> IRQ 66
input: ImExPS/2 Generic Explorer Mouse as /class/input/input2
ts: Compaq touchscreen protocol output
ali1535_smbus 0000:00:07.1: ALI1535_smb region uninitialized - upgrade BIOS?
ali1535_smbus 0000:00:07.1: ALI1535 not detected, module not inserted.
Adding 2409740k swap on /dev/sda2.  Priority:-1 extents:1 across:2409740k
Adding 2409740k swap on /dev/sdb2.  Priority:-2 extents:1 across:2409740k
Filesystem "md2": Disabling barriers, not supported by the underlying device
loop: loaded (max 8 devices)
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
md: md0 stopped.
md: bind<sdb3>
md: bind<sda3>
raid1: raid set md0 active with 2 out of 2 mirrors
md: md1 stopped.
md: bind<sdb5>
md: bind<sda5>
raid1: raid set md1 active with 2 out of 2 mirrors
md: md6 stopped.
md: bind<sdb7>
md: bind<sda7>
raid1: raid set md6 active with 2 out of 2 mirrors
md: md7 stopped.
md: bind<sdb8>
md: bind<sda8>
raid1: raid set md7 active with 2 out of 2 mirrors
md: md3 stopped.
md: md4 stopped.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on md1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
...

Pozdrawiam
Slimak (na krawędzi)



Reply to: