* Preview of Next Generation VM-Tools
@ 2005-04-28 0:01 Anthony Liguori
2005-04-29 0:08 ` Jacob Gorm Hansen
2005-05-01 15:26 ` aq
0 siblings, 2 replies; 5+ messages in thread
From: Anthony Liguori @ 2005-04-28 0:01 UTC (permalink / raw)
To: xen-devel
Hi all,
I've posted a preview release of the next generation of VM-Tools. This
generation of the tool chain will be different from the existing
versions of VM-Tools in a number of important ways. Below are the
highlights:
o Single daemon based system
o Support for 3.0 and 2.0.x trees
o Improved logging via syslog
o Many others
This is just a preview release and is not meant to be used for anything
other than simply understanding the new architecture. The README in the
tarball includes a list of what's working and what's not working.
We anticipate a full release within the new few weeks.
http://www.cs.utexas.edu/users/aliguori/vm-tools-0.0.9a.tar.gz
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Preview of Next Generation VM-Tools
2005-04-28 0:01 Preview of Next Generation VM-Tools Anthony Liguori
@ 2005-04-29 0:08 ` Jacob Gorm Hansen
2005-04-29 2:08 ` Anthony Liguori
2005-05-01 15:26 ` aq
1 sibling, 1 reply; 5+ messages in thread
From: Jacob Gorm Hansen @ 2005-04-29 0:08 UTC (permalink / raw)
To: Anthony Liguori; +Cc: xen-devel
Anthony Liguori wrote:
> Hi all,
>
> I've posted a preview release of the next generation of VM-Tools. This
> generation of the tool chain will be different from the existing
> versions of VM-Tools in a number of important ways. Below are the
> highlights:
>
> o Single daemon based system
> o Support for 3.0 and 2.0.x trees
> o Improved logging via syslog
> o Many others
>
> This is just a preview release and is not meant to be used for anything
> other than simply understanding the new architecture. The README in the
> tarball includes a list of what's working and what's not working.
>
hi Anthony,
there seems to be a race in the creation of new domains, if I run the
commands from the README in a script, xenctld prints:
xenctld: New domain-0
xenctld: Binding to port 0:0
xenctld: Got message destined 1:0:1
xenctld: Received msg for unknown domain-1
xenctld: New domain-1
xenctld: evtchn_bind_interdomain(32752,1,0,1) failed: Invalid argument
xenctld: Failed opening event channel
Whereas If I put a 'sleep 1' between each of the lines in the script,
the domain starts up and connects the conosole without problems.
Jacob\\
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Preview of Next Generation VM-Tools
2005-04-29 0:08 ` Jacob Gorm Hansen
@ 2005-04-29 2:08 ` Anthony Liguori
2005-04-29 4:03 ` Jacob Gorm Hansen
0 siblings, 1 reply; 5+ messages in thread
From: Anthony Liguori @ 2005-04-29 2:08 UTC (permalink / raw)
To: Jacob Gorm Hansen; +Cc: xen-devel
Jacob Gorm Hansen wrote:
> hi Anthony,
Hi Jacob,
>
> there seems to be a race in the creation of new domains, if I run the
> commands from the README in a script, xenctld prints:
>
> xenctld: New domain-0
> xenctld: Binding to port 0:0
> xenctld: Got message destined 1:0:1
> xenctld: Received msg for unknown domain-1
> xenctld: New domain-1
> xenctld: evtchn_bind_interdomain(32752,1,0,1) failed: Invalid argument
> xenctld: Failed opening event channel
>
> Whereas If I put a 'sleep 1' between each of the lines in the script,
> the domain starts up and connects the conosole without problems.
I noticed that myself. Xencltd uses a timeout to update it's
information about domains. What it needs to do is make sure that any
entry into xenctld causes the information to be updated.
That's for pointing it out. It'll be fixed for the next release.
Regards,
> Jacob\\
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Preview of Next Generation VM-Tools
2005-04-29 2:08 ` Anthony Liguori
@ 2005-04-29 4:03 ` Jacob Gorm Hansen
0 siblings, 0 replies; 5+ messages in thread
From: Jacob Gorm Hansen @ 2005-04-29 4:03 UTC (permalink / raw)
To: Anthony Liguori; +Cc: xen-devel
Anthony Liguori wrote:
> Jacob Gorm Hansen wrote:
>>
>> Whereas If I put a 'sleep 1' between each of the lines in the script,
>> the domain starts up and connects the conosole without problems.
>
> I noticed that myself. Xencltd uses a timeout to update it's
> information about domains. What it needs to do is make sure that any
> entry into xenctld causes the information to be updated.
>
> That's for pointing it out. It'll be fixed for the next release.
Great, looking forward to that. Also, there seems to be a problem with
newlines in the console, hitting <ENTER> a few times yields:
~ #
~ #
~ #
~ #
Perhaps carriage-returns are not handled correctly?
Jacob
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Preview of Next Generation VM-Tools
2005-04-28 0:01 Preview of Next Generation VM-Tools Anthony Liguori
2005-04-29 0:08 ` Jacob Gorm Hansen
@ 2005-05-01 15:26 ` aq
1 sibling, 0 replies; 5+ messages in thread
From: aq @ 2005-05-01 15:26 UTC (permalink / raw)
To: Anthony Liguori; +Cc: xen-devel
On 4/28/05, Anthony Liguori <aliguori@us.ibm.com> wrote:
> Hi all,
>
> I've posted a preview release of the next generation of VM-Tools. This
> generation of the tool chain will be different from the existing
> versions of VM-Tools in a number of important ways. Below are the
> highlights:
>
> o Single daemon based system
> o Support for 3.0 and 2.0.x trees
> o Improved logging via syslog
> o Many others
>
> This is just a preview release and is not meant to be used for anything
> other than simply understanding the new architecture. The README in the
> tarball includes a list of what's working and what's not working.
>
> We anticipate a full release within the new few weeks.
>
> http://www.cs.utexas.edu/users/aliguori/vm-tools-0.0.9a.tar.gz
>
Anthony, looks like you forgot the Makefile target (compile and clean)
of bindings/ ?
regards,
aq
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-05-01 15:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28 0:01 Preview of Next Generation VM-Tools Anthony Liguori
2005-04-29 0:08 ` Jacob Gorm Hansen
2005-04-29 2:08 ` Anthony Liguori
2005-04-29 4:03 ` Jacob Gorm Hansen
2005-05-01 15:26 ` aq
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.