Bug 728841

Summary: RuntimeError: entry already present in file
Product: [Fedora] Fedora Reporter: Need Real Name <maurice>
Component: firstbootAssignee: Martin Gracik <mgracik>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: bcl, dmach, mgracik
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard: firstboot_trace_hash:b76e956a52a0587cf147828ebda07eca14861fdeb92dd380abece9ca830150eb
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-12 10:19:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Attached traceback automatically from firstboot. none

Description Need Real Name 2011-08-08 05:50:39 UTC
The following was filed automatically by firstboot:
firstboot 1.119 exception report
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/firstboot/interface.py", line 105, in _nextClicked
    self.advance()
  File "/usr/lib/python2.7/site-packages/firstboot/interface.py", line 148, in advance
    result = module.apply(self, self.testing)
  File "/usr/share/firstboot/modules/create_user.py", line 196, in apply
    self.admin.addGroup(groupEnt)
RuntimeError: entry already present in file

Comment 1 Need Real Name 2011-08-08 05:50:44 UTC
Created attachment 517103 [details]
Attached traceback automatically from firstboot.

Comment 2 Martin Gracik 2011-08-08 07:25:09 UTC
Hi, it looks like you have already a group with the same name as your new user name, is that so?

What steps did you do when you hit this error? Was it an upgrade? Or did you create some users/groups yourself?