| Summary: | parted in rawhide fails with: parted: arch/linux.c:2800: linux_disk_commit: Assertion `_have_blkpg ()' failed. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard W.M. Jones <rjones> |
| Component: | parted | Assignee: | Brian Lane <bcl> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bcl, hdegoede, meyering |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-29 14:55:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Richard W.M. Jones
2011-06-05 13:44:46 UTC
Just had a look at the code in _have_blkpg, and I wonder if this has something to do with the Linux kernel version being 3.0? http://koji.fedoraproject.org/koji/getfile?taskID=3111513&name=root.log in case you want to see the version number of Linux kernel and other packages installed while parted was running. (In reply to comment #1) > Just had a look at the code in _have_blkpg, and I wonder > if this has something to do with the Linux kernel version > being 3.0? Looks like parted is expecting the utsname release string to contain 3 dotted numbers. But in the new kernel that string is "3.0". Thanks for the report. I've posted a patch: http://thread.gmane.org/gmane.comp.gnu.parted.devel/3529/focus=3530 The next kernel RPM should use 3.0.x, so very few users will encounter this problem with parted. Since I don't have a Rawhide machine to test this on and the patch *looks* good to me, I pushed it to Rawhide. I will try and build libguestfs against it, to see if it fixes the problem. I tested Jim's original patch and it fixed the problem. Jim has now pushed a modified version of the patch upstream. Therefore I am closing this bug. This bug has reappeared in parted-3.0-1.fc16. Here is the error: parted -s -- /dev/vda mklabel msdos parted: arch/linux.c:2805: linux_disk_commit: Assertion `_have_blkpg ()' failed. I pushed a fix in parted-3.0-2.fc16, and am rebuilding libguestfs against this. parted binary appears to run without error now. |