Actions
Bug #4839
closedSometimes the hidden user is not created in pulp
Description
For some reason during the install the hidden user is not created in pulp:
[root@sat-perf-04 ~]# mongo
MongoDB shell version: 2.2.4
connecting to: test
use pulp_database
switched to db pulp_database
db.users.find()
{ "_id" : ObjectId("5330b3791fdebb21a7000004"), "name" : "admin", "roles" : [ "super-users" ], "_ns" : "users", "login" : "admin", "password" : "ddHgAbkpmVE=,Dmt/xYH+I36b2sK/DVWXdAH350aQWN3uXunHdY+Zifs=", "id" : "5330b3791fdebb21a7000004" }
The result is that system registration fails during package profile upload:
- subscription-manager register --username=admin --password=changeme --org=ACME_Corporation --force --env=dev/RHEL6
The system with UUID 87be7404-e39d-4365-994e-aad65fd7d770 has been unregistered
The system has been registered with id: 22b3455f-a235-4a8d-92e7-19820f4eadb0
Error updating system data on the server, see /var/log/rhsm/rhsm.log for more details.
Updated by Justin Sherrill over 10 years ago
Note that a test of nightly on centos 6.4 does not seem to reproduce this.
Updated by Justin Sherrill over 10 years ago
- Translation missing: en.field_release set to 13
Updated by Justin Sherrill over 10 years ago
- Status changed from Assigned to Resolved
- Assignee set to Justin Sherrill
Haven't seen this in a VERY long time. closing
Actions