ALT Linux Bugzilla
– Attachment 6815 Details for
Bug 32479
Вывести сообщение о необходимости запуска dbus при старте libvirt из под SysV init
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
в стартовом скрипте проверяем, работает ли messagebus
libvirtd-init.patch (text/plain), 514 bytes, created by
Стас
on 2016-09-07 16:25:34 MSK
(
hide
)
Description:
в стартовом скрипте проверяем, работает ли messagebus
Filename:
MIME Type:
Creator:
Стас
Created:
2016-09-07 16:25:34 MSK
Size:
514 bytes
patch
obsolete
>--- /etc/init.d/libvirtd 2013-04-30 22:37:56.000000000 +0600 >+++ ./libvirtd 2016-09-07 18:13:26.583590648 +0500 >@@ -91,7 +91,15 @@ > > # See how we were called. > case "$1" in >- start|stop|restart|reload) >+ start|restart) >+ service messagebus status >/dev/null >+ if [ $? == 0 ] ; then >+ $1 >+ else >+ echo "The service messagebus don't running and the $SERVICE can't start. Please start service messagebus before." >+ fi >+ ;; >+ stop|reload) > $1 > ;; > condstop) >
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 32479
: 6815