On Thu, Sep 17, 2009 at 6:32 PM, Henry Pepper <[email protected]> wrote: > Hi > > I'm been trying to install an xvm instance on a remote system, but I > keep running into variations on 'unable to open display' > > I've tried to use ssh -X but I've not been able to get it to forward > when su'd to root.
I haven't played around much with it, but doing one of these : - ssh r...@... - ssh as normal user, then "sudo virt-install ..." (instead of "su -" or "sudo -s") should work. As an alternative you could also modify domU config file (or xend-config.sxp) to have vnc listen on 0.0.0.0 instead of localhost. -- Fajar _______________________________________________ xen-discuss mailing list [email protected]
