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 581729 Details for
Bug 818385
trac daemon does not start: Error writing to pid file
[?]
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.
[patch]
patch for /usr/lib/python2.7/site-packages/trac/util/daemon.py
daemon.py.diff (text/plain), 601 bytes, created by
Robert K. Moniot
on 2012-05-02 22:34:31 UTC
(
hide
)
Description:
patch for /usr/lib/python2.7/site-packages/trac/util/daemon.py
Filename:
MIME Type:
Creator:
Robert K. Moniot
Created:
2012-05-02 22:34:31 UTC
Size:
601 bytes
patch
obsolete
>*** daemon.py.orig 2012-02-06 15:53:52.000000000 -0500 >--- daemon.py 2012-05-02 18:04:13.574291762 -0400 >*************** >*** 46,52 **** > > # The pid file must be writable > try: >! fileobj = open(pidfile, 'r+') > fileobj.close() > except IOError, e: > from trac.util.text import exception_to_unicode >--- 46,52 ---- > > # The pid file must be writable > try: >! fileobj = open(pidfile, 'w+') > fileobj.close() > except IOError, e: > from trac.util.text import exception_to_unicode
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 818385
: 581729