Description of problem: ================================== Came across a issue where configure was not creating the site_admin default user. I pointed eck to the system and he determined that this was because a temporary site admin was already in the database (which was left behind from a previous configure run for some other reason). There was some discussion on forcing the site_admin user creation up front on a configure run but this would not necessarily fix the issue when a stale temp-admin has not been cleaned up appropriately. In addition, it was also discussed that if we appropriately update dc:destroy_user to clean the temp admin users up and address the ordering, the problem should be solved. Version-Release number of selected component (if applicable): aeolus-configure-2.8.0-0.20120806120023git5271be7.fc16.noarch
https://github.com/aeolusproject/aeolus-configure/pull/2
MODIFIED on 1.1
*** Bug 850536 has been marked as a duplicate of this bug. ***
good to go using CFCE v1.1 2012-09-14.5 puddle
Just in case this is hit in v1.0.1... the workaround is running these two commands from /usr/share/aeolus-conductor dir RAILS_ENV=production rake dc:create_user[admin,password,root,Administrator,] RAILS_ENV=production rake dc:site_admin[admin]
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2012-1516.html