Bug 56987
Summary: | make fstab parsing more robust | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Ron Gomes <rrg> | ||||||
Component: | anaconda | Assignee: | Jeremy Katz <katzj> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 7.2 | Keywords: | FutureFeature | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i386 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Enhancement | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2006-02-21 18:48:16 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
Ron Gomes
2001-12-02 06:18:27 UTC
Created attachment 39307 [details]
anaconda crash output written to floppy disk
Please attach the original /etc/fstab file. Created attachment 39488 [details]
Original /etc/fstab at the time of installation
The last few lines of your fstab aren't really valid; you don't have the check field options at the end of the lines (all of the /adisk1 mounts). Changing subject and marking as enhancement to make that parsing more robust. The simple workaround is to add 0 0 to the end of those lines (or other check interval if desired). *** Bug 57493 has been marked as a duplicate of this bug. *** Fixed in CVS *** Bug 56519 has been marked as a duplicate of this bug. *** This line in my fstab fails: /dev/sda1 /opt ext3 default It fails trying in line 1569 of fsset.py when its doing: fields[4] = 0 and fields is ['/dev/sda1', '/opt', 'ext3', 'defaults'] Katzj has a fix which works now. Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |