|
|
|
|
|
|
|
|
|
|
xen-users
Re: Fwd: [Xen-users] Unable to create more than 1 VM
Now that you've posted your configs and the error you're getting about
vncpasswd, this is a little more clear. Comment out the line that
says:
vfb = [ 'type=vnc' ]
I realize that the default behavior (or at least the way I know it to
be) is as your config mentions:
# The backend listens on 127.0.0.1 port 5900+N by default, where N is
# the domain ID.
But clearly vnc can't bind(), probably because it's not incrementing
the port number. I just duplicated this problem locally on Cent 5.1
with Xen 3.2.1 compiled from source. Try something more reasonable
like:
vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncdisplay=2,vncpasswd=letsgetit' ]
This will give you a VNC instance on :5902, just modify vncdisplay for
each domU. If I have time, I'll dig into the code and find out if
this is really a "bug".
-Ray
On 6/9/08, Thomas <iamkenzo@xxxxxxxxx> wrote:
> This morning I tried using a disk image instead of LVM for the second
> VM, and I still have the exact same problem. I am starting to become
> really suspicious about the DomU distro I am using. I will try to use
> another method for installing a DomU.
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, (continued)
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, jim burns
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, jim burns
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, jim burns
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, jim burns
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM,
Ray Barnes <=
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Ray Barnes
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Felix Krohn
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Felix Krohn
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
- Re: Fwd: [Xen-users] Unable to create more than 1 VM, Thomas
|
|
|
|
|