Bug 888136
Summary: | Add Troubleshooting section to User Guide | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Nick Coghlan <ncoghlan> |
Component: | Doc | Assignee: | Roman Joost <rjoost> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 0.10 | CC: | dcallagh, dowang, ebaak, jingwang, qwan, rjoost, tools-bugs |
Target Milestone: | 23.0 | Keywords: | Documentation, Patch, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | Doc | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-07 23:12:37 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: |
Description
Nick Coghlan
2012-12-18 04:07:40 UTC
Here's one we see a lot in eng-ops. Error: After installation, the console is filled with 'ls: cannot access /var/run/beah/rhts-compat/launchers: No such file or directory' Causes: 1. Network connection may be offline. (most likely) 2. Some kind of installation error occurred, which is 'fixed' by rebooting the host. 3. The system is incompatible with rhts-compat, so it must be disabled in the job xml. Something else the Troubleshooting guide should cover is the different levels where things can go wrong: For the task authors and submitters to fix: * in the task * in the job specification * in any job level custom kickstart snippets/templates For the Beaker instance maintainers to fix: * in the physical machine * in the network configuration * in the conserver setup * in the distro import * in the power controller setup * in the log archiver configuration * in any site level custom kickstart snippets/templates For the Beaker developers to fix: * in the default kickstart templates * in the default tasks * in the test harness * in the lab controller * in the main server (In reply to Nick Coghlan from comment #4) > Something else the Troubleshooting guide should cover is the different > levels where things can go wrong: > > For the task authors and submitters to fix: > * in the task > * in the job specification > * in any job level custom kickstart snippets/templates > > For the Beaker instance maintainers to fix: > * in the physical machine > * in the network configuration > * in the conserver setup > * in the distro import > * in the power controller setup > * in the log archiver configuration > * in any site level custom kickstart snippets/templates > Ideally we want troubleshooting guides for these admin related tasks. I've created the following bug to track this, BZ#1035059 > For the Beaker developers to fix: > * in the default kickstart templates > * in the default tasks > * in the test harness > * in the lab controller > * in the main server Patch filed in gerrit: https://gerrit.beaker-project.org/#/c/4796/ This has been published under: https://beaker-project.org/docs-develop/user-guide/ Beaker 23.0 has been released. |