Bug 670496
Summary: | IndexError: list index out of range | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gaetan Cambier <gaetan> | ||||||||
Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | low | ||||||||||
Version: | rawhide | CC: | anaconda-maint-list, jlaska, jonathan, vanmeeuwen+fedora | ||||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||||
Target Release: | --- | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | anaconda_trace_hash:d3d103d0b83af39c8352a12dd545d4af3011b7941e25697279e897dfb0fc2fb8 AcceptedBlocker | ||||||||||
Fixed In Version: | anaconda-15.22-1.fc15 | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2011-03-16 04:06:49 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: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 657618 | ||||||||||
Attachments: |
|
Description
Gaetan Cambier
2011-01-18 13:43:06 UTC
Created attachment 474049 [details]
Attached traceback automatically from anaconda.
*** This bug has been marked as a duplicate of bug 640893 *** Do you still have this system available for data collection? If so, go to tty2 (ctl+alt+f2) and run the following commands, then post the full output to this bug report: grep sysimage /proc/mounts df -h Thanks. Created attachment 474092 [details]
df -h
Created attachment 474093 [details]
grep sysimage /proc/mounts
My system i'ts a raid software cat /proc/mdstat Personalities : [raid1] [raid6] [raid5] [raid4] md1 : active raid5 sda2[0] sdd2[4] sdc2[2] sdb2[1] 1463609280 blocks super 1.0 level 5, 64k chunk, algorithm 2 [4/4] [UUUU] bitmap: 7/466 pages [28KB], 512KB chunk md0 : active raid1 sda1[0] sdd1[3] sdc1[2] sdb1[1] 513044 blocks super 1.0 [4/4] [UUUU] bitmap: 0/8 pages [0KB], 32KB chunk unused devices: <none> md0 : /boot md1 : lvm : / I have found the solution. I have modified the uuid in the /etc/fstab by the path of the device and the installation is ok Yes, the problem is that you have quotation marks around the UUIDs in /etc/fstab. I am proposing a patch that would fix this for Fedora 15. This bug prevents us from properly parsing an /etc/fstab that quotes the values of UUIDs and/or labels in device specifications. The fix is very low-risk and could certainly be viewed as a strengthening of the algorithms. the quote "" is incorrect in the fstab ? the correct use is : UUID=29d54a1d-75ee-4ed3-8ab2-9fb00256bb23 ??? The quote is unnecessary. Your correct use example is correct. I have added a patch to anaconda so that we can recognize quoted UUIDs and labels. I am trying to get it into Fedora 15. Fixed for Fedora 15 in anaconda-15.22-1. anaconda-15.22-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/anaconda-15.22-1.fc15 Discussed at 2011-03-11 blocker review meeting. This issue is fixed and available for testing in anaconda-15.22-1. The issue has been accepted as a beta blocker. anaconda-15.22-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |