Actions
Issue #6263
closedUser installation makes non-pulp user hard to use
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
To reproduce¶
- Make a user not named
pulp
, this is the administrator's normal account. For demo purposes I'll usebmbouter
. - Install a generic user install with
pulp
as the pulp username andbmbouter
as the user to install with. Do this with:
ansible-playbook example-use/playbook.yml -u bmbouter -i ~/devel/pulp3/inventory
-
Then ssh as
bmbouter
because you can't ssh aspulp
because it has/usr/nologin
. -
You try to use
pulpcore-manager
but you have two problems.
a) Your environment doesn't have PULP_SETTINGS="/etc/pulp/settings.py"
like the systemd files have
b) You lack the POSIX permissions to read the /etc/pulp/settings.py
file also.
This is also made more confusing for users due to this dynaconf bug but that's a separate matter.
Related issues
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com about 4 years ago
- Is duplicate of Issue #7155: pulpcore-manager cannot be run by 'pulp' user added
Updated by dkliban@redhat.com about 4 years ago
- Status changed from NEW to CLOSED - DUPLICATE
Actions