Bug 759269
Summary: | Empty MOTD causes tracebacks in server-errors.log | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Derrich Hafemann <dhafeman> |
Component: | web UI | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.8 | CC: | bpeck, dcallagh, llim, mcsontos, mschick, rmancy, stl, xjia |
Target Milestone: | 0.14.2 | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | ImplementationQuality | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-11-07 01:47:20 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
Derrich Hafemann
2011-12-01 20:15:22 UTC
On Gerrit: http://gerrit.beaker-project.org/2126 Verify: [root@beaker beaker]# cat /etc/beaker/motd.xml <!-- span>The QE environment says hello</span--> [root@beaker beaker]# service beakerd restart Stopping beakerd: [ OK ] Starting beakerd: [ OK ] [root@beaker beaker]# service httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] there's no error in the log, and doesn't show the message on the Web. [root@beaker beaker]# cat /etc/beaker/motd.xml <span>The QE environment says hello</span> [root@beaker beaker]# service httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] [root@beaker beaker]# service beakerd restart Stopping beakerd: [ OK ] Starting beakerd: [ OK ] There's no error in the log, and show the message on the Web: Message of the day The QE environment says hello Beaker 0.15 has been released. This change has been nominated to be back ported to the 0.14 branch, to be released as part of the next maintenance release 0.14.2. Adjusting target milestone to make the changes backported to 0.14.2 easier to identify. 0.15.0 has enough significant regressions that it shouldn't be used, so the change means that 0.15.1 can be effectively reidentified as the union of that tag and the 0.14.2 target milestone. Verify: [root@beaker beaker]# cat /etc/beaker/motd.xml <!-- span>Uncomment and add the MOTD here</span--> [root@beaker beaker]# service beakerd restart Stopping beakerd: [ OK ] Starting beakerd: [ OK ] [root@beaker beaker]# service httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] there's no error in the log, and doesn't show the message on the Web. [root@beaker beaker]# cat /etc/beaker/motd.xml <span>Uncomment and add the MOTD here</span> [root@beaker beaker]# service httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] [root@beaker beaker]# service beakerd restart Stopping beakerd: [ OK ] Starting beakerd: [ OK ] There's no error in the log, and show the message on the Web: Message of the day Uncomment and add the MOTD here Closing as addressed in Beaker 0.14.2. |