I install fedora16 (minimal install) in vm<br><br>if I use engine-setup after "yum update" with<br><br>#uname -a<br>#Linux ovirt-m 3.1.6-1.fc16.x86_64 #1 SMP Wed Dec 21 22:41:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux<br><br>there is an error in step&nbsp; "Creating CA..."<br><br>./SignReq.sh: line 79: /var/lock/ovirt-engine/.openssl.exclusivelock: No such file or directory<br>file certs/engine.cer does not exist!<br>2011-12-26 19:02:47::DEBUG::common_utils::206::root:: retcode = 1<br>2011-12-26 19:02:47::ERROR::engine-setup::1005::root:: Traceback (most recent call last):<br>&nbsp; File "/usr/bin/engine-setup", line 969, in _createCA<br>&nbsp;&nbsp;&nbsp; out, rc = utils.execCmd(cmd, None, True, output_messages.ERR_RC_CODE, [basedefs.CONST_CA_PASS])<br>&nbsp; File "/usr/share/ovirt-engine/scripts/common_utils.py", line 209, in execCmd<br>&nbsp;&nbsp;&nbsp; raise Exception(msg)<br>Exception: Return Code is not zero<br><br><br>but on fedora16 without update&nbsp; this step is OK<br><br><br>