Anyone able to run Intrepid server?
Michael Hipp
Michael at Hipp.com
Thu Oct 2 15:38:54 UTC 2008
Dustin Kirkland wrote:
> On Thu, Oct 2, 2008 at 8:28 AM, Michael Hipp <Michael at hipp.com> wrote:
>> I've tried twice now to install Intrepid server on 2 different systems. Once a
>> couple of weeks ago, most recently on the 9/30 daily build.
>>
>> In both cases the install seems to proceed fine but it won't boot.
>>
>> This most recent case (9/30 build) is on a Dell PowerEdge 600SC with a pair of
>> 36G SCSI drives. Upon boot it drops to BusyBox saying /dev/md0 does not exist.
>>
>> I typed 'exit' at the BusyBox prompt and it proceeded to boot normally. The md
>> devices show normal. But upon next reboot it again lands in BusyBox.
>>
>> My disk layout:
>> mdo: /
>> md1: <swap>
>> md2: /home
>>
>> The md devices are RAID1.
>
>
> I just tested this scenario as closely as I could in a KVM and could
> not reproduce your problem. Here is the output of a few commands that
> I will need you to send me:
Dustin, thanks for whatever help you can offer. I believe I got it all. Note
that my fdisk is a bit more persnickety than yours :-)
Note that I entered these commands *after* I had fully booted (beyond the
BusyBox shell). Whatever problem is plaguing md0 may not be showing by that time.
root at lydia:~# fdisk /dev/sd?
Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors
root at lydia:~# fdisk -l /dev/sd?
Disk /dev/sda: 36.4 GB, 36420075008 bytes
255 heads, 63 sectors/track, 4427 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000080
Device Boot Start End Blocks Id System
/dev/sda1 * 1 486 3903763+ fd Linux raid autodetect
/dev/sda2 487 729 1951897+ fd Linux raid autodetect
/dev/sda3 730 4427 29704185 fd Linux raid autodetect
Disk /dev/sdb: 36.7 GB, 36748945408 bytes
255 heads, 63 sectors/track, 4467 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000d6c1e
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 486 3903763+ fd Linux raid autodetect
/dev/sdb2 487 729 1951897+ fd Linux raid autodetect
/dev/sdb3 730 4467 30025485 fd Linux raid autodetect
root at lydia:~# mount | grep md
/dev/md0 on / type ext3 (rw,noatime,relatime,errors=remount-ro)
/dev/md2 on /home type ext3 (rw,noatime,relatime)
root at lydia:~# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4]
[raid10]
md2 : active raid1 sda3[0] sdb3[1]
29704064 blocks [2/2] [UU]
md1 : active raid1 sda2[0] sdb2[1]
1951808 blocks [2/2] [UU]
md0 : active raid1 sda1[0] sdb1[1]
3903680 blocks [2/2] [UU]
unused devices: <none>
root at lydia:~# mdadm --detail /dev/md0
/dev/md0:
Version : 00.90
Creation Time : Mon Jun 30 18:13:39 2008
Raid Level : raid1
Array Size : 3903680 (3.72 GiB 4.00 GB)
Used Dev Size : 3903680 (3.72 GiB 4.00 GB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Thu Oct 2 10:32:03 2008
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
UUID : a3142778:1ca5efa3:324da5f3:a4ba7e39
Events : 0.8
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
root at lydia:~# mdadm --detail /dev/md1
/dev/md1:
Version : 00.90
Creation Time : Mon Jun 30 18:13:49 2008
Raid Level : raid1
Array Size : 1951808 (1906.38 MiB 1998.65 MB)
Used Dev Size : 1951808 (1906.38 MiB 1998.65 MB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 1
Persistence : Superblock is persistent
Update Time : Tue Sep 30 12:34:01 2008
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
UUID : 74a47fae:c90d8e97:b3c7d20d:0520d7be
Events : 0.8
Number Major Minor RaidDevice State
0 8 2 0 active sync /dev/sda2
1 8 18 1 active sync /dev/sdb2
root at lydia:~# mdadm --detail /dev/md2
/dev/md2:
Version : 00.90
Creation Time : Mon Jun 30 18:15:28 2008
Raid Level : raid1
Array Size : 29704064 (28.33 GiB 30.42 GB)
Used Dev Size : 29704064 (28.33 GiB 30.42 GB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 2
Persistence : Superblock is persistent
Update Time : Thu Oct 2 07:29:25 2008
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
UUID : 52f62182:65559238:ff044d56:7b3fcbec
Events : 0.10
Number Major Minor RaidDevice State
0 8 3 0 active sync /dev/sda3
1 8 19 1 active sync /dev/sdb3
Michael
More information about the ubuntu-server
mailing list