Bug 110150

Summary: TB sre.py:229:_compile:error: multiple repeat
Product: [Retired] Red Hat Linux Reporter: manikandan <jmanikandan3>
Component: redhat-config-networkAssignee: Harald Hoyer <harald>
Status: CLOSED ERRATA QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-04 10:17:12 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:

Description manikandan 2003-11-15 10:26:35 UTC
Description of problem:
I AM USING LINUX WEBSERVER WITH 2 ETHERNET CARD ONE FOR INTERNAL LAN 
AND EXTERNAL LAN. 2 ETHERNET CARDS ARE WORKING GOOD.I AM NOT ABLE TO 
EDIT AND SAVE THE ETH1 (2 ETHERNET CARD)  WHEN I GO AND CHANGE AND 
SAVE IN THE NETWORK CONFIGURATION, IT IS DISPLAYING LIKE THAT. NOW I 
TEMPORARLILY MAKING CONNECTION THRU COMMAND LINE IFCONFIG. 

REGARDS
J.MANIKANDAN

Version-Release number of selected component (if applicable):
REDHAT LINUX 9.0 VERSION

How reproducible:
Component: redhat-config-network
Version: 1.2.0
Summary: TB /usr/src/build/228093-
i386/install/usr/lib/python2.2/sre.py:229:_compile:error: multiple 
repeat
Traceback (most recent call last):
  File "/usr/src/build/226257-noarch/install/usr/share/redhat-config-
network/netconfpkg/gui/maindialog.py", line 747, in 
on_deviceActivateButton_clicked
  File "/usr/src/build/226257-noarch/install/usr/share/redhat-config-
network/netconfpkg/gui/maindialog.py", line 291, in save
  File "/usr/src/build/226257-noarch/install/usr/share/redhat-config-
network/netconfpkg/gui/maindialog.py", line 324, in saveProfiles
  File "/usr/src/build/226257-noarch/install/usr/share/redhat-config-
network/netconfpkg/NCProfileList.py", line 343, in save
  File "/usr/lib/python2.2/site-packages/rhpl/Conf.py", line 460, in 
__setitem__
    while self.findnextline('^\S*[' + self.separators + ']+' + 
varname):
  File "/usr/lib/python2.2/site-packages/rhpl/Conf.py", line 192, in 
findnextline
    if re.search(regexp, self.lines[self.line]):
  File "/usr/src/build/228093-i386/install/usr/lib/python2.2/sre.py", 
line 137, in search
    return _compile(pattern, flags).search(string)
  File "/usr/src/build/228093-i386/install/usr/lib/python2.2/sre.py", 
line 229, in _compile
    raise error, v # invalid expression
error: multiple repeat

Local variables in innermost frame:
p: None
flags: 0
pattern: ^\S*[	 ]+*
key: ('^\\S*[\t ]+*', 0)
v: multiple repeat


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Harald Hoyer 2003-11-25 13:59:54 UTC
very strange... could you update to the newest errata release?
http://rhn.redhat.com/errata/RHBA-2003-183.html

Comment 2 Harald Hoyer 2004-06-04 10:17:12 UTC
Closing due to inactivity. Reopen, if the problem is still existing.