|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: stubdom questions
Hello,
Zhai, Edwin, le Wed 27 Feb 2008 10:05:13 +0800, a écrit :
> > > After installation, I failed to start stubdom. So I created it manually
> >
> > See the commented "xm create" line in the stubdom-dm script, to enable
> > debugging.
> >
>
> I have enabled this to pop up a xterm for debug, but got same result.
Well, that was expected :)
The popup of xterm is just to make it easier to get the logs.
> > > 1. I use default vnclisten. Does it matter?
> >
> > Yes:
> >
> > > #----------------------------------------------------------------------------
> > > # address that should be listened on for the VNC server if vnc is set.
> > > # default is to use 'vnc-listen' setting from /etc/xen/xend-config.sxp
> > > #vnclisten="localhost"
> >
> > So if your vnc-listen setting is e.g. localhost, the VNC server of the
> > stubdom will be restricted to the stub domain itself, and you won't be
> > able to connect.
>
> vnclisten = "172.30.206.1""
> I still have issue with the IP addr. How to select it, the dom0 ip or
> whatever
> in the subnet?
That depends on your network configuration. You need to be able to
connect to it.
> vif = [ 'ip=172.30.206.1', 'ip=10.0.1.1,mac=aa:00:00:12:23:34']
> Does it mean the stubdom would create an extra vnif with the ip and start a
> VNC
> server on it?
Yes.
> So I need ping 172.30.206.1 first to see if the vnif works?
For instance yes.
> I saw "changeset 17122 -- minios: add PVFB support". Is it a must for stubdom
> vnc?
No.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|