Bug 59017 - TB Conf:936:__setitem__
Summary: TB Conf:936:__setitem__
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: redhat-config-network
Version: 7.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact:
URL:
Whiteboard:
: 52145 63045 63608 71171 74835 77909 78618 81398 83955 98900 107355 114783 118774 (view as bug list)
Depends On:
Blocks: rcn-7.3
TreeView+ depends on / blocked
 
Reported: 2002-01-29 13:01 UTC by Phil Dunn
Modified: 2008-05-01 15:38 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-06-26 15:51:24 UTC
Embargoed:


Attachments (Terms of Use)
log file from crash on 7.3 (1.90 KB, text/plain)
2003-02-04 23:16 UTC, Larry Webber
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2002:257 0 high SHIPPED_LIVE Updated redhat-config-network package available 2003-05-06 04:00:00 UTC
Red Hat Product Errata RHBA-2002:267 0 normal SHIPPED_LIVE Updated redhat-config-network package available 2003-02-07 15:19:58 UTC

Description Phil Dunn 2002-01-29 13:01:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; Linux 2.4.7-10 i686)

Description of problem:
When saving changes to the network config dialogue an exception occurs

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.open network config tool
2.make a change
3.press apply
	

Actual Results:  Exception Occured
Traceback (innermost last):
  File "/usr/sbin/neat", line 1210, in ?
    gtk.mainloop()
  File "/usr/lib/python1.5/site-packages/gtk.py", line 2608, in mainloop
    _gtk.gtk_main()
  File "/usr/lib/python1.5/site-packages/libglade.py", line 28, in __call__
    ret = apply(self.func, a)
  File "/usr/sbin/neat", line 392, in on_applyButton_clicked
    self.save()
  File "/usr/sbin/neat", line 271, in save
    self.saveHardware()
  File "/usr/sbin/neat", line 283, in saveHardware
    hardwarelist.save()
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/NCHardwareList.py",
line 276, in save
    modules.write()
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 981,
in write
    self[key] = self.vars[key]
  File "/usr/sbin/../share/redhat-config-network/netconfpkg/Conf.py", line 936,
in __setitem__
    replace = key + ' ' + varname + ' ' + endofline
TypeError: illegal argument type for built-in operation


Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-01-30 23:56:45 UTC
Which version?

Comment 2 general 2002-02-11 04:51:28 UTC
I getting the same error but don't know how to find the version of the App. When
I do more it says Copyright 2001.

Comment 3 Trond Eivind Glomsrxd 2002-02-11 04:56:27 UTC
rpm -q redhat-config-network

Comment 4 Phil Dunn 2002-02-11 12:29:03 UTC
rpm -q redhat-config-network gives version 0.9.10-2


Comment 5 Harald Hoyer 2002-02-20 15:47:15 UTC
please attach your /etc/modules.conf


Comment 6 Need Real Name 2002-03-18 09:09:35 UTC
I also saw this exact same error on my own computer today.

The traceback was identical and it happened when I tried to apply a
configuration of a static IP address on an interface previously occupied by a
DHCP conf.

Here is my info:
[sahai@localhost ~]# rpm -q redhat-config-network
redhat-config-network-0.9.10-2

[sahai@localhost ~]# cat /etc/modules.conf
alias parport_lowlevel parport_pc
alias eth0 eepro100
alias usb-controller usb-uhci
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1
|| :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
# alias eth1 wavelan2_cs
alias eth1 orinoco_cs


Comment 7 Harald Hoyer 2002-06-26 14:01:53 UTC
*** Bug 63045 has been marked as a duplicate of this bug. ***

Comment 8 Harald Hoyer 2002-06-26 14:03:18 UTC
should be fixed in 7.3

Comment 9 Harald Hoyer 2002-06-26 14:17:23 UTC
*** Bug 63608 has been marked as a duplicate of this bug. ***

Comment 10 Harald Hoyer 2002-06-26 14:47:33 UTC
*** Bug 52145 has been marked as a duplicate of this bug. ***

Comment 11 Harald Hoyer 2002-10-23 09:55:00 UTC
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.

Comment 12 Harald Hoyer 2002-11-20 17:31:11 UTC
*** Bug 71171 has been marked as a duplicate of this bug. ***

Comment 13 Harald Hoyer 2002-11-20 17:32:28 UTC
*** Bug 74835 has been marked as a duplicate of this bug. ***

Comment 14 Harald Hoyer 2002-11-27 10:49:18 UTC
*** Bug 78618 has been marked as a duplicate of this bug. ***

Comment 15 Harald Hoyer 2003-01-09 09:48:33 UTC
*** Bug 81398 has been marked as a duplicate of this bug. ***

Comment 16 Harald Hoyer 2003-01-09 09:51:15 UTC
third beta of erratum for 7.3/7.2/AS2 is available at:
ftp://people.redhat.com/harald/redhat-config-network/1.0.3-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.3 version... Thx
and please test.



Comment 17 Larry Webber 2003-02-04 23:16:41 UTC
Created attachment 89849 [details]
log file from crash on 7.3

Comment 18 Larry Webber 2003-02-04 23:20:15 UTC
It's not clear to me from this ticket whether this bug should still exist in RH
7.3 or not. I am seeing very similar bug and sent a log of the results generated
when the utility crashes. This is similar but not identical to the message at
top of this ticket. I am running RH 7.3 however.

Comment 19 Harald Hoyer 2003-02-07 12:48:40 UTC
*** Bug 77909 has been marked as a duplicate of this bug. ***

Comment 20 Harald Hoyer 2003-02-10 15:13:48 UTC
*** Bug 83955 has been marked as a duplicate of this bug. ***

Comment 21 John Flanagan 2003-02-14 21:04:15 UTC
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


Comment 22 Harald Hoyer 2003-07-10 09:11:12 UTC
*** Bug 98900 has been marked as a duplicate of this bug. ***

Comment 23 Harald Hoyer 2003-10-21 11:59:16 UTC
*** Bug 107355 has been marked as a duplicate of this bug. ***

Comment 24 Harald Hoyer 2004-02-03 13:38:55 UTC
*** Bug 114783 has been marked as a duplicate of this bug. ***

Comment 25 Harald Hoyer 2004-03-24 09:46:56 UTC
*** Bug 118774 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.