Bug 737768

Summary: new server installs post 0.7.1 won't work
Product: [Retired] Beaker Reporter: Raymond Mancy <rmancy>
Component: DocAssignee: Raymond Mancy <rmancy>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 0.7CC: bpeck, dcallagh, ebaak, mcsontos, rmancy, stl
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-01 04:17:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Raymond Mancy 2011-09-13 03:50:36 UTC
Description of problem:


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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Raymond Mancy 2011-09-13 03:54:53 UTC
in 2.1.3 of the docs we have this

  sudo rm /var/log/beaker/server*.log

This needs to be expanded to remove .lock files as well. These now exist due to
our ConcurretnRotatingLogHandler introduces in 0.7.1.

Suggest changing it to:

  sudo rm /var/log/beaker/server*.log
  sudo rm /var/log/beaker/server*.lock

Comment 2 Dan Callaghan 2012-02-01 04:17:00 UTC
This is fixed in the current version of our documentation.