Project

General

Profile

Actions

Bug #4839

closed

Sometimes the hidden user is not created in pulp

Added by Justin Sherrill about 10 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Urgent
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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:

  1. 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.
Actions

Also available in: Atom PDF