Issue #2808
closedClarify use of `pulp-consumer`
Description
Documentation could be clearer about use of pulp-consumer
. While reading the Quick Start Guide[0] it was not clear that pulp-consumer
must be run as root.
This fact is mentioned under the user-guide/consumer-client page of the docs[1], but other parts of the docs vacillate between using:
$ sudo pulp-consumer ...
or just plain
$ pulp-consumer
To make it clear, perhaps use:
# pulp-consumer ...
or preface every invocation shown in examples with
$ sudo pulp-consumer ....
[0] http://docs.pulpproject.org/plugins/pulp_rpm/user-guide/quick-start.html
[1] http://docs.pulpproject.org/user-guide/consumer-client/register.html#pre-registration-authentication
Updated by kdelee@redhat.com almost 6 years ago
- Copied from Task #2790: Add documentation about PR builder added
Updated by kdelee@redhat.com almost 6 years ago
Just found the note that the `#` symbol should be avoided [0], so I suppose that leaves the `$ sudo pulp-consumer ...` option
[0] http://docs.pulpproject.org/en/2.12/dev-guide/contributing/documenting.html#command-line-user-guide
Updated by bmbouter almost 6 years ago
- Description updated (diff)
I think the user only need sudo for some actions with pulp-consumer
which is part of the confusion. I recommend adding a "Sphinx note" saying that if you get a permission denied to try it with sudo as general advice and have all command disinclude sudo in the examples.
I also rewrote the description a bit with more formatting.
Updated by bmbouter almost 6 years ago
- Copied from deleted (Task #2790: Add documentation about PR builder)
Updated by ttereshc almost 6 years ago
- Status changed from NEW to POST
- Assignee set to kdelee@redhat.com
Updated by kdelee@redhat.com almost 6 years ago
I updated my PR to only add a couple notes to pages that lacked any notification that users may need root permissions.
Added by kdelee@redhat.com almost 6 years ago
Updated by kdelee@redhat.com almost 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|33a8dc650adf7421da2f75fbf690f51d086d77d6.
Updated by pcreech almost 6 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
pulp-consumer sometimes needs be run as root
Add notes to user-guide/nodes for users who may have skipped the consumer-client documentation.
closes #2808 https://pulp.plan.io/issues/2808