
Hi, I have a new fedora install and i'm using the nightly builds for ovirt. Setup is failing with: Installing: AIO: Validating CPU Compatibility... [ DONE ] AIO: Adding firewall rules... [ DONE ] Configuring oVirt-engine... [ DONE ] Configuring JVM... [ DONE ] Creating CA... [ DONE ] Updating ovirt-engine service... [ DONE ] Setting Database Configuration... [ DONE ] Setting Database Security... [ DONE ] Creating Database... [ DONE ] Updating the Default Data Center Storage Type... [ DONE ] Editing oVirt Engine Configuration... [ DONE ] Editing Postgresql Configuration... [ DONE ] Configuring the Default ISO Domain... [ DONE ] Configuring Firewall (iptables)... [ DONE ] Starting ovirt-engine Service... [ DONE ] Configuring HTTPD... [ DONE ] AIO: Creating storage directory... [ DONE ] AIO: Adding Local Datacenter and cluster... [ DONE ] AIO: Adding Local host (This may take several minutes)... [ ERROR ] Error: Timed out while waiting for host to start Please check log file /var/log/ovirt-engine/engine-setup_2012_10_19_12_54_13.log for more information
From what I can see, the host is going from "current host status is: installing" to "current host status is: install_failed". And the actual error is:
2012-10-19 12:58:36,422 ERROR [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH] (pool-3-thread-3) SSH error running command root@localhost:'umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar -C "${MYTMP}" --no-same-permissions -o -x && "${MYTMP}"/setup -c 'ssl=true;management_port=54321' -O 'acasa' -t 2012-10-19T09:58:26 -S /tmp/ovirt-id_rsa_3d7dc080-3df4-442b-b084-c24592824e64 -p 80 -b -B ovirtmgmt http://localhost:80/Components/vds/ http://localhost:80/Components/vds/ localhost 3d7dc080-3df4-442b-b084-c24592824e64 False': java.io.IOException: Command returned failure code 1 during SSH session 'root@localhost' 'umask 0077; MYTMP="$(mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar -C "${MYTMP}" --no-same-permissions -o -x && "${MYTMP}"/setup -c 'ssl=true;management_port=54321' -O 'acasa' -t 2012-10-19T09:58:26 -S /tmp/ovirt-id_rsa_3d7dc080-3df4-442b-b084-c24592824e64 -p 80 -b -B ovirtmgmt http://localhost:80/Components/vds/ http://localhost:80/Components/vds/ localhost 3d7dc080-3df4-442b-b084-c24592824e64 False' I don't understand what the tar command is trying to unpack: tar -C "${MYTMP}" --no-same-permissions -o -x. Should there be a file something over there? Offcourse, there is not setup in the tmp dir also. During the last step (Adding Local host) I did a vdsmd restart also. Can anyone help in fixing this? Logs are attached. Best regards, cristian falcas