Public bug reported:

I tried to install the karmic beta release to an ATAoverEthernet disk. As the 
installer doesn't have direct support for this I booted the live system and 
manually did:
modprobe aoe
cd /dev
ln -s etherd/e0.0 sda
ln -s etherd/e0.0p1 sda1

Then I started the installer and I am able to select the AoE disk (it's 
correctly listetd as /dev/etherd/e0.0 but, the sda symlinks are necessary, i 
don't see the disk without them). Installation runs fine but at 80% it just 
hangs at "Scanning the CD-ROM...".
I found the following error in dmesg output:
[ 1491.897974] ------------[ cut here ]------------
[ 1491.897976] kernel BUG at 
/build/buildd/linux-2.6.31/drivers/block/aoe/aoeblk.c:177!
[ 1491.897979] invalid opcode: 0000 [#1] SMP
[ 1491.897982] last sysfs file: 
/sys/devices/pci0000:00/0000:00:1f.1/host0/target0:0:0/0:0:0:0/evt_media_change
[ 1491.897984] CPU 1
[ 1491.897986] Modules linked in: nls_utf8 ufs qnx4 hfsplus hfs minix ntfs 
msdos jfs xfs exportfs reiserfs aoe ppdev lp parport snd_hda_codec_realtek 
snd_hda_intel bridge snd_hda_codec stp snd_pcm_oss snd_mixer_oss snd_pcm bnep 
snd_seq_dummy snd_seq_oss snd_seq_midi btusb snd_rawmidi iptable_filter 
snd_seq_midi_event snd_seq ip_tables x_tables dm_crypt snd_timer snd_seq_device 
joydev isight_firmware appletouch snd applesmc led_class input_polldev 
soundcore snd_page_alloc squashfs aufs isofs hid_apple usbhid nls_iso8859_1 
nls_cp437vfat fat ohci1394 sky2 ssb ieee1394 intel_agp i915 drm i2c_algo_bit 
video output
[ 1491.898027] Pid: 11780, comm: apt-get Not tainted 2.6.31-11-generic 
#36-Ubuntu MacBook4,1
[ 1491.898029] RIP: 0010:[<ffffffffa0317833>]  [<ffffffffa0317833>] 
aoeblk_make_request+0x243/0x260 [aoe]
[ 1491.898038] RSP: 0018:ffff88001057dc88  EFLAGS: 00010296
[ 1491.898040] RAX: 000000000000002c RBX: ffff88003d1e9540 RCX: 000000000000001e
[ 1491.898042] RDX: 0000000000000000 RSI: 0000000000000086 RDI: 0000000000000246
[ 1491.898044] RBP: ffff88001057dcd8 R08: 0000000000000033 R09: 000000000000bd77
[ 1491.898046] R10: 0000000000000005 R11: 0000000000000000 R12: ffff88004851bc00
[ 1491.898048] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000009800001
[ 1491.898050] FS:  00007f795560c710(0000) GS:ffff8800019e9000(0000) 
knlGS:0000000000000000
[ 1491.898053] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 1491.898055] CR2: 00007f3d777b6a20 CR3: 0000000008d4c000 CR4: 00000000000006a0
[ 1491.898057] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 1491.898059] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 1491.898061] Process apt-get (pid: 11780, threadinfo ffff88001057c000, task 
ffff880040d296b0)
[ 1491.898063] Stack:
[ 1491.898064]  0000000000000000 ffff88003d1e9540 ffffffff81073b90 
ffff88001057dca0
[ 1491.898067] <0> ffff88001057dca0 0000000000000246 ffff88003d1e9540 
ffff880078590fd0
[ 1491.898071] <0> 0000000000000000 0000000000000000 ffff88001057dd98 
ffffffff8125be13
[ 1491.898075] Call Trace:
[ 1491.898081]  [<ffffffff81073b90>] ? autoremove_wake_function+0x0/0x40
[ 1491.898086]  [<ffffffff8125be13>] generic_make_request+0x1a3/0x4d0
[ 1491.898091]  [<ffffffff810d7df0>] ? mempool_alloc_slab+0x10/0x20
[ 1491.898094]  [<ffffffff81073a76>] ? bit_waitqueue+0x16/0xc0
[ 1491.898097]  [<ffffffff8125c1bd>] submit_bio+0x7d/0x110
[ 1491.898100]  [<ffffffff8125eee6>] blkdev_issue_flush+0x96/0xe0
[ 1491.898103]  [<ffffffff811a90ac>] ext4_sync_file+0x12c/0x190
[ 1491.898107]  [<ffffffff810de9d8>] ? do_writepages+0x28/0x50
[ 1491.898110]  [<ffffffff8113e406>] vfs_fsync+0x86/0xf0
[ 1491.898114]  [<ffffffff810fa4a9>] sys_msync+0x149/0x1f0
[ 1491.898118]  [<ffffffff81011fc2>] system_call_fastpath+0x16/0x1b
[ 1491.898119] Code: b2 31 a0 31 c0 e8 c1 94 20 e1 48 8b 7d b8 be f4 ff ff ff 
e8 00 c6 e2 e0 e9 62 ff ff ff 48 c7 c7 30 af 31 a0 31 c0 e8 a0 94 20 e1 <0f> 0b 
eb fe 48 c7 c7 08 b231 a0 31 c0 e8 8e 94 20 e1 0f 0b eb
[ 1491.898148] RIP  [<ffffffffa0317833>] aoeblk_make_request+0x243/0x260 [aoe]
[ 1491.898153]  RSP <ffff88001057dc88>
[ 1491.898155] ---[ end trace eb4bd991ec51f1af ]---

The AoE disk is provided by a vblade server running Ubuntu jaunty.

I also ran a badblocks destructive write check on the disk out of the
Ubuntu live system, but this run successful.

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

-- 
AoE kernel bug when installing karmic (beta) to an AoE disk
https://bugs.launchpad.net/bugs/446290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to