Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 274621 Details for
Bug 365453
app-emulation/xen-tools-4.1.0 xendomains init script makes use of xl with non-existent arguments
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
init.d/xendomains and init.d/xend
xendomains.patch (text/plain), 1.10 KB, created by
Alvaro Parres
on 2011-05-25 16:04:54 UTC
(
hide
)
Description:
init.d/xendomains and init.d/xend
Filename:
MIME Type:
Creator:
Alvaro Parres
Created:
2011-05-25 16:04:54 UTC
Size:
1.10 KB
patch
obsolete
>--- /usr/portage/app-emulation/xen-tools/files/xendomains.initd-r2 2011-04-05 16:25:03.000000000 -0500 >+++ xendomains 2011-05-25 11:42:46.028253606 -0500 >@@ -81,7 +81,7 @@ > name=$(get_domname ${dom}) > if is_running ${name} ; then > ebegin " Asking domain ${name} to shutdown in the background..." >- xl shutdown --wait ${name} >/dev/null & >+ xl shutdown -w ${name} >/dev/null & > else > einfo " Not stopping domain ${name} - not running" > fi >@@ -94,7 +94,7 @@ > name=$(get_domname ${dom}) > if is_running ${name} ; then > ebegin " Waiting for domain ${name} to shutdown" >- xl shutdown --wait ${name} >/dev/null >+ xl shutdown -w ${name} >/dev/null > eend $? > else > einfo " Not stopping domain ${name} - not running" > >--- /usr/portage/app-emulation/xen-tools/files/xend.initd-r2 2011-04-05 16:25:03.000000000 -0500 >+++ xend 2011-05-25 11:47:24.258252421 -0500 >@@ -38,7 +38,7 @@ > stop() { > if [ "$(xm list | wc -l)" -gt 2 ]; then > ebegin " Stopping all domains" >- /usr/sbin/xl shutdown --all --wait >/dev/null >+ /usr/sbin/xl shutdown -a -w >/dev/null > eend $? > fi > > >
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 365453
: 274621 |
285839
|
285841