Bug 207474
| Summary: | Dynamically linked lvm utilities seg faults leaving broken initrd images | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Roy-Magne Mo <rmo> | ||||
| Component: | lvm2 | Assignee: | Alasdair Kergon <agk> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5 | CC: | agk, dwysocha, mbroz, nerijus | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2.02.17 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-01-10 18:33:24 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Roy-Magne Mo
2006-09-21 11:37:14 UTC
Created attachment 136846 [details]
tarred down /etc/lvm directory
selinux is not enabled on this server btw I think you've got fc4 and fc5 packages mixed up. fc5 contains device-mapper-1.02.02-3.2 and lvm2-2.02.01-1.2.1 fc4 contains device-mapper-1.02.07-2.0 and lvm2-2.02.06-1.0.fc4 (There's evidently a missing 'conflicts' line in the fc4 dm package which should have stopped you updating dm without also updating lvm2.) Seems to be the culprit, i downgraded to the version from FC5 - and it works agains :) I will try to reinstall the newer kernels to see if those boots now. So I guess the fix is to update the packages in FC5 and push them out? It seems this manifested itself as a problem with some laters updates, so I guess there is a lot of installs out there which has gone the yum upgrade path from FC4 to FC5 with this situation. the FC5 packages generates the correct initrd FC5 is: [root@mainty ~]# rpm -aq | grep device-mapper device-mapper-1.02.02-3.2 [root@mainty ~]# rpm -aq | grep lvm lvm2-2.02.01-1.2.1 I stil hang with a "soft lockup detected on CPU#0". Kernel 2.6.18-1.2239 I have to revert to older kernel (2.6.15) to have a working system. new fc5 package updates on their way that should fix the numbering |