Bug 753133 - chapter 3.1 if setting parameters into config file, they should not be supplied to CLI
Summary: chapter 3.1 if setting parameters into config file, they should not be suppli...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: Messaging_Installation_and_Configuration_Guide
Version: 2.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: 2.2
: ---
Assignee: Joshua Wulf
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-11 12:20 UTC by Zdenek Kraus
Modified: 2014-10-19 22:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-20 03:13:17 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Zdenek Kraus 2011-11-11 12:20:06 UTC
Description of problem:
in Messaging installation guide chapter 3.1 Setting broker options, parameter 'trace=1' is written to config file and then when launching broker by cli command, the parameter '-t' is supplied also, and it should not be, because option is already set in config file.

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

Actual results:
3.1. Setting Broker Options
Setting Options Using the Configuration File
### OMMITED ###
   2.
      This example uses the configuration file to enable debug tracing. Changes will take effect from the next time the broker is started and will be used in every subsequent session.

      # Configuration file for qpidd
      trace=1

### OMMITED ###
   4.
      If you are not running the broker as a service, you can now start the broker as normal.

      # /usr/sbin/qpidd -t
      [date] [time] info Locked data directory: /var/lib/qpidd
      [date] [time] info Management enabled
      [date] [time] info Listening on port 5672


Expected results:
### OMMITED ###
   4.
      If you are not running the broker as a service, you can now start the broker as normal.

      # /usr/sbin/qpidd
      [date] [time] info Locked data directory: /var/lib/qpidd
      [date] [time] info Management enabled
      [date] [time] info Listening on port 5672


Additional info:

Comment 3 David Ryan 2012-09-13 07:35:01 UTC
Verified that the command line and config file option are in the book on stage.

Comment 4 Cheryn Tan 2012-09-20 02:53:52 UTC
Released for MRG 2.2


Note You need to log in before you can comment on or make changes to this bug.