Bug 1004064
Summary: | beaker-init command listed in documentation errors out | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Tim Flink <tflink> |
Component: | Doc | Assignee: | beaker-dev-list |
Status: | CLOSED DUPLICATE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.14 | CC: | aigao, asaha, dcallagh, llim, qwan, rmancy |
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: | 2013-11-27 05:17:51 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
Tim Flink
2013-09-03 20:27:22 UTC
I guess the "su" command requires that the apache user have a login shell defined, which is a bad assumption. (In reply to Nick Coghlan from comment #2) > I guess the "su" command requires that the apache user have a login shell > defined, which is a bad assumption. su apache -s /bin/bash -c 'beaker-init -u admin -p testing -e root@localhost' should work. Does it even need to run as apache anymore? I thought the only reason was to avoid it writing to the beaker logs as root, but they go to syslog (or in this case, stderr) now. (In reply to Dan Callaghan from comment #4) > Does it even need to run as apache anymore? I thought the only reason was to > avoid it writing to the beaker logs as root, but they go to syslog (or in > this case, stderr) now. Actually yes, I was thinking the same. I don't recall running it as apache. So, we basically need to update our documentation. *** This bug has been marked as a duplicate of bug 1032377 *** |