Hi, Just upgraded to 3.4 and are getting this error when issuing xend start WARING! Can''t find version 3.4.0 of xen utils, fallback to default version! /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xend/server/SrvDaemon.py:17: RuntimeW arning: Python C API version mismatch for module xen.lowlevel.xc: This Python ha s API version 1013, module xen.lowlevel.xc has version 1012. import xen.lowlevel.xc /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/util/security.py:25: RuntimeWarning: Python C API version mismatch for module acm: This Python has API version 1013, module acm has version 1012. from xen.lowlevel import acm /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xend/xenstore/xsutil.py:8: RuntimeWar ning: Python C API version mismatch for module xen.lowlevel.xs: This Python has API version 1013, module xen.lowlevel.xs has version 1012. import xen.lowlevel.xs any idea? Thanks Ian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Jun 18, 2009 at 4:10 PM, Ian Tobin<itobin@tidyhosts.com> wrote:> Just upgraded to 3.4 and are getting this error when issuing xend startI thought you already had a 3.4 host? on Debian?> WARING! Can''t find version 3.4.0 of xen utils, fallback to default version! > > /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xend/server/SrvDaemon.py:17: > RuntimeWHow did you install Xen? looks like xen utils (xm, xend, etc) from 3.4 was not installed, and you''re using an old version (3.0.3) -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Theres more than one host :) It was an upgrade from 3.3 which worked fine. This is the way it was done. ------------------------------------------------------------ cd /usr/src hg clone -r RELEASE-3.4.0 http://xenbits.xensource.com/xen-3.4-testing.hg # hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg # cd xen-3.3-testing.hg # make world # cp /boot/config-2.6.18-my build-linux-2.6.18-xen_x86_32/.config # make linux-2.6-xen-config CONFIGMODE=menuconfig # vi Config.mk (disable PAE - copy below under XEN_OS) # make clean # make # make install -------------------------------------------------------------------- Directly after I also upgraded it to Lenny from etch so im thinking maybe the OS upgrade has overwritten something? Thanks Ian -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Fajar A. Nugraha Sent: 18 June 2009 10:14 To: Ian Tobin Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] xend start error On Thu, Jun 18, 2009 at 4:10 PM, Ian Tobin<itobin@tidyhosts.com> wrote:> Just upgraded to 3.4 and are getting this error when issuing xend startI thought you already had a 3.4 host? on Debian?> WARING! Can''t find version 3.4.0 of xen utils, fallback to default version! > > /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xend/server/SrvDaemon.py:17: > RuntimeWHow did you install Xen? looks like xen utils (xm, xend, etc) from 3.4 was not installed, and you''re using an old version (3.0.3) -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Debian packages have later kernel support but yes this is off topic -----Original Message----- From: Evgeniy Sudyr [mailto:eject.in.ua@gmail.com] Sent: 18 June 2009 10:27 To: Ian Tobin Subject: Re: [Xen-users] xend start error Offtopic question, currently Xen 3.4.0 has support only 2.6.18 kernel ? How explain that lenny's kernel is 2.6.26: uname -a Linux eject 2.6.26-1-xen-amd64 #1 SMP Fri Mar 13 21:39:38 UTC 2009 x86_64 GNU/Linux On Thu, Jun 18, 2009 at 12:23 PM, Ian Tobin<itobin@tidyhosts.com> wrote:> Theres more than one host :) > > It was an upgrade from 3.3 which worked fine. This is the way it was done. > > ------------------------------------------------------------ > cd /usr/src > hg clone -r RELEASE-3.4.0 http://xenbits.xensource.com/xen-3.4-testing.hg > # hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > # cd xen-3.3-testing.hg > # make world > # cp /boot/config-2.6.18-my build-linux-2.6.18-xen_x86_32/.config > # make linux-2.6-xen-config CONFIGMODE=menuconfig > # vi Config.mk (disable PAE - copy below under XEN_OS) > > # make clean > # make > # make install > -------------------------------------------------------------------- > > Directly after I also upgraded it to Lenny from etch so im thinking maybe the OS upgrade has overwritten something? > > Thanks > > Ian > > > > > -----Original Message----- > From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Fajar A. Nugraha > Sent: 18 June 2009 10:14 > To: Ian Tobin > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] xend start error > > On Thu, Jun 18, 2009 at 4:10 PM, Ian Tobin<itobin@tidyhosts.com> wrote: >> Just upgraded to 3.4 and are getting this error when issuing xend start > > I thought you already had a 3.4 host? on Debian? > >> WARING! Can't find version 3.4.0 of xen utils, fallback to default version! >> >> /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/xend/server/SrvDaemon.py:17: >> RuntimeW > > How did you install Xen? looks like xen utils (xm, xend, etc) from 3.4 > was not installed, and you're using an old version (3.0.3) > > -- > Fajar > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Jun 18, 2009 at 4:23 PM, Ian Tobin<itobin@tidyhosts.com> wrote:> > Directly after I also upgraded it to Lenny from etch so im thinking maybe the OS upgrade has overwritten something?If you have Debian''s Xen packages installed, of course it has :) re-running make install should re-install Xen 3.4-bits on top of Lenny''s. Or better yet, remove Debian''s xen userland and hypervisor (keep only the kernel and module), and then re-run make install. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ive never used the packages on this particular host but am running make install now, will update you once complete :) -----Original Message----- From: Fajar A. Nugraha [mailto:fajar@fajar.net] Sent: 18 June 2009 10:34 To: Ian Tobin Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] xend start error On Thu, Jun 18, 2009 at 4:23 PM, Ian Tobin<itobin@tidyhosts.com> wrote:> > Directly after I also upgraded it to Lenny from etch so im thinkingmaybe the OS upgrade has overwritten something? If you have Debian''s Xen packages installed, of course it has :) re-running make install should re-install Xen 3.4-bits on top of Lenny''s. Or better yet, remove Debian''s xen userland and hypervisor (keep only the kernel and module), and then re-run make install. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
After running Make clean Make Make install And rebooting the system, it is back up :) Many thanks for your help Ian -----Original Message----- From: Fajar A. Nugraha [mailto:fajar@fajar.net] Sent: 18 June 2009 10:34 To: Ian Tobin Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] xend start error On Thu, Jun 18, 2009 at 4:23 PM, Ian Tobin<itobin@tidyhosts.com> wrote:> > Directly after I also upgraded it to Lenny from etch so im thinkingmaybe the OS upgrade has overwritten something? If you have Debian''s Xen packages installed, of course it has :) re-running make install should re-install Xen 3.4-bits on top of Lenny''s. Or better yet, remove Debian''s xen userland and hypervisor (keep only the kernel and module), and then re-run make install. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users