et-mgmt-tools-request@xxxxxxxxxx wrote:
Send et-mgmt-tools mailing list submissions to
et-mgmt-tools@xxxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
or, via email, send a message with subject or body 'help' to
et-mgmt-tools-request@xxxxxxxxxx
You can reach the person managing the list at
et-mgmt-tools-owner@xxxxxxxxxx
When replying, please edit your Subject line so it is more specific
than "Re: Contents of et-mgmt-tools digest..."
Today's Topics:
1. Re: Re: Virt-manager: 5.0, 5.1, 5.2 fail in, Fedora 7
(Hugh O. Brock)
----------------------------------------------------------------------
Message: 1
Date: Mon, 22 Oct 2007 09:28:01 -0400
From: "Hugh O. Brock" <hbrock@xxxxxxxxxx>
Subject: Re: Re: Virt-manager: 5.0, 5.1, 5.2 fail in,
Fedora 7
To: Fedora/Linux Management Tools <et-mgmt-tools@xxxxxxxxxx>
Message-ID: <20071022132801.GL15667@xxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii
On Sat, Oct 20, 2007 at 08:11:15PM -1000, Lawrence Nitz wrote:
Thank, Hugh!
I opened virt-manager explicitly from a root terminal window this
evening. Once I connect to the Xen hypervisor, I can see two machines
that I made last week, and have the Open and Detatils buttons on the
bottom right of the main screen. There is no Create button, even though
I am running as root.
I have options of Run, Pause, Shutdown, Details, Open in the right mouse
button click over the machines. I can open and start either of the two
machines, and the machines show cpu and memory usage, but without a
window in which to see the execution.
I cannot bring up a response to the Details menu option on any of the
machines-- Domain-0 or the two guests I had created.
Interesting, something is definitely not right. Do you see anything in
/root/.virt-manager/virt-manager.log? Also, what do you see when you
run virt-manager as root with the --no-fork option from the command
line? Finally, what versions of virtinst and libvirt are you using?
Thanks,
--Hugh
------------------------------
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
End of et-mgmt-tools Digest, Vol 14, Issue 29
*********************************************
1.Virt-install version virtinst-0.300-1.tar
2. Libvirt libvirt-python -0.3.3-1.x86_64.rpm
3. libvirt-devel-0.3.3-1.x86_64.rpm
In Log, 18 Oct: Cannot find gtkvnc.
gtk-vnc-python-0.2.0-2.fc7.x86-64 installed already
t the beginning of my session this evening, I installed the
gtk-vnc-devel version from the Red Hat installer's archive.
Response to virt-manager --no-fork
Attempt to open one of the displayed systems gives the window for the
machine, then this error prompt.
"Enable the local advanced programmable interrupt controller (APIC0.
The X64-b ased operating system you are loding does not have APIC enabled.
The x64-based operating system yo are loding does not have APIC enab
led. Check the system's firmware settings and make sure the firmware
has enabled APIC on this system............"
{I did not see this on the virt-manager opened without the --no-fork
option earlier, but I saw no working screen for installing the client os.}
Virt-manager-log2 was collected using the --no-forks option. Using it,
I could randomly see my existing VM machines, and could open one, but it
had no network connectivity--ip numbers were given in hex, like mac
addresses. Attempting to run or open all the other existing virtual
machines (some defined only as far as setting up the machine's file)
caused the virt-manager to immediately bomb.
The logs here are pretty complex. As far as I can tell, I should not use
any specification of 2 processors for a VM. There is some issue with
the network, but I cannot determine what it is.
Finally, I have included my last virt-manager no-fork traceback as it
spooled on the root terminal. In this run, there were no bombs, but the
windows for the VM systems did not open.
I am sorry that I cannot be more clear, but it is very hard for me to
tell what is happening across the processes that are running.
Larry Nitz
[root@bach lnitz]# virt-manager --no-fork
libvir: Xen Daemon error : GET operation failed:
libvir: Xen Daemon error : failed Xen syscall xenDaemonDomainDumpXMLByID failed to find this domain -1169778385
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/console.py", line 345, in retry_login
self.try_login()
File "/usr/local/share/virt-manager/virtManager/console.py", line 390, in try_login
protocol, host, port, trans = self.vm.get_graphics_console()
File "/usr/local/share/virt-manager/virtManager/domain.py", line 450, in get_graphics_console
type = self.get_xml_string("/domain/devices/graphics/@type")
File "/usr/local/share/virt-manager/virtManager/domain.py", line 419, in get_xml_string
xml = self.get_xml()
File "/usr/local/share/virt-manager/virtManager/domain.py", line 51, in get_xml
self.xml = self.vm.XMLDesc(0)
File "/usr/lib64/python2.5/site-packages/libvirt.py", line 196, in XMLDesc
if ret is None: raise libvirtError ('virDomainGetXMLDesc() failed', dom=self)
libvirt.libvirtError: virDomainGetXMLDesc() failed failed Xen syscall xenDaemonDomainDumpXMLByID failed to find this domain -1169778385
/usr/local/share/virt-manager/virtManager/console.py:189: GtkWarning: _gtk_accel_group_detach: assertion `g_slist_find (accel_group->acceleratables, object) != NULL' failed
topwin.remove_accel_group(g)
libvir: Xen Daemon error : GET operation failed:
libvir: Xen Daemon error : failed Xen syscall xenDaemonDomainDumpXMLByID failed to find this domain -1169778385
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/console.py", line 345, in retry_login
self.try_login()
File "/usr/local/share/virt-manager/virtManager/console.py", line 390, in try_login
protocol, host, port, trans = self.vm.get_graphics_console()
File "/usr/local/share/virt-manager/virtManager/domain.py", line 450, in get_graphics_console
type = self.get_xml_string("/domain/devices/graphics/@type")
File "/usr/local/share/virt-manager/virtManager/domain.py", line 419, in get_xml_string
xml = self.get_xml()
File "/usr/local/share/virt-manager/virtManager/domain.py", line 51, in get_xml
self.xml = self.vm.XMLDesc(0)
File "/usr/lib64/python2.5/site-packages/libvirt.py", line 196, in XMLDesc
if ret is None: raise libvirtError ('virDomainGetXMLDesc() failed', dom=self)
libvirt.libvirtError: virDomainGetXMLDesc() failed failed Xen syscall xenDaemonDomainDumpXMLByID failed to find this domain -1169778385
Co-routine is re-entering itself
Aborted
[Wed, 17 Oct 2007 22:59:33 virt-manager 8714] INFO (virt-manager:125) Application startup
[Wed, 17 Oct 2007 22:59:33 virt-manager 8715] ERROR (virt-manager:297) No module named gtkvnc
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virt-manager.py", line 295, in <module>
main()
File "/usr/local/share/virt-manager/virt-manager.py", line 237, in main
from virtManager.engine import vmmEngine
File "/usr/local/share/virt-manager/virtManager/engine.py", line 33, in <module>
from virtManager.console import vmmConsole
File "/usr/local/share/virt-manager/virtManager/console.py", line 28, in <module>
import gtkvnc
ImportError: No module named gtkvnc
[Thu, 18 Oct 2007 01:11:41 virt-manager 13027] INFO (virt-manager:125) Application startup
[Thu, 18 Oct 2007 01:11:42 virt-manager 13028] DEBUG (engine:69) About to connect to uris []
[Thu, 18 Oct 2007 01:11:42 virt-manager 13028] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Thu, 18 Oct 2007 23:45:49 virt-manager 13359] INFO (virt-manager:61) Application startup
[Thu, 18 Oct 2007 23:45:49 virt-manager 13359] WARNING (virt-manager:230) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Thu, 18 Oct 2007 23:45:49 virt-manager 13359] DEBUG (engine:70) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 18:34:33 virt-manager 11497] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 18:34:33 virt-manager 11497] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 18:35:26 virt-manager 11497] DEBUG (manager:378) VM xp64 started
[Sat, 20 Oct 2007 18:36:20 virt-manager 11497] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 18:37:13 virt-manager 13016] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 18:37:14 virt-manager 13016] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 18:37:21 virt-manager 13016] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 18:37:21 virt-manager 13016] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 18:37:21 virt-manager 13016] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 18:37:35 virt-manager 13016] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 19:58:27 virt-manager 30127] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 19:58:28 virt-manager 30129] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 19:58:28 virt-manager 30129] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 19:59:02 virt-manager 30129] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 19:59:52 virt-manager 30129] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 20:00:55 virt-manager 30129] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 20:26:16 virt-manager 6972] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 20:26:17 virt-manager 6973] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 20:26:17 virt-manager 6973] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 20:26:31 virt-manager 6973] DEBUG (manager:378) VM big64 started
[Sun, 21 Oct 2007 14:44:30 virt-manager 11400] INFO (virt-manager:125) Application startup
[Sun, 21 Oct 2007 14:44:30 virt-manager 11401] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sun, 21 Oct 2007 14:44:30 virt-manager 11401] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connect:115) Connection to open is qemu:///system
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:291) Scheduling background open thread for qemu:///system
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:298) Background thread is running
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:336) Notifying open result
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (manager:388) About to append vm: Thomas_32
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (manager:974) Activating connection qemu:///system
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (manager:388) About to append vm: xp64
[Sun, 21 Oct 2007 14:44:55 virt-manager 11401] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 14:45:42 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:45:42 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:45:42 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:44 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:45 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:47 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:48 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:49 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:46 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:46:46 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:46:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:50 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:51 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:52 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:53 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:54 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:55 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:56 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:57 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:58 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:59 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:00 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:01 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:02 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:03 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:04 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:05 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:06 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:07 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:08 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:09 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:10 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:11 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:12 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:13 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:14 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:15 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:16 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:17 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:18 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:19 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:20 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:21 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:22 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:23 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:24 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:25 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:26 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:27 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:28 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:29 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:30 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:31 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:32 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:33 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:34 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:35 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:36 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:37 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:38 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:39 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:40 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:41 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:42 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:43 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:44 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:45 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:47 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:48 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:49 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:50 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:51 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:52 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:53 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:54 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:55 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:56 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:57 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:58 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:59 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:00 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:01 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:02 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:03 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:04 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:05 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:06 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:07 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:08 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:09 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:10 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:11 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:13 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:14 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:15 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:16 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:17 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:18 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:19 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:20 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:21 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:22 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:23 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:24 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:25 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:26 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:27 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:28 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:29 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:30 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:31 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:32 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:33 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:34 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:35 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:36 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:37 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:38 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:39 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:40 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:41 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:42 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:43 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:44 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:44 virt-manager 11401] DEBUG (manager:670) Clicked a connection row
[Sun, 21 Oct 2007 14:48:45 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:47 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:47 virt-manager 11401] DEBUG (manager:670) Clicked a connection row
[Sun, 21 Oct 2007 14:48:48 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:49 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:50 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:51 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:52 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:53 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:54 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:55 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:56 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:57 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 22:08:42 virt-manager 6702] INFO (virt-manager:125) Application startup
[Sun, 21 Oct 2007 22:08:43 virt-manager 6703] DEBUG (engine:69) About to connect to uris ['qemu:///system', 'xen:///']
[Sun, 21 Oct 2007 22:08:43 virt-manager 6703] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connect:115) Connection to open is qemu:///system
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:291) Scheduling background open thread for qemu:///system
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:298) Background thread is running
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:336) Notifying open result
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:388) About to append vm: X64
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:974) Activating connection qemu:///system
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:388) About to append vm: Thomas_32
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:388) About to append vm: xp64
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:378) VM X64 started
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:388) Trying console login
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5901
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:411) Starting connect process for 127.0.0.1 5901
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:322) VNC initialized
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:308) VNC disconnected
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] WARNING (console:334) Retrying connection in 125 ms
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:388) Trying console login
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:-1
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] WARNING (console:334) Retrying connection in 250 ms
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] WARNING (console:334) Retrying connection in 500 ms
[Sun, 21 Oct 2007 22:09:53 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:53 virt-manager 6703] WARNING (console:334) Retrying connection in 1000 ms
[Sun, 21 Oct 2007 22:09:54 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:54 virt-manager 6703] WARNING (console:334) Retrying connection in 2000 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] WARNING (console:334) Retrying connection in 2000 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] WARNING (console:334) Retrying connection in 125 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] WARNING (console:334) Retrying connection in 250 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (manager:378) VM X64 started
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:388) Trying console login
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5901
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:411) Starting connect process for 127.0.0.1 5901
[Mon, 22 Oct 2007 18:48:22 virt-manager 18729] INFO (virt-manager:125) Application startup
[Mon, 22 Oct 2007 18:48:23 virt-manager 18729] DEBUG (engine:69) About to connect to uris ['qemu:///system', 'xen:///']
[Mon, 22 Oct 2007 18:48:23 virt-manager 18729] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Mon, 22 Oct 2007 18:48:27 virt-manager 18729] DEBUG (manager:670) Clicked a connection row
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:291) Scheduling background open thread for xen:///
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:298) Background thread is running
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:327) Background open thread complete, scheduling notify
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:336) Notifying open result
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: Domain-0
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:974) Activating connection xen:///
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: xp64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: W64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: X64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: big64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:378) VM Domain-0 started
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:378) VM W64 started
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5900
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:411) Starting connect process for 127.0.0.1 5900
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:378) VM X64 started
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5904
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:411) Starting connect process for 127.0.0.1 5904
[Mon, 22 Oct 2007 18:48:30 virt-manager 18729] DEBUG (console:322) VNC initialized
[Mon, 22 Oct 2007 18:48:30 virt-manager 18729] DEBUG (console:322) VNC initialized
[Mon, 22 Oct 2007 18:48:36 virt-manager 18729] ERROR (console:223) Cannot popup notification 'vmmConsole' object has no attribute 'notifyInterface'
[Mon, 22 Oct 2007 18:51:26 virt-manager 18729] DEBUG (console:308) VNC disconnected
[Mon, 22 Oct 2007 18:51:26 virt-manager 18729] WARNING (console:334) Retrying connection in 125 ms
[Mon, 22 Oct 2007 18:51:27 virt-manager 18729] DEBUG (console:344) Got timed retry
[Mon, 22 Oct 2007 18:51:27 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:51:30 virt-manager 18729] ERROR (console:223) Cannot popup notification 'vmmConsole' object has no attribute 'notifyInterface'
[Mon, 22 Oct 2007 18:55:44 virt-manager 18729] DEBUG (console:308) VNC disconnected
[Mon, 22 Oct 2007 18:55:44 virt-manager 18729] WARNING (console:334) Retrying connection in 125 ms
[Mon, 22 Oct 2007 18:55:45 virt-manager 18729] DEBUG (console:344) Got timed retry
[Mon, 22 Oct 2007 18:55:45 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:55:47 virt-manager 18729] WARNING (console:334) Retrying connection in 125 ms
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:344) Got timed retry
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] WARNING (console:334) Retrying connection in 250 ms
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (manager:378) VM W64 started
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5900
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:411) Starting connect process for 127.0.0.1 5900
[Wed, 17 Oct 2007 22:59:33 virt-manager 8714] INFO (virt-manager:125) Application startup
[Wed, 17 Oct 2007 22:59:33 virt-manager 8715] ERROR (virt-manager:297) No module named gtkvnc
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virt-manager.py", line 295, in <module>
main()
File "/usr/local/share/virt-manager/virt-manager.py", line 237, in main
from virtManager.engine import vmmEngine
File "/usr/local/share/virt-manager/virtManager/engine.py", line 33, in <module>
from virtManager.console import vmmConsole
File "/usr/local/share/virt-manager/virtManager/console.py", line 28, in <module>
import gtkvnc
ImportError: No module named gtkvnc
[Thu, 18 Oct 2007 01:11:41 virt-manager 13027] INFO (virt-manager:125) Application startup
[Thu, 18 Oct 2007 01:11:42 virt-manager 13028] DEBUG (engine:69) About to connect to uris []
[Thu, 18 Oct 2007 01:11:42 virt-manager 13028] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Thu, 18 Oct 2007 23:45:49 virt-manager 13359] INFO (virt-manager:61) Application startup
[Thu, 18 Oct 2007 23:45:49 virt-manager 13359] WARNING (virt-manager:230) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Thu, 18 Oct 2007 23:45:49 virt-manager 13359] DEBUG (engine:70) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 18:34:33 virt-manager 11497] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 18:34:33 virt-manager 11497] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 18:34:41 virt-manager 11497] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 18:35:26 virt-manager 11497] DEBUG (manager:378) VM xp64 started
[Sat, 20 Oct 2007 18:36:20 virt-manager 11497] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 18:37:13 virt-manager 13016] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 18:37:14 virt-manager 13016] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 18:37:21 virt-manager 13016] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 18:37:21 virt-manager 13016] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 18:37:21 virt-manager 13016] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 18:37:22 virt-manager 13016] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 18:37:35 virt-manager 13016] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 19:58:27 virt-manager 30127] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 19:58:28 virt-manager 30129] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 19:58:28 virt-manager 30129] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 19:58:38 virt-manager 30129] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 19:59:02 virt-manager 30129] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 19:59:52 virt-manager 30129] DEBUG (manager:378) VM big64 started
[Sat, 20 Oct 2007 20:00:55 virt-manager 30129] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 20:26:16 virt-manager 6972] INFO (virt-manager:125) Application startup
[Sat, 20 Oct 2007 20:26:17 virt-manager 6973] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sat, 20 Oct 2007 20:26:17 virt-manager 6973] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connect:115) Connection to open is xen
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:291) Scheduling background open thread for xen:///
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:298) Background thread is running
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (connection:336) Notifying open result
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:388) About to append vm: Domain-0
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:974) Activating connection xen:///
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:388) About to append vm: xp64
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:388) About to append vm: big64
[Sat, 20 Oct 2007 20:26:23 virt-manager 6973] DEBUG (manager:378) VM Domain-0 started
[Sat, 20 Oct 2007 20:26:31 virt-manager 6973] DEBUG (manager:378) VM big64 started
[Sun, 21 Oct 2007 14:44:30 virt-manager 11400] INFO (virt-manager:125) Application startup
[Sun, 21 Oct 2007 14:44:30 virt-manager 11401] DEBUG (engine:69) About to connect to uris ['xen:///']
[Sun, 21 Oct 2007 14:44:30 virt-manager 11401] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connect:115) Connection to open is qemu:///system
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:291) Scheduling background open thread for qemu:///system
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:298) Background thread is running
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (connection:336) Notifying open result
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (manager:388) About to append vm: Thomas_32
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (manager:974) Activating connection qemu:///system
[Sun, 21 Oct 2007 14:44:40 virt-manager 11401] DEBUG (manager:388) About to append vm: xp64
[Sun, 21 Oct 2007 14:44:55 virt-manager 11401] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 14:45:42 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:45:42 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:45:42 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:44 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:45 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:47 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:48 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:45:49 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:46 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:46:46 virt-manager 11401] DEBUG (details:214) In hw_selected with null tree iter
[Sun, 21 Oct 2007 14:46:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:50 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:51 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:52 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:53 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:54 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:55 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:56 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:57 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:58 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:46:59 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:00 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:01 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:02 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:03 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:04 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:05 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:06 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:07 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:08 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:09 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:10 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:11 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:12 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:13 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:14 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:15 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:16 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:17 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:18 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:19 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:20 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:21 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:22 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:23 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:24 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:25 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:26 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:27 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:28 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:29 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:30 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:31 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:32 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:33 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:34 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:35 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:36 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:37 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:38 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:39 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:40 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:41 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:42 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:43 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:44 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:45 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:47 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:48 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:49 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:50 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:51 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:52 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:53 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:54 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:55 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:56 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:57 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:58 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:47:59 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:00 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:01 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:02 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:03 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:04 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:05 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:06 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:07 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:08 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:09 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:10 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:11 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:13 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:14 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:15 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:16 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:17 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:18 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:19 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:20 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:21 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:22 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:23 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:24 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:25 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:26 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:27 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:28 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:29 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:30 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:31 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:32 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:33 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:34 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:35 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:36 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:37 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:38 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:39 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:40 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:41 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:42 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:43 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:44 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:44 virt-manager 11401] DEBUG (manager:670) Clicked a connection row
[Sun, 21 Oct 2007 14:48:45 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:46 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:47 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:47 virt-manager 11401] DEBUG (manager:670) Clicked a connection row
[Sun, 21 Oct 2007 14:48:48 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:49 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:50 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:51 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:52 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:53 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:54 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:55 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:56 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 14:48:57 virt-manager 11401] DEBUG (connection:391) Unable to get max vcpu
[Sun, 21 Oct 2007 22:08:42 virt-manager 6702] INFO (virt-manager:125) Application startup
[Sun, 21 Oct 2007 22:08:43 virt-manager 6703] DEBUG (engine:69) About to connect to uris ['qemu:///system', 'xen:///']
[Sun, 21 Oct 2007 22:08:43 virt-manager 6703] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connect:115) Connection to open is qemu:///system
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:291) Scheduling background open thread for qemu:///system
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:298) Background thread is running
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:327) Background open thread complete, scheduling notify
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (connection:336) Notifying open result
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:388) About to append vm: X64
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:974) Activating connection qemu:///system
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:388) About to append vm: Thomas_32
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:388) About to append vm: xp64
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (manager:378) VM X64 started
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:388) Trying console login
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5901
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:411) Starting connect process for 127.0.0.1 5901
[Sun, 21 Oct 2007 22:08:54 virt-manager 6703] DEBUG (console:322) VNC initialized
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:308) VNC disconnected
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] WARNING (console:334) Retrying connection in 125 ms
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:388) Trying console login
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:-1
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] WARNING (console:334) Retrying connection in 250 ms
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:52 virt-manager 6703] WARNING (console:334) Retrying connection in 500 ms
[Sun, 21 Oct 2007 22:09:53 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:53 virt-manager 6703] WARNING (console:334) Retrying connection in 1000 ms
[Sun, 21 Oct 2007 22:09:54 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:54 virt-manager 6703] WARNING (console:334) Retrying connection in 2000 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] WARNING (console:334) Retrying connection in 2000 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] WARNING (console:334) Retrying connection in 125 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:344) Got timed retry
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] WARNING (console:334) Retrying connection in 250 ms
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (manager:378) VM X64 started
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:388) Trying console login
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5901
[Sun, 21 Oct 2007 22:09:56 virt-manager 6703] DEBUG (console:411) Starting connect process for 127.0.0.1 5901
[Mon, 22 Oct 2007 18:48:22 virt-manager 18729] INFO (virt-manager:125) Application startup
[Mon, 22 Oct 2007 18:48:23 virt-manager 18729] DEBUG (engine:69) About to connect to uris ['qemu:///system', 'xen:///']
[Mon, 22 Oct 2007 18:48:23 virt-manager 18729] WARNING (virt-manager:274) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Mon, 22 Oct 2007 18:48:27 virt-manager 18729] DEBUG (manager:670) Clicked a connection row
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:291) Scheduling background open thread for xen:///
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:298) Background thread is running
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:327) Background open thread complete, scheduling notify
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (connection:336) Notifying open result
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: Domain-0
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:974) Activating connection xen:///
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: xp64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: W64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: X64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:388) About to append vm: big64
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:378) VM Domain-0 started
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:378) VM W64 started
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5900
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:411) Starting connect process for 127.0.0.1 5900
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (manager:378) VM X64 started
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] ERROR (console:97) Cannot initialize notification systemorg.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5904
[Mon, 22 Oct 2007 18:48:29 virt-manager 18729] DEBUG (console:411) Starting connect process for 127.0.0.1 5904
[Mon, 22 Oct 2007 18:48:30 virt-manager 18729] DEBUG (console:322) VNC initialized
[Mon, 22 Oct 2007 18:48:30 virt-manager 18729] DEBUG (console:322) VNC initialized
[Mon, 22 Oct 2007 18:48:36 virt-manager 18729] ERROR (console:223) Cannot popup notification 'vmmConsole' object has no attribute 'notifyInterface'
[Mon, 22 Oct 2007 18:51:26 virt-manager 18729] DEBUG (console:308) VNC disconnected
[Mon, 22 Oct 2007 18:51:26 virt-manager 18729] WARNING (console:334) Retrying connection in 125 ms
[Mon, 22 Oct 2007 18:51:27 virt-manager 18729] DEBUG (console:344) Got timed retry
[Mon, 22 Oct 2007 18:51:27 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:51:30 virt-manager 18729] ERROR (console:223) Cannot popup notification 'vmmConsole' object has no attribute 'notifyInterface'
[Mon, 22 Oct 2007 18:55:44 virt-manager 18729] DEBUG (console:308) VNC disconnected
[Mon, 22 Oct 2007 18:55:44 virt-manager 18729] WARNING (console:334) Retrying connection in 125 ms
[Mon, 22 Oct 2007 18:55:45 virt-manager 18729] DEBUG (console:344) Got timed retry
[Mon, 22 Oct 2007 18:55:45 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:55:47 virt-manager 18729] WARNING (console:334) Retrying connection in 125 ms
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:344) Got timed retry
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] WARNING (console:334) Retrying connection in 250 ms
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (manager:378) VM W64 started
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:388) Trying console login
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:398) Graphics console configured at vnc://127.0.0.1:5900
[Mon, 22 Oct 2007 18:55:48 virt-manager 18729] DEBUG (console:411) Starting connect process for 127.0.0.1 5900
root@bach lnitz]# virt-manager --no-fork
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/engine.py", line 180, in _do_show_console
self.show_console(uri, uuid)
File "/usr/local/share/virt-manager/virtManager/engine.py", line 226, in show_console
con.get_vm(uuid))
File "/usr/local/share/virt-manager/virtManager/connection.py", line 276, in get_vm
return self.vms[uuid]
KeyError: '69f5ad6f-c281-c07c-79e3-5a155f20f2a5'
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/engine.py", line 180, in _do_show_console
self.show_console(uri, uuid)
File "/usr/local/share/virt-manager/virtManager/engine.py", line 226, in show_console
con.get_vm(uuid))
File "/usr/local/share/virt-manager/virtManager/connection.py", line 276, in get_vm
return self.vms[uuid]
KeyError: '69f5ad6f-c281-c07c-79e3-5a155f20f2a5'
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/engine.py", line 180, in _do_show_console
self.show_console(uri, uuid)
File "/usr/local/share/virt-manager/virtManager/engine.py", line 226, in show_console
con.get_vm(uuid))
File "/usr/local/share/virt-manager/virtManager/connection.py", line 276, in get_vm
return self.vms[uuid]
KeyError: '9c970304-6d89-9518-d2e1-a1d4781751a1'
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/engine.py", line 180, in _do_show_console
self.show_console(uri, uuid)
File "/usr/local/share/virt-manager/virtManager/engine.py", line 226, in show_console
con.get_vm(uuid))
File "/usr/local/share/virt-manager/virtManager/connection.py", line 276, in get_vm
return self.vms[uuid]
KeyError: 'ea68d336-156f-3180-dd05-ca57a6d4c4b2'
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/engine.py", line 180, in _do_show_console
self.show_console(uri, uuid)
File "/usr/local/share/virt-manager/virtManager/engine.py", line 226, in show_console
con.get_vm(uuid))
File "/usr/local/share/virt-manager/virtManager/connection.py", line 276, in get_vm
return self.vms[uuid]
KeyError: 'a531ddaa-088e-c36f-f5cd-2fac7e689ee1'
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/engine.py", line 180, in _do_show_console
self.show_console(uri, uuid)
File "/usr/local/share/virt-manager/virtManager/engine.py", line 226, in show_console
con.get_vm(uuid))
File "/usr/local/share/virt-manager/virtManager/connection.py", line 276, in get_vm
return self.vms[uuid]
KeyError: 'a531ddaa-088e-c36f-f5cd-2fac7e689ee1'
Traceback (most recent call last):
File "/usr/local/share/virt-manager/virtManager/engine.py", line 180, in _do_show_console
self.show_console(uri, uuid)
File "/usr/local/share/virt-manager/virtManager/engine.py", line 226, in show_console
con.get_vm(uuid))
File "/usr/local/share/virt-manager/virtManager/connection.py", line 276, in get_vm
return self.vms[uuid]
KeyError: '9c970304-6d89-9518-d2e1-a1d4781751a1'
[root@bach lnitz]#
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools