Description of problem: I haven't got a real repro case for this; I've just run into this at least once, and it seems Lukas has as well. When running 'rake db:seed', the user table, on occasion, fails to populate. Everything else (?) seems to land, but logins to the web frontend fail. Upon closer examination in postgresql itself, the users table has no records. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Begin installing a new instance of katello, following the steps found at 'https://fedorahosted.org/katello/wiki/Install'; be sure to follow the steps for a postgresql install. Note the option to run 'rake db:seed'; do this (since clear-all.sh is not shipped in an rpm) 2. Complete install process; attempt to login. 3. Noting failure to login, select * from users in the katello db within postgresql Actual results: No records in the users table id | username | password | helptips_enabled | created_at | updated_at | own_role_id | page_size | disabled ----+----------+----------+------------------+------------+------------+-------------+-----------+---------- (0 rows) Expected results: Populated table Additional info:
Corey: can you paste the rake db:seed output? ps - please note the only supported way to initialize db is now # service katello initdb In this case paste us /var/log/katello/initdb.log.
Closing as we have an installer now. Feel free to reopen, but please provide me all the log files. Thanks.