This bug was fixed in the package parted - 2.2-5ubuntu4
---
parted (2.2-5ubuntu4) lucid; urgency=low
* Only probe DMI on i386/amd64 (LP: #561426).
-- Colin WatsonTue, 13 Apr 2010 13:41:53 +0100
** Changed in: parted (Ubuntu Lucid)
Status: In Progress => Fix Released
--
>From the strace:
brk(0) = 0x12000
brk(0x33000)= 0x33000
open("/dev/mem", O_RDONLY|O_LARGEFILE) = 3
mmap2(NULL, 65536, PROT_READ, MAP_SHARED, 3, 0xf0) = 0x4020
--- SIGBUS (Bus error) @ 0 (0) ---
+++ killed by SIGBUS +++
We shouldn
** Attachment added: "parted_devices strace"
http://launchpadlibrarian.net/44011943/strace.out
--
partman dies when trying to detect disks due to kernel error
https://bugs.launchpad.net/bugs/561426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
there we go:
~ #
~ # parted_devices
[ 1034.439666] Unhandled fault: external abort on non-linefetch (0x1018) at
0x4020
Bus error
~ #
--
partman dies when trying to detect disks due to kernel error
https://bugs.laun
adding set -x to check-missing-firmware instead gets me the actual bus
error but still doesnt chow what causes the non-linefetch error:
Apr 13 09:15:35 main-menu[240]: INFO: Menu item 'disk-detect' selected
Apr 13 09:15:36 net/hw-detect.hotplug: Detected hotpluggable network interface
eth0
Apr 13
** Attachment added: "syslog"
http://launchpadlibrarian.net/44009972/syslog
--
partman dies when trying to detect disks due to kernel error
https://bugs.launchpad.net/bugs/561426
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ub
This definitely seems like an issue with clocks of the HW module being
off when it is accessed.
Please provide the exact set of commands that triggers this within d-i.
I don't even know where to begin with d-i.
** Changed in: linux-ti-omap (Ubuntu Lucid)
Status: New => In Progress
--
par