Bug 64512
| Summary: | TB neat-tui:110:setState | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Joshua Jensen <joshua> |
| Component: | redhat-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | wtogami |
| 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: | 2002-06-26 15:51:13 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: | 67498 | ||
I can confirm this occurs to me too. Should be fixed in CVS. first beta of erratum is available at: ftp://people.redhat.com/harald/redhat-config-network/1.0.1-1/ Most of the bugs reported have been removed, but as in every software change, there could be new bugs introduced. Please report bugs against this with explicitly stating the 1.0.1 version... Thx and please test. An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2002-267.html |
Description of Problem: When starting neat-tui with this already existing ifcfg-eth0 file: DEVICE=eth0 ONBOOT=yes BOOTPROTO=static IPADDR=192.168.0.99 NETMASK=255.255.255.0 GATEWAY=192.168.0.254 ... I get immediate tracebacks: Configure Traceback (innermost last): File "/usr/sbin/neat-tui", line 398, in ? mainScreen(screen) File "/usr/sbin/neat-tui", line 57, in mainScreen nw.runIt() File "/usr/sbin/neat-tui", line 170, in runIt self.setState(self.eth) <Tab>/<Alt-Tab> between elem File "/usr/sbin/neat-tui", line 110, in setState if (string.lower(eth.BootProto)=="dhcp") or (string.lower(eth.BootProto)=="bootp"): TypeError: read-only character buffer, None Version-Release number of selected component (if applicable): stock 7.3 Thank you.