Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager.py", line 383, in <module> main() File "/usr/share/virt-manager/virt-manager.py", line 286, in main raise gtk_error RuntimeError: could not open display Commented Nov 16, 2012 at 23:41
  • I got the above error after installing virt-manager using yum and starting it. Is there any way to access SSH of the VM without using virt-manager? Must I assign it an IP?> Commented Nov 16, 2012 at 23:42
  • For your first question, you need an X display (e.g. ssh -X to your server) to run virt-manager. For the second question, yes, SSH uses the network and so you need an IP address. Commented Nov 17, 2012 at 21:11