I''m guessing this is from the recently checked in vmx patches in xeno-unstable? # xend start Traceback (most recent call last): File "/usr/sbin/xend", line 33, in ? from xen.xend.server import SrvDaemon File "/lib/python/xen/xend/server/SrvDaemon.py", line 40, in ? import channel File "/lib/python/xen/xend/server/channel.py", line 3, in ? import xen.lowlevel.xc; xc = xen.lowlevel.xc.new() ImportError: /lib/python/xen/lowlevel/xc.so: undefined symbol: xc_vmx_build -- Paul Larson <plars@linuxtestproject.org> ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> I''m guessing this is from the recently checked in vmx patches in > xeno-unstable?Oops, missed a hunk. Should now be fixed. Sorry, Ian> # xend start > Traceback (most recent call last): > File "/usr/sbin/xend", line 33, in ? > from xen.xend.server import SrvDaemon > File "/lib/python/xen/xend/server/SrvDaemon.py", line 40, in ? > import channel > File "/lib/python/xen/xend/server/channel.py", line 3, in ? > import xen.lowlevel.xc; xc = xen.lowlevel.xc.new() > ImportError: /lib/python/xen/lowlevel/xc.so: undefined symbol: > xc_vmx_build------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
adsharma@sc.intel.com
2005-Jan-07 23:59 UTC
Re: [Xen-devel] undefined symbol: xc_vmx_build
In xen.devel, you wrote:> I''m guessing this is from the recently checked in vmx patches in > xeno-unstable? > > # xend start > Traceback (most recent call last): > File "/usr/sbin/xend", line 33, in ? > from xen.xend.server import SrvDaemon > File "/lib/python/xen/xend/server/SrvDaemon.py", line 40, in ? > import channel > File "/lib/python/xen/xend/server/channel.py", line 3, in ? > import xen.lowlevel.xc; xc = xen.lowlevel.xc.new() > ImportError: /lib/python/xen/lowlevel/xc.so: undefined symbol: > xc_vmx_buildCna you make sure that you''re using the right version of libxc? $ nm libxc.so.2.0.0 | grep xc_vmx_build 0000bdf0 T xc_vmx_build -Arun ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It''s fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel