<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi folks,<br>
    <br>
    I'm new to the project, so please pardon my ignorance.<br>
    <br>
    I came to oVirt by way of looking for a suitable KVM/libvirt-based
    IaaS stack to supersede my old Ubuntu 12.04 setup, that I've been
    running since KVM came to Ubuntu-town.<br>
    <br>
    I've looked &amp; tried a number of solutions - Eucalyptus,
    Enomalism, OpenStack - but most proved too cumbersome or admin-heavy
    for us.<br>
    <br>
    A while back I set up oVirt on CentOS (whatever was stable at the
    time), but had to shelve the project for a while, because...
    reasons. Fired it back up again &amp; did all the requisite
    updates/upgrades to bring the host up to snuff.<br>
    <br>
    Unfortunately oVirt did not work as well, so I tried
    removing/purging it from the host &amp; reinstalling it - both the
    3.4.* stable &amp; 3.5 beta - but both get hit up by the same issue
    when running the engine-setup.<br>
    <br>
    Details follow -<br>
    <br>
    Environment:<br>
    <br>
    Linux $REDACTED 2.6.32-431.20.5.el6.centos.plus.x86_64 #1 SMP Fri
    Jul 25 07:10:09<br>
    UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <br>
    <br>
    CentOS release 6.5 (Final)
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <br>
    <br>
    terminal-out:<br>
    [ INFO ] Starting engine service
    <br>
    [ ERROR ] Failed to execute stage 'Closing up': Command
    '/sbin/service' failed to execute
    <br>
    [ INFO ] Stage: Clean up Log file is located at
    /var/log/ovirt-engine/setup/ovirt-engine-setup-20140727140628-g0z922.log
    <br>
    [ INFO ] Generating answer file
    '/var/lib/ovirt-engine/setup/answers/20140727141521-setup.conf'
    <br>
    [ INFO ] Stage: Pre-termination
    <br>
    [ INFO ] Stage: Termination
    <br>
    [ ERROR ] Execution of setup failed<br>
    <br>
    log portion corresponding to the above error:<br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre class="bz_comment_text
                 bz_wrap_comment_text" id="comment_text_11" style="font-size: small; font-family: monospace; white-space: pre-wrap; word-wrap: break-word; width: 50em; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">2014-07-27 13:25:01 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in _executeMethod
    method['method']()
  File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine/system/engine.py", line 51, in _closeup
    state=True,
  File "/usr/share/otopi/plugins/otopi/services/rhel.py", line 188, in state
    'start' if state else 'stop'
  File "/usr/share/otopi/plugins/otopi/services/rhel.py", line 96, in _executeServiceCommand
    raiseOnError=raiseOnError
  File "/usr/lib/python2.6/site-packages/otopi/plugin.py", line 871, in execute
    command=args[0],
RuntimeError: Command '/sbin/service' failed to execute
2014-07-27 13:25:01 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Closing up': Command '/sbin/service' failed to execute</pre>
    <br>
    &amp;<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <pre class="bz_comment_text
                 bz_wrap_comment_text" id="comment_text_12" style="font-size: small; font-family: monospace; white-space: pre-wrap; word-wrap: break-word; width: 50em; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">2014-07-27 17:40:58 DEBUG otopi.plugins.otopi.services.rhel plugin.execute:866 execute-output: ('/sbin/service', 'ovirt-engine', 'start') stderr:


2014-07-27 17:40:58 DEBUG otopi.context context._executeMethod:152 method exception
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/otopi/context.py", line 142, in _executeMethod
    method['method']()
  File "/usr/share/ovirt-engine/setup/bin/../plugins/ovirt-engine-setup/ovirt-engine/system/engine.py", line 57, in _closeup
    state=True,
  File "/usr/share/otopi/plugins/otopi/services/rhel.py", line 188, in state
    'start' if state else 'stop'
  File "/usr/share/otopi/plugins/otopi/services/rhel.py", line 96, in _executeServiceCommand
    raiseOnError=raiseOnError
  File "/usr/lib/python2.6/site-packages/otopi/plugin.py", line 871, in execute
    command=args[0],
RuntimeError: Command '/sbin/service' failed to execute

2014-07-27 17:40:58 ERROR otopi.context context._executeMethod:161 Failed to execute stage 'Closing up': Command '/sbin/service' failed to execute
2014-07-27 17:40:58 DEBUG otopi.context context.dumpEnvironment:468 ENVIRONMENT DUMP - BEGIN
2014-07-27 17:40:58 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/error=bool:'True'
2014-07-27 17:40:58 DEBUG otopi.context context.dumpEnvironment:478 ENV BASE/exceptionInfo=list:'[(&lt;type 'exceptions.RuntimeError'&gt;, RuntimeError("Command '/sbin/service' failed to execute",), &lt;traceback object at 0x27fdf80&gt;)]'
2014-07-27 17:40:58 DEBUG otopi.context context.dumpEnvironment:482 ENVIRONMENT DUMP - END
2014-07-27 17:40:58 INFO otopi.context context.runSequence:395 Stage: Clean up
2014-07-27 17:40:58 DEBUG otopi.context context.runSequence:399 STAGE cleanup
2014-07-27 17:40:58 DEBUG otopi.context context._executeMethod:138 Stage cleanup METHOD otopi.plugins.ovirt_engine_common.base.core.misc.Plugin._cleanup</pre>
    <br>
    I've had a dig around &amp; from what I can tell this (possibly)
    related to bugs that would've been patched in the stable release
    (&amp; beta?) that I've installed, but the issue persists.<br>
    <br>
    I'm not certain where the issue could be coming in (lower-level/OS
    dependency maybe?), or if I've missed something. <br>
    I've flushed &amp; reloaded the full stack already, with the same
    outcome. Next I'll have to wipe the OS &amp; start again, with no
    guarantee this issue won't reoccur.<br>
    <br>
    My next step would simply be to try out the oVirt live image.<br>
    Does the image provide an option to install to the host? (looking at
    the live node installers, it seems likely)<br>
    <br>
    Are these images *purely* for PoC/demo/testing (i.e. highly
    unstable), or would it be stable enough for in-house (Docker)
    prototyping before deploying to a hosted/stable/production environment?<br>
    <br>
    Cheers<br>
    <br>
    - Jaco<br>
  </body>
</html>