Bug 1147735

Summary: Documentation lists chkconfig and service commands on same line
Product: Red Hat Satellite 5 Reporter: Paul Wayper <pwayper>
Component: Docs Proxy Installation GuideAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: Dan Macpherson <dmacpher>
Severity: unspecified Docs Contact:
Priority: high    
Version: 550CC: pwayper
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-21 03:09:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1018166    

Description Paul Wayper 2014-09-30 01:27:10 UTC
Description of problem:

In these pages:

https://access.redhat.com/documentation/en-US/Red_Hat_Network_Satellite/5.5/html/Proxy_Installation_Guide/sect-Proxy_Installation_Guide-Troubleshooting-Caching_Issues.html

https://access.redhat.com/documentation/en-US/Red_Hat_Network_Satellite/5.4/html/Proxy_Installation_Guide/sect-Proxy_Installation_Guide-Troubleshooting-Caching_Issues.html

The documentation lists the command:

chkconfig --level 2345 rhn_auth_cache off service rhn_auth_cache stop 

That should actually be two commands:

chkconfig --level 2345 rhn_auth_cache off
service rhn_auth_cache stop 

Version-Release number of selected component (if applicable):

5.4
5.5

How reproducible:

Always there

Steps to Reproduce:

1. Open documentation in web browser
2. Read web page
3. Observe problem.

Actual results:

Service command is never executed

Expected results:

Service command should be executed.

Additional info:

This looks like a simple documentation formatting error.

Comment 1 Dan Macpherson 2014-12-31 04:04:30 UTC
This is no longer applicable to Satellite 5.6 and 5.7 documentation. However, it will require a maintenance update of the 5.5 documentation.

Comment 3 Dan Macpherson 2015-08-24 05:25:55 UTC
Commands now split to two different lines:
https://access.redhat.com/documentation/en-US/Red_Hat_Network_Satellite/5.5/html/Proxy_Installation_Guide/sect-Proxy_Installation_Guide-Troubleshooting-Caching_Issues.html

PWayper -- Any further changes required?

Comment 4 Paul Wayper 2015-08-31 13:32:07 UTC
Looks fine to me, thanks Dan.

Have fun,

Paul

Comment 5 Dan Macpherson 2015-10-21 03:09:17 UTC
Thanks, Paul. Closing.