<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Launching VM on XCP with Open XenCenter</title>
	<atom:link href="http://blog.xen.org/index.php/2010/02/10/launching-vm-on-xcp-with-open-xencenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xen.org/index.php/2010/02/10/launching-vm-on-xcp-with-open-xencenter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=launching-vm-on-xcp-with-open-xencenter</link>
	<description>Community Blog</description>
	<lastBuildDate>Tue, 18 Jun 2013 15:52:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: georgefurbee</title>
		<link>http://blog.xen.org/index.php/2010/02/10/launching-vm-on-xcp-with-open-xencenter/comment-page-1/#comment-14571</link>
		<dc:creator>georgefurbee</dc:creator>
		<pubDate>Fri, 25 Jan 2013 17:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xen.org/?p=1376#comment-14571</guid>
		<description><![CDATA[Is there a way to launch the Windows HVM from XCP. Like be able to turn on the system, hit the command line, and launch a console that has windows in there. And then be able to use Xen Center from the Windows HVM?]]></description>
		<content:encoded><![CDATA[<p>Is there a way to launch the Windows HVM from XCP. Like be able to turn on the system, hit the command line, and launch a console that has windows in there. And then be able to use Xen Center from the Windows HVM?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: komir</title>
		<link>http://blog.xen.org/index.php/2010/02/10/launching-vm-on-xcp-with-open-xencenter/comment-page-1/#comment-1921</link>
		<dc:creator>komir</dc:creator>
		<pubDate>Mon, 14 Nov 2011 01:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xen.org/?p=1376#comment-1921</guid>
		<description><![CDATA[when I try to add new server error

[******@****** ~]$ python /opt/openxenmanager/window.py
/opt/openxenmanager/window.py:190: GtkWarning: Ignoring the separator setting
  self.builder.add_from_file(self.gladefile)
/opt/openxenmanager/window.py:190: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
  self.builder.add_from_file(self.gladefile)
Unexpected error: (, ResponseNotReady(), )
Traceback (most recent call last):
  File &quot;/opt/openxenmanager/oxcSERVER.py&quot;, line 1820, in event_next
Exception in thread Thread-3:
Traceback (most recent call last):
  File &quot;/usr/lib64/python2.7/threading.py&quot;, line 530, in __bootstrap_inner
    self.run()
  File &quot;/usr/lib64/python2.7/threading.py&quot;, line 483, in run
    self.__target(*self.__args, **self.__kwargs)
  File &quot;/opt/openxenmanager/oxcSERVER_addserver.py&quot;, line 279, in fill_tree_with_vms
    self.wine.finish_progressconnect()
  File &quot;/opt/openxenmanager/window_addserver.py&quot;, line 85, in finish_progressconnect
    self.xc_servers[self.selected_host].fill_alerts(self.listalerts)
  File &quot;/opt/openxenmanager/oxcSERVER_addserver.py&quot;, line 46, in fill_alerts
    self.session_uuid)[&#039;Value&#039;]
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1224, in __call__
    return self.__send(self.__name, args)
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1570, in __request
    verbose=self.__verbose
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1264, in request
    return self.single_request(host, handler, request_body, verbose)
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1289, in single_request
    self.send_request(h, handler, request_body)
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1391, in send_request
    connection.putrequest(&quot;POST&quot;, handler, skip_accept_encoding=True)
  File &quot;/usr/lib64/python2.7/httplib.py&quot;, line 839, in putrequest
    raise CannotSendRequest()
CannotSendRequest

    eventn = self.connection.event.next(self.session_uuid)
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1224, in __call__
    return self.__send(self.__name, args)
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1570, in __request
    verbose=self.__verbose
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1264, in request
    return self.single_request(host, handler, request_body, verbose)
  File &quot;/usr/lib64/python2.7/xmlrpclib.py&quot;, line 1294, in single_request
    response = h.getresponse(buffering=True)
  File &quot;/usr/lib64/python2.7/httplib.py&quot;, line 1001, in getresponse
    raise ResponseNotReady()
ResponseNotReady
None]]></description>
		<content:encoded><![CDATA[<p>when I try to add new server error</p>
<p>[******@****** ~]$ python /opt/openxenmanager/window.py<br />
/opt/openxenmanager/window.py:190: GtkWarning: Ignoring the separator setting<br />
  self.builder.add_from_file(self.gladefile)<br />
/opt/openxenmanager/window.py:190: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated<br />
  self.builder.add_from_file(self.gladefile)<br />
Unexpected error: (, ResponseNotReady(), )<br />
Traceback (most recent call last):<br />
  File &#8220;/opt/openxenmanager/oxcSERVER.py&#8221;, line 1820, in event_next<br />
Exception in thread Thread-3:<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib64/python2.7/threading.py&#8221;, line 530, in __bootstrap_inner<br />
    self.run()<br />
  File &#8220;/usr/lib64/python2.7/threading.py&#8221;, line 483, in run<br />
    self.__target(*self.__args, **self.__kwargs)<br />
  File &#8220;/opt/openxenmanager/oxcSERVER_addserver.py&#8221;, line 279, in fill_tree_with_vms<br />
    self.wine.finish_progressconnect()<br />
  File &#8220;/opt/openxenmanager/window_addserver.py&#8221;, line 85, in finish_progressconnect<br />
    self.xc_servers[self.selected_host].fill_alerts(self.listalerts)<br />
  File &#8220;/opt/openxenmanager/oxcSERVER_addserver.py&#8221;, line 46, in fill_alerts<br />
    self.session_uuid)['Value']<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1224, in __call__<br />
    return self.__send(self.__name, args)<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1570, in __request<br />
    verbose=self.__verbose<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1264, in request<br />
    return self.single_request(host, handler, request_body, verbose)<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1289, in single_request<br />
    self.send_request(h, handler, request_body)<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1391, in send_request<br />
    connection.putrequest(&#8220;POST&#8221;, handler, skip_accept_encoding=True)<br />
  File &#8220;/usr/lib64/python2.7/httplib.py&#8221;, line 839, in putrequest<br />
    raise CannotSendRequest()<br />
CannotSendRequest</p>
<p>    eventn = self.connection.event.next(self.session_uuid)<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1224, in __call__<br />
    return self.__send(self.__name, args)<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1570, in __request<br />
    verbose=self.__verbose<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1264, in request<br />
    return self.single_request(host, handler, request_body, verbose)<br />
  File &#8220;/usr/lib64/python2.7/xmlrpclib.py&#8221;, line 1294, in single_request<br />
    response = h.getresponse(buffering=True)<br />
  File &#8220;/usr/lib64/python2.7/httplib.py&#8221;, line 1001, in getresponse<br />
    raise ResponseNotReady()<br />
ResponseNotReady<br />
None</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://blog.xen.org/index.php/2010/02/10/launching-vm-on-xcp-with-open-xencenter/comment-page-1/#comment-1136</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Thu, 11 Feb 2010 00:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xen.org/?p=1376#comment-1136</guid>
		<description><![CDATA[&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by unixplayer: RT @XenHypervisor: #Xen: Launching VM on XCP with Open XenCenter: As I stated in a previous blog post, I have a new server running... http://bit.ly/9U1Kdt #in...]]></description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by unixplayer: RT @XenHypervisor: #Xen: Launching VM on XCP with Open XenCenter: As I stated in a previous blog post, I have a new server running&#8230; <a href="http://bit.ly/9U1Kdt" rel="nofollow">http://bit.ly/9U1Kdt</a> #in&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (Requested URI is rejected)
Object Caching 273/276 objects using disk

 Served from: blog.xen.org @ 2013-06-19 10:11:45 by W3 Total Cache -->