Activity log for bug #576147

Date Who What changed Old value New value Message
2010-05-06 00:24:03 Ypthor bug added bug
2010-05-06 00:24:03 Ypthor attachment added BootDmesg.txt http://launchpadlibrarian.net/47901182/BootDmesg.txt
2010-05-06 00:24:03 Ypthor attachment added CurrentDmesg.txt http://launchpadlibrarian.net/47901183/CurrentDmesg.txt
2010-05-06 00:24:03 Ypthor attachment added Dependencies.txt http://launchpadlibrarian.net/47901184/Dependencies.txt
2010-05-06 00:24:03 Ypthor attachment added Lspci.txt http://launchpadlibrarian.net/47901185/Lspci.txt
2010-05-06 00:24:03 Ypthor attachment added Lsusb.txt http://launchpadlibrarian.net/47901186/Lsusb.txt
2010-05-06 00:24:03 Ypthor attachment added MDadmExamine.dev.sda1.txt http://launchpadlibrarian.net/47901187/MDadmExamine.dev.sda1.txt
2010-05-06 00:24:03 Ypthor attachment added MDadmExamine.dev.sda2.txt http://launchpadlibrarian.net/47901188/MDadmExamine.dev.sda2.txt
2010-05-06 00:24:03 Ypthor attachment added MDadmExamine.dev.sdb1.txt http://launchpadlibrarian.net/47901189/MDadmExamine.dev.sdb1.txt
2010-05-06 00:24:03 Ypthor attachment added MDadmExamine.dev.sdb2.txt http://launchpadlibrarian.net/47901190/MDadmExamine.dev.sdb2.txt
2010-05-06 00:24:03 Ypthor attachment added ProcCpuinfo.txt http://launchpadlibrarian.net/47901191/ProcCpuinfo.txt
2010-05-06 00:24:03 Ypthor attachment added ProcInterrupts.txt http://launchpadlibrarian.net/47901192/ProcInterrupts.txt
2010-05-06 00:24:03 Ypthor attachment added ProcMDstat.txt http://launchpadlibrarian.net/47901193/ProcMDstat.txt
2010-05-06 00:24:03 Ypthor attachment added ProcModules.txt http://launchpadlibrarian.net/47901194/ProcModules.txt
2010-05-06 00:24:03 Ypthor attachment added ProcMounts.txt http://launchpadlibrarian.net/47901195/ProcMounts.txt
2010-05-06 00:24:03 Ypthor attachment added ProcPartitions.txt http://launchpadlibrarian.net/47901196/ProcPartitions.txt
2010-05-06 00:24:03 Ypthor attachment added UdevDb.txt http://launchpadlibrarian.net/47901197/UdevDb.txt
2010-05-06 00:24:03 Ypthor attachment added UdevLog.txt http://launchpadlibrarian.net/47901198/UdevLog.txt
2010-05-06 00:24:03 Ypthor attachment added initrd.files.txt http://launchpadlibrarian.net/47901199/initrd.files.txt
2010-05-06 00:24:03 Ypthor attachment added mdadm.conf.txt http://launchpadlibrarian.net/47901200/mdadm.conf.txt
2010-06-11 06:39:07 Ypthor description Binary package hint: mdadm I installed Ubuntu 10.04 on a software (throughout the description I'm talking about softraid) raid1 array, with the alternate installer. It boots, it works, all's well. Now I wanted to create some new raid arrays and I experience the following: If I create it with the 1.2 superblock AND I give it a name "#mdadm --create /dev/md1 --metadata=1.2 --name=TEST --level=1 --raid-devices=2 /dev/sda1 /dev/sdb1 -> the array is created "#mdadm -Es | grep md1 >> /etc/mdadm/mdadm.conf" -> the array gets the name "TEST" and device name "/dev/md/TEST" and upon doesn't start. Instead an inactive array called md_d127 (further arrays are named md_d126, md_d125) appears, in /proc/mdstat grabbing one of the components. Trying to assemble the created array "#mdadm --assemble --name=TEST" (or --assemble /dev/md/TEST) results in a degraded array with only the other component in it. Stopping the md_d127 array and then assembling the TEST array usually works, but last time I tried it failed. The following device files are present in /dev (md0 has the system on it): # ls /dev/md* /dev/md0 /dev/md_TEST1 /dev/md_TEST3 /dev/md_d127 /dev/md_TEST2 /dev/md_TEST4 /dev/md: TEST TEST1 TEST2 TEST3 TEST4 If I create a default raid1 (I've tried naming it too, but I guess that's unavailable, with a v0.9 superblock), or one with a 1.2 superblock, but no name given, they all get assembled upon reboot. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: mdadm 2.6.7.1-1ubuntu15 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic x86_64 Architecture: amd64 Date: Thu May 6 01:45:07 2010 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427.1) MDadmExamine.dev.sda: Error: command ['/sbin/mdadm', '-E', '/dev/sda'] failed with exit code 1: mdadm: No md superblock detected on /dev/sda. MDadmExamine.dev.sda3: Error: command ['/sbin/mdadm', '-E', '/dev/sda3'] failed with exit code 1: mdadm: No md superblock detected on /dev/sda3. MDadmExamine.dev.sda4: Error: command ['/sbin/mdadm', '-E', '/dev/sda4'] failed with exit code 1: mdadm: No md superblock detected on /dev/sda4. MDadmExamine.dev.sdb: Error: command ['/sbin/mdadm', '-E', '/dev/sdb'] failed with exit code 1: mdadm: No md superblock detected on /dev/sdb. MDadmExamine.dev.sdb3: Error: command ['/sbin/mdadm', '-E', '/dev/sdb3'] failed with exit code 1: mdadm: No md superblock detected on /dev/sdb3. MDadmExamine.dev.sdb4: Error: command ['/sbin/mdadm', '-E', '/dev/sdb4'] failed with exit code 1: mdadm: No md superblock detected on /dev/sdb4. MachineType: Gigabyte Technology Co., Ltd. GA-MA78GPM-DS2H ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=88e1b6ce-dd96-4f24-b899-48bca4256fc7 ro quiet splash ProcEnviron: LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: mdadm dmi.bios.date: 04/14/2009 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F4 dmi.board.name: GA-MA78GPM-DS2H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd04/14/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GPM-DS2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GPM-DS2H:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: GA-MA78GPM-DS2H dmi.sys.vendor: Gigabyte Technology Co., Ltd. etc.blkid.tab: Error: [Errno 2] No such file or directory: '/etc/blkid.tab' Binary package hint: mdadm I installed Ubuntu 10.04 on a software (throughout the description I'm talking about softraid) raid1 array, with the alternate installer. It boots, it works, all's well. Now I wanted to create some new raid arrays and I experience the following: If I create it with the 1.2 superblock AND I give it a name "#mdadm --create /dev/md1 --metadata=1.2 --name=TEST --level=1 --raid-devices=2 /dev/sda1 /dev/sdb1 -> the array is created "#mdadm -Es | grep md1 >> /etc/mdadm/mdadm.conf" -> the array gets the name "TEST" and device name "/dev/md/TEST" and upon reboot doesn't start. Instead an inactive array called md_d127 (further arrays are named md_d126, md_d125) appears, in /proc/mdstat grabbing one of the components. Trying to assemble the created array "#mdadm --assemble --name=TEST" (or --assemble /dev/md/TEST) results in a degraded array with only the other component in it. Stopping the md_d127 array and then assembling the TEST array usually works, but last time I tried it failed. The following device files are present in /dev (md0 has the system on it): # ls /dev/md* /dev/md0 /dev/md_TEST1 /dev/md_TEST3 /dev/md_d127 /dev/md_TEST2 /dev/md_TEST4 /dev/md: TEST TEST1 TEST2 TEST3 TEST4 If I create a default raid1 (I've tried naming it too, but I guess that's unavailable, with a v0.9 superblock), or one with a 1.2 superblock, but no name given, they all get assembled upon reboot. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: mdadm 2.6.7.1-1ubuntu15 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic x86_64 Architecture: amd64 Date: Thu May 6 01:45:07 2010 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427.1) MDadmExamine.dev.sda: Error: command ['/sbin/mdadm', '-E', '/dev/sda'] failed with exit code 1: mdadm: No md superblock detected on /dev/sda. MDadmExamine.dev.sda3: Error: command ['/sbin/mdadm', '-E', '/dev/sda3'] failed with exit code 1: mdadm: No md superblock detected on /dev/sda3. MDadmExamine.dev.sda4: Error: command ['/sbin/mdadm', '-E', '/dev/sda4'] failed with exit code 1: mdadm: No md superblock detected on /dev/sda4. MDadmExamine.dev.sdb: Error: command ['/sbin/mdadm', '-E', '/dev/sdb'] failed with exit code 1: mdadm: No md superblock detected on /dev/sdb. MDadmExamine.dev.sdb3: Error: command ['/sbin/mdadm', '-E', '/dev/sdb3'] failed with exit code 1: mdadm: No md superblock detected on /dev/sdb3. MDadmExamine.dev.sdb4: Error: command ['/sbin/mdadm', '-E', '/dev/sdb4'] failed with exit code 1: mdadm: No md superblock detected on /dev/sdb4. MachineType: Gigabyte Technology Co., Ltd. GA-MA78GPM-DS2H ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic root=UUID=88e1b6ce-dd96-4f24-b899-48bca4256fc7 ro quiet splash ProcEnviron:  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: mdadm dmi.bios.date: 04/14/2009 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F4 dmi.board.name: GA-MA78GPM-DS2H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd04/14/2009:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA78GPM-DS2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA78GPM-DS2H:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: GA-MA78GPM-DS2H dmi.sys.vendor: Gigabyte Technology Co., Ltd. etc.blkid.tab: Error: [Errno 2] No such file or directory: '/etc/blkid.tab'
2010-09-03 13:32:32 Brian Quinion bug added subscriber launchpad@brian.quinion.co.uk
2011-02-28 02:45:36 Ben Gamari bug added subscriber Ben Gamari
2011-04-06 08:00:20 Oliver Breuer bug added subscriber Oliver Breuer
2011-04-06 09:52:50 Oliver Breuer mdadm (Ubuntu): status New Confirmed
2012-12-17 17:46:32 Grant Slater bug added subscriber Grant Slater