-
chrordig committed patchset 151 of module bbps to the bbps bookmark manager CVS repository, changing 1 files.
2008-10-24 20:08:24 UTC in bbps bookmark manager
-
Hi,
seems not to be possible to append a file in this forum, so I had to copy+paste it here...
----------------- Snip ------------------
# -*- mode: python; -*-
#============================================================================
# Python configuration setup for 'xm create'.
# This script sets the parameters used when a domain is created using 'xm create'.
# You use a...
2007-06-20 14:49:01 UTC in ConVirt
-
it looks ok for running DomUs.
The information pane lacks Network and Disks, but they don't seem to be in the tree either.
Loading the corresponding config file fails with:
"FAILED: Invalid File: iteration over non-sequence"
Furthermore Xen3.1.0 seems to have a bug with the VNC display number. It is _not_ the domain id, but it simply uses the first available free one...
2007-06-17 12:34:27 UTC in ConVirt
-
Hi,
when shutting down all DomUs, XenMan starts and shows my Dom0 on localhost.
When starting any DomU, I get the error above.
The _dom_info looks good, as far as I can tell:
---- snip ----
XenDomain.py:116: self._dom_info:
[
['domid', 0]
['on_crash', 'restart']
['uuid', '00000000-0000-0000-0000-000000000000']
['bootloader_args', '']
['vcpus', 4]
['name', 'Domain-0']...
2007-06-13 12:28:10 UTC in ConVirt
-
Hallo,
I am trying to use XenMan with Xen version 3.1.0 on Debian etch.
First thing I've recognized: some things in the Xen Python API seem to have changed, so I had to modify NodeProxy.py and XenServerProxy.py to use "ServerProxy" from
xen.util.xmlrpcclient instead of the old place xen.util.xmlrpclib2
But now I get the following error and traceback when trying to start...
2007-06-09 17:15:13 UTC in ConVirt
-
I don't know. It is too deep inside ZOPE, and I am not an expert when it comes to ZOPE interna :-(.
2006-11-09 13:32:27 UTC in Pydev for Eclipse
-
the filtered run was the second try. Even with absolutely unfiltered output the file name is not shown when testing.
2006-11-09 12:29:14 UTC in Pydev for Eclipse
-
The file does not appear there. It seems nothing from the Products dir appears there while running the "Test" from ZMI.
The only things I see repeating are:
c:\programme\zopedevel\python\lib\asynchat.py asynchat.py
c:\programme\zopedevel\zope\lib\python\zserver\httpserver.py httpserver.py
c:\programme\zopedevel\zope\lib\python\zserver\medusa\http_server.py http_server.py...
2006-11-09 12:03:21 UTC in Pydev for Eclipse
-
it furthermore seems it cannot suspend anything, but the MainThread:
Traceback (most recent call last):
AttributeError: '_DummyThread' object has no attribute 'additionalInfo'
Traceback (most recent call last):
File "C:\Programme\eclipse\plugins\org.python.pydev.debug_1.2.5\pysrc\pydevd.py", line 257, in processNetCommand
self.setSuspend(t, CMD_THREAD_SUSPEND)
File...
2006-11-09 11:37:01 UTC in Pydev for Eclipse
-
It seems to be added correctly:
Added breakpoint:c:\programme\zopedevel\data\products\myproduct\skins\invoice\filltrips.py - line:24.
2006-11-09 11:22:43 UTC in Pydev for Eclipse