Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 613548 Details for
Bug 856850
Beakerd fails to start successfully on Fedora 17 with Python 2.7
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Proposed patch for discussion
file_856850.txt (text/plain), 716 bytes, created by
Amit Saha
on 2012-09-17 01:27:00 UTC
(
hide
)
Description:
Proposed patch for discussion
Filename:
MIME Type:
Creator:
Amit Saha
Created:
2012-09-17 01:27:00 UTC
Size:
716 bytes
patch
obsolete
>$ git diff beakerd.py >diff --git a/Server/bkr/server/tools/beakerd.py b/Server/bkr/server/tools/beakerd.py >index b62e01c..85f7089 100755 >--- a/Server/bkr/server/tools/beakerd.py >+++ b/Server/bkr/server/tools/beakerd.py >@@ -596,8 +596,13 @@ def reload_config(): > for handler in logger.handlers: > logger.removeHandler(handler) > for handler in logging._handlerList[:]: >- handler.flush() >- handler.close() >+ # retrieve the reference to the handler object from >+ # the weakref >+ handler_obj = handler() >+ # cleanup >+ handler_obj.flush() >+ handler_obj.close() >+ > if interface.running: > interface.stop()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 856850
: 613548