Project

Profile

Help

Issue #2808

Updated by bmbouter almost 7 years ago

Documentation could be clearer about use of <code>pulp-consumer</code>. `pulp-consumer`.    While reading the Quick Start Guide[0] Guide [0] it was not clear that <code>pulp-consumer</code> `pulp-consumer` must be run as root.  

 This fact is mentioned under the user-guide/consumer-client page of the docs[1], docs [1], but other parts of the docs vacillate between using: 

 <code>$ `$ sudo pulp-consumer ...</code> 

 ...`  
 or just plain  

 <code>$ pulp-consumer</code> 


  
 `$ pulp-consumer` 

 To make it clear, perhaps use: 

 <code># 
  `# pulp-consumer ...</code> 

 ...`  
 or preface every invocation shown in examples with  

 <code>$  
 `$ sudo pulp-consumer ....</code> 

 ....`   

 [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

Back