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 154133 Details for
Bug 234597
xen initscript runs on every runlevel change because it doesn't write a lock 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]
xen-initscript-lock.patch
xen-initscript-lock.patch (text/plain), 743 bytes, created by
Mark McLoughlin
on 2007-05-04 15:42:17 UTC
(
hide
)
Description:
xen-initscript-lock.patch
Filename:
MIME Type:
Creator:
Mark McLoughlin
Created:
2007-05-04 15:42:17 UTC
Size:
743 bytes
patch
obsolete
>--- xen-3.0.5-testing.hg-rc4/tools/examples/init.d/xend.initscript-lock 2007-05-04 16:00:33.000000000 +0100 >+++ xen-3.0.5-testing.hg-rc4/tools/examples/init.d/xend 2007-05-04 16:39:32.000000000 +0100 >@@ -59,11 +59,13 @@ case "$1" in > modprobe netbk 2>/dev/null > /usr/sbin/xend start > await_daemons_up >+ [ $? -eq 0 ] && touch /var/lock/subsys/xend > ;; > stop) > echo -n $"Stopping $prog: " > /usr/sbin/xend stop > RETVAL=$? >+ [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/xend > ;; > status) > /usr/sbin/xend status >@@ -80,6 +82,7 @@ case "$1" in > restart|force-reload) > /usr/sbin/xend restart > await_daemons_up >+ [ $? -eq 0 ] && touch /var/lock/subsys/xend > ;; > *) > # do not advertise unreasonable commands that there is no reason
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 234597
: 154133