On 27/02/2008, Sarton O'Brien <bsd-xen%roguewrt.org@localhost> wrote:
Manuel Bouyer wrote:
> On Wed, Feb 27, 2008 at 10:52:34AM +0000, Kimi wrote:
>
>> Hi,
>>
>> I am experiencing a strange pause when I re-create a domain on the
>> third time. it works fine the first and second time, but it is always
>> the third or more times I re-create a domain. I have to reboot the
>> hardware.
>>
>> when first and second creation, performance is like a native machine,
>> but on third there is a 500 ms to 1 second or more pause/delay.
>>
>> I am using NetBSD current (4.99.54) AMD64 with xenkernel 3.1.2 & xentools
3.1.2.
>>
>
> How old is your dom0 kernel ? I fixed something that looks like your
> problem on 2008/02/19. Make sure you have sys/arch/xen/xen/xenevt.c 1.22
>
>
Not to mention the issues with xentools 3.1.2 at least under i386, I'd
reccommend updating to 3.1.3 to avoid issues, unless amd64 is exempt.
I saw an update to ncurses so hopefully xentools should just build now.
I now get a linking error, so I had to add a hack to my mk.conf for a
couple of different pkgsrc ports:
.if ${.CURDIR:M*/pkgsrc/sysutils/xentools*} ||
${.CURDIR:M*/pkgsrc/graphics/SDL_image}
CURSES_DEFAULT = ncurses
.endif