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 612370 Details for
Bug 856944
cobbler triggers are not working
[?]
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 that fixes the trigger issue
utils.py.diff (text/plain), 586 bytes, created by
Luc de Louw
on 2012-09-13 08:07:38 UTC
(
hide
)
Description:
Patch that fixes the trigger issue
Filename:
MIME Type:
Creator:
Luc de Louw
Created:
2012-09-13 08:07:38 UTC
Size:
586 bytes
patch
obsolete
>--- /usr/lib/python2.6/site-packages/cobbler/utils.py.orig 2012-09-12 17:59:12.415691370 +0200 >+++ /usr/lib/python2.6/site-packages/cobbler/utils.py 2012-09-12 18:02:14.658692828 +0200 >@@ -878,7 +878,9 @@ > if ref: > arglist.append(ref.name) > for x in additional: >- arglist.append(x) >+ #arglist.append(x) >+ if x: >+ arglist.append(x) > if logger is not None: > logger.debug("running shell trigger %s" % file) > rc = subprocess_call(logger, arglist, shell=False) # close_fds=True)
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 856944
: 612370