Bug 98000

Summary: Unable to add just created user to pre-existing group with same name
Product: [Retired] Red Hat Linux Beta Reporter: Leonid Kanter <leon>
Component: redhat-config-usersAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: alpha 3CC: jlquinn, sajchurchey
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: 2003-07-23 21:53: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:

Description Leonid Kanter 2003-06-25 12:07:03 UTC
Description of problem:

Unable to add just created user to pre-existing group with same name

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

redhat-config-users-1.1.9-1

How reproducible:

always

Steps to Reproduce:
1. start redhat-config-users
2. add group "test" with manually entered group ID 502
3. add user "test" with manually entered user ID 502
    
Actual results:

redhat-config-users will hang forever

Expected results:

user must be added

Additional info:

message on console:
Traceback (most recent call last):
  File "/usr/share/redhat-config-users/userWindow.py", line 290, in
on_userWin_ok_button_clicked
    self.userWinReset()
  File "/usr/share/redhat-config-users/userWindow.py", line 92, in userWinReset
    self.uidSpinButton.set_value(500)
TypeError: argument 2 must be list, not str

Comment 1 Harald Hoyer 2003-06-25 12:29:30 UTC
assigned to the right component

Comment 2 Brent Fox 2003-07-23 21:53:13 UTC
I can't say for sure, but I suspect that this is a bug in the gtkSpinButton.  I
don't know how the spinButton could ever be expecting a list instead of a
string.  However, I've not been able to create a small test program that
reliably demonstrates the error.

Anyway, I've just added a try/except loop that will catch the error and allow
the program to continue.  Should appear in redhat-config-users-1.1.12-1 in
Rawhide.  I'll file a separate bug against GTK if I can ever get a small test
case to demonstrate the behavior.

Comment 3 Brent Fox 2003-10-07 02:14:05 UTC
*** Bug 105031 has been marked as a duplicate of this bug. ***

Comment 4 Brent Fox 2003-10-16 00:52:06 UTC
*** Bug 100895 has been marked as a duplicate of this bug. ***