On 27/03/12 15:26, Rene Rosenberger wrote:
> Hi,
> 
> Seems like I fixed the hostname problem with an entry in /etc/hosts but now I 
> get another error. It still does not work.
> 
> Tue, 27 Mar 2012 15:19:39 DEBUG    Basic configuration found, skipping this 
> step
> Tue, 27 Mar 2012 15:19:39 DEBUG    <BSTRAP component='CreateConf' status='OK' 
> message='Basic configuration found, skipping this step'/>
> Tue, 27 Mar 2012 15:19:39 DEBUG    <BSTRAP component='CheckLocalHostname' 
> status='OK' message='Local hostname is correct.'/>
> Tue, 27 Mar 2012 15:19:39 DEBUG    Bridge ovirtmgmt not found, need to create 
> it.
> Tue, 27 Mar 2012 15:19:39 DEBUG    getAddress Entry. 
> url=http://oVirt.dynetic.de:8080/Components/vds/
> Tue, 27 Mar 2012 15:19:39 DEBUG    getAddress return. 
> address=oVirt.dynetic.de port=8080
> Tue, 27 Mar 2012 15:19:39 DEBUG    makeBridge begin.
> Tue, 27 Mar 2012 15:19:39 ERROR    makeBridge Failed to find vdsm modules!
> Tue, 27 Mar 2012 15:19:39 ERROR    addNetwork error trying to add management 
> bridge
> Tue, 27 Mar 2012 15:19:39 DEBUG    <BSTRAP component='SetNetworking' 
> status='FAIL' message='addNetwork error trying to add management bridge'/>
> Tue, 27 Mar 2012 15:19:39 DEBUG    getAddress Entry. 
> url=http://oVirt.dynetic.de:8080/Components/vds/
> Tue, 27 Mar 2012 15:19:39 DEBUG    getAddress return. 
> address=oVirt.dynetic.de port=8080
> Tue, 27 Mar 2012 15:19:39 DEBUG    getRemoteFile start. IP = oVirt.dynetic.de 
> port = 8080 fileName = "/engine.ssh.key.txt"
> Tue, 27 Mar 2012 15:20:09 DEBUG    /engine.ssh.key.txt failed in HTTPS. 
> Retrying using HTTP.
> Traceback (most recent call last):
>   File "/tmp/deployUtil.py", line 1341, in getRemoteFile
>     conn.sock = getSSLSocket(sock, certPath)
>   File "/tmp/deployUtil.py", line 1185, in getSSLSocket
>     cert_reqs=ssl.CERT_REQUIRED)
>   File "/usr/lib64/python2.6/ssl.py", line 338, in wrap_socket
>     suppress_ragged_eofs=suppress_ragged_eofs)
>   File "/usr/lib64/python2.6/ssl.py", line 120, in __init__
>     self.do_handshake()
>   File "/usr/lib64/python2.6/ssl.py", line 279, in do_handshake
>     self._sslobj.do_handshake()
> SSLError: _ssl.c:475: The handshake operation timed out
> 
> Regards, rene
> 

This may not be the issue;
The host is trying to fetch the engine's public key file, and tries SSL first.
If it fails, it will fallback into HTTP which is just fine.
Take a look on the following lines and see how handle ssh key ended.
See if there's an error afterwards.
_______________________________________________
Users mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to