Bug 215524
Summary: | Cannot enable graphical console | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ulrich Drepper <drepper> |
Component: | virt-manager | Assignee: | Daniel Berrangé <berrange> |
Status: | CLOSED RAWHIDE | QA Contact: | Martin Jenner <mjenner> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6 | CC: | bjohnson, xen-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-01-11 04:02:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ulrich Drepper
2006-11-14 15:18:51 UTC
I should clarify this a bit. A more fundamantal problem is that I cannot start a domain which exists as a config file in /etc/xen in virt-manager. If this could be added, maybe virt-manager would set the variable. But so far I have to create the domain with xm create and then it seems already to be too late for virt-manager to do its magic. So, maybe the solution is to add a way to virt-manager to start a domain like xm create but also set the magic configuration options to create the graphical console. Yes, virt-manager is unable to manage inactive domains - since XenD provides no API for enumerating them at this time. We are tracking work to add support for inactive domains in bug 210648 To get the graphical console working it needs to be enabled at the time you start the guest domain. For virt-install either use the '--vnc' command line arg, or say 'yes' when asked to enable graphics. For an existing domain, edit the config file in /etc/xen and add vnc=1 vncunused=1 and then re-start the guest - graphics should now be possible. virt-manager itself is unable to manage inactive domains - since XenD provides no API for enumerating them at this time, thus it has no way to enable graphics - this hsa to be done when the domain is started. We are tracking work to add support for inactive domains in bug 210648 change QA contact This capability is now available in upstream source repo. Will make its way into Fedora next time we sync up for an update. http://hg.et.redhat.com/virt/applications/virt-manager--devel?cs=bd282b353072 |