Bug 206538
| Summary: | Installation aborts if DHCP unchecked and IP fields empty | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Farrell <farrellj> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED DUPLICATE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-14 22:07:39 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: | |||
Sorry for the dupe -- I got the following error when posting: ""The product name '' is invalid or does not exist. Please press Back and try again."" |
Description of problem: Installation of FC6T3 aborts at Network setup step if "Use DHCP" in the device dialog is unchecked and nothing is input in the IP fields. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Go through default install steps until reaching Network devices setup step 2. Select a device (ie "eth0") and click Edit 3. Uncheck the "Use DHCP" checkbox 4. Click OK Actual results: Installation aborts because of unhandled exception Expected results: Input validation of required fields that are empty or bogus Additional info: Traceback (most recent call first): File "/usr/lib/anaconda/iw/network_gui.py", line 456, in editDevice if int(val) > 32 or int(val) < 0: ValueError: invalid literal for int():