Custom Query (196 matches)
Results (148 - 150 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#157 | fixed | the Debian/Ubuntu hosts should run our zephyr logger | geofft | |
Description |
We really have no syslog monitoring of the directors or the hosts. This should be fixed. |
|||
#158 | invalid | send guest consoles to zephyr | geofft | |
Description |
Once we resolve #157, it would be cute if we can get guest console output (perhaps starting once the guests have booted up and presented a logini prompt) to get sent to zephyr, so we see things like oopses and OOM kills and panics and other stuff that's indicative of a problem but unlikely to get logged from within the host and successfully reach zephyr that way. |
|||
#159 | fixed | sensitive tickets plugin causes a bug with milestones | geofft | |
Description |
I clicked on "Fedora 11" on the milestones page and got:
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 836, in process_request return self.display_html(req, query) File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 889, in display_html tickets = query.execute(req, db) File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 264, in execute self.num_items = self._count(sql, args, db) File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 249, in _count cursor.execute(count_sql, args); File "/usr/lib/python2.6/site-packages/trac/db/util.py", line 64, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib64/python2.6/site-packages/MySQLdb/cursors.py", line 173, in execute self.errorhandler(self, exc, value) File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorclass, errorvalue |