<HTML><BODY>Hi all.<br><br>First - sorry for my bad english :)<br><br>I tried to create my own cloud via this guide <a href="https://bitbucket.org/hpcc_kpi/opennebula-openvz/wiki/Home">https://bitbucket.org/hpcc_kpi/opennebula-openvz/wiki/Home</a><br>I've got a trouble with my VM after creation - it's stuck in pending state:<br>onevm  list <br>    ID USER     GROUP    NAME            STAT UCPU    UMEM HOST             TIME <br>     6 oneadmin oneadmin SL6 x86_64-0    pend    0      0K              0d 05h03<br><br>Oned log is ok, but there is one error in Sched log:<br>cat /var/log/one/sched.log | grep '\[\E\]'<br>Mon Jul 28 16:24:51 2014 [SCHED][E]: Cannot contact oned, will retry... Error: Unable to transport XML to server and get XML response back.  libcurl failed to execute the HTTP POST transaction, explaining:  couldn't connect to host<br><br>As far as i inderstand - curl can't connect to host at 2633 port:<br>curl -I localhost:2633<br>HTTP/1.1 404 Not Found<br>Content-type: text/html<br>Connection: close<br>Date: Mon, 28 Jul 2014 21:32:35 UTC<br>Server: Xmlrpc-c_Abyss/1.33.6<br><br>One daemon listening that port:<br>netstat -lpn | grep 2633<br>tcp        0      0 0.0.0.0:2633                0.0.0.0:*                   LISTEN      25869/oned<br><br>I tryed to find my problem in google and found this - <a href="http://archives.opennebula.org/documentation:community:faq#i_can_create_vms_but_schedlog_shows_the_error_could_not_retrieve_pool_info_from_one__what_s_wrong" target="_blank" data-mce-href="http://archives.opennebula.org/documentation:community:faq#i_can_create_vms_but_schedlog_shows_the_error_could_not_retrieve_pool_info_from_one__what_s_wrong">http://archives.opennebula.org/documentation:community:faq#i_can_create_vms_but_schedlog_shows_the_error_could_not_retrieve_pool_info_from_one__what_s_wrong</a><br>But i don't understand how set of no_proxy and http_proxy can help.<br><br>Also i found this message:<br>onevm show 6 | grep 'SCHED_MESSAGE'<br>SCHED_MESSAGE="Mon Jul 28 16:55:03 2014 : No system datastores found to run VMs"<br><br>What am i doing wrong?<br><br>--<br>С уважением,<br>                       Мальцев Роман.</BODY></HTML>