Public bug reported: Binary package hint: linux-source-2.6.17
hi, I have the following setup: Ubuntu edgy (server) amd64, kernel 2.6.17-10-generic all patched-up-to- date 3 disks of 500Gb each, a raid 1 over the first 200 megabytes for /boot and a raid5 over the rest. The rest is a LVM vg which houses all my partitions. >From time to time I resize one partition or the other, and up until now that always worked like a charm, until a little while ago I suddenly couldn't resize my /home partition to 100Gb. dmesg showed: [1097453.120232] EXT3-fs warning (device dm-3): ext3_group_add: No reserved GDT blocks, can't resize and later: [1103585.148261] EXT3-fs warning (device dm-3): ext3_unlink: Deleting nonexistent file (4378758), 0 Well, I figured that I had to unmount it at last, so I did a fuser -km /home while logged in as root and unmounted the /home filesystem. This is when the shit hit the fan :) [1131828.669681] sb orphan head is 4378758 [1131828.669690] sb_info orphan list: [1131828.669697] inode dm-3:4378917 at ffff810055ea4d50: mode 100644, nlink 1, next 0 [1131828.669702] Assertion failure in ext3_put_super() at fs/ext3/super.c:421: "list_empty(&sbi->s_orphan)" and the kernel BUG itself: [1131828.669728] ----------- [cut here ] --------- [please bite here ] --------- [1131828.669733] Kernel BUG at fs/ext3/super.c:421 [1131828.669738] invalid opcode: 0000 [1] SMP [1131828.669744] CPU 0 [1131828.669749] Modules linked in: af_packet video tc1100_wmi sbs sony_acpi pcc_acpi i2c_ec hotkey dev_acpi button battery container ac asus_acpi ext2 it87 hwmon_vid eeprom i2c_isa lp ipg ipv6 sundance mii usblp snd_intel8x0 snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_timer evdev sg i2c_nforce2 i2c_core snd soundcore snd_page_alloc shpchp pci_hotplug parport_pc parport psmouse serio_raw floppy pcspkr sk98lin ext3 jbd dm_mod usb_storage libusual raid5 xor raid1 md_mod forcedeth ehci_hcd ohci_hcd usbcore ide_generic ide_cd cdrom generic amd74xx sd_mod sata_nv libata scsi_mod thermal processor fan capability commoncap vesafb cfbcopyarea cfbimgblt cfbfillrect fbcon tileblit font bitblit softcursor [1131828.669906] Pid: 13951, comm: umount Not tainted 2.6.17-10-generic #2 [1131828.669913] RIP: 0010:[<ffffffff88187f0f>] <ffffffff88187f0f>{:ext3:ext3_put_super+431} [1131828.669950] RSP: 0018:ffff81006902fe38 EFLAGS: 00010296 [1131828.669960] RAX: 000000000000006f RBX: ffff810074e6d150 RCX: 0000000000000000 [1131828.669971] RDX: 0000000000000000 RSI: 0000000000000292 RDI: ffffffff804d9340 [1131828.669981] RBP: ffff810074e6c000 R08: 0000000000000000 R09: 0000000000000000 [1131828.669991] R10: 0000000000000000 R11: 0000000000000006 R12: ffff810074e6d150 [1131828.670001] R13: ffff81007dd90c00 R14: 0000000000000000 R15: ffff81007dd90c00 [1131828.670012] FS: 00002b638540c6d0(0000) GS:ffffffff805f3000(0000) knlGS:00000000f7d656b0 [1131828.670022] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b [1131828.670030] CR2: 000000000050e548 CR3: 0000000069d76000 CR4: 00000000000006e0 [1131828.670041] Process umount (pid: 13951, threadinfo ffff81006902e000, task ffff8100302bb890) [1131828.670050] Stack: 0000000000000000 ffff81007dd90c00 ffff81007dd90c88 ffffffff881a15e0 [1131828.670066] ffff810037bb68c0 ffffffff802d2812 ffff81007de3a880 ffffffff881a15a0 [1131828.670085] ffff81007dd90c00 ffffffff802d28ed [1131828.670096] Call Trace: <ffffffff802d2812>{generic_shutdown_super+162} [1131828.670119] <ffffffff802d28ed>{kill_block_super+45} <ffffffff802d29e4>{deactivate_super+116} [1131828.670141] <ffffffff802dbf6f>{sys_umount+639} <ffffffff8026580e>{system_call+126} [1131828.670180] [1131828.670181] Code: 0f 0b 68 44 21 19 88 c2 a5 01 66 66 66 90 66 66 90 49 8b bd [1131828.670222] RIP <ffffffff88187f0f>{:ext3:ext3_put_super+431} RSP <ffff81006902fe38> [1131828.670386] BUG: warning at kernel/exit.c:855/do_exit() [1131828.673458] [1131828.673459] Call Trace: <ffffffff80214f22>{do_exit+82} <ffffffff80345a59>{vgacon_blank+457} [1131828.673503] <ffffffff8034619d>{vgacon_cursor+125} <ffffffff80344f24>{vgacon_set_palette+36} [1131828.673531] <ffffffff80272981>{die+81} <ffffffff80272f5d>{do_invalid_op+173} [1131828.673559] <ffffffff88187f0f>{:ext3:ext3_put_super+431} <ffffffff881290db>{:raid5:unplug_slaves+107} [1131828.673612] <ffffffff802664a1>{error_exit+0} <ffffffff88187f0f>{:ext3:ext3_put_super+431} [1131828.673655] <ffffffff88187f0f>{:ext3:ext3_put_super+431} <ffffffff802d2812>{generic_shutdown_super+162} [1131828.673693] <ffffffff802d28ed>{kill_block_super+45} <ffffffff802d29e4>{deactivate_super+116} [1131828.673721] <ffffffff802dbf6f>{sys_umount+639} <ffffffff8026580e>{system_call+126} ** Affects: linux-source-2.6.17 (Ubuntu) Importance: Undecided Status: Unconfirmed -- resize2fs + lvm + software raid kernel BUG on amdt64 https://launchpad.net/bugs/86445 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs