From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20021204 Description of problem: Below is the traceback after running neat-tui, hitting tab, and hitting enter on the configure button. Traceback (innermost last): File "/usr/sbin/neat-tui", line 398, in ? mainScreen(screen) "/usr/sbin/neat-tui", line 57, in mainScreen nw.runIt() File "/usr/sbin/neat-tui", line 170, in runIt self.setState(self.eth) File "/usr/sbin/neat-tui", line 110, in setState <Tab>/<Alt-Tab> between elements 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): How reproducible: Always Steps to Reproduce: 1. up2date -i redhat-config-network 2. neat-tui 3. Hit tab 4. Hit enter Actual Results: Crash and Traceback Expected Results: ncurses display to control ethernet devices Additional info:
could you please redirect the error output? # netconf-tui 2>err.out and paste err.out in here? thx
neat-tui 2>err.out 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) 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
Seems to work in Phoebe2