First time here? Check out the FAQ!
2015-04-07 21:55:57 -0600 | commented answer | No log or console for instance in libvirt and Xen The log problem has been solved. Please my updated post. Thank you. |
2015-04-07 21:55:36 -0600 | received badge | ● Editor (source) |
2015-04-07 21:54:47 -0600 | answered a question | No log or console for instance in libvirt and Xen It turns out that the problem is in my libvirt. libvirt from Ubuntu utopic (14.10) is 1.2.8. This version is too old and includes a bug which prevent it fill in the path for pty when dumping xml from the instance. Upgrading it to the latest version (1.2.12) solve this problem. However, the console problem remains. It keep saying "Guest has not initialized the display (yet)." |
2015-04-06 23:56:56 -0600 | received badge | ● Famous Question (source) |
2015-04-06 23:56:56 -0600 | received badge | ● Popular Question (source) |
2015-04-06 23:56:56 -0600 | received badge | ● Notable Question (source) |
2015-04-06 16:17:22 -0600 | commented question | No log or console for instance in libvirt and Xen @dbaxps I added the link in my post. |
2015-04-06 08:17:13 -0600 | asked a question | No log or console for instance in libvirt and Xen Hi all, I have configured my OpenStack Juno installation with official instructions on Ubuntu. The compute node is Xen with libvirt as suggested in a http://wiki.xenproject.org/wiki/Xen_via_libvirt_for_OpenStack_juno (blog post)of http://xen.org. I can successfully launch a instance, 'xl show' confirmed the domain is running. However, in Horizon, 'Log' tab always said And I get following error message from nova log: The console, however, shows no error message in log, but it always says: Any suggestion? EDIT: It turns out that the problem is in my libvirt. libvirt from Ubuntu utopic (14.10) is 1.2.8. This version is too old and includes a bug which prevent it fill in the path for pty when dumping xml from the instance. Upgrading it to the latest version (1.2.12) solve this problem. However, the console problem remains. It keep saying "Guest has not initialized the display (yet)." |