search for: lowlevel

Displaying 20 results from an estimated 206 matches for "lowlevel".

Did you mean: loglevel
2006 Mar 07
3
Expanding partial names
I'm writing wrappers for some functions that change some of the default arguments. I'd rather not list all of the arguments for the low level functions because there are about a dozen wrapper functions, and about 20 arguments to lowlevel. Instead I'm trying something like this: lowlevel <- function(longname = 1) { cat("longname = ", longname, "\n") } wrapper <- function(...) { newargs <- list(longname = 2) newargs[names(list(...))] <- list(...) do.call("lowlevel", newargs...
2007 Apr 12
0
Problem with Xen3.0.4-1 ?
...ktop:~# /etc/init.d/xend start Traceback (most recent call last): File "/usr/sbin/xend", line 52, in ? from xen.xend.server import SrvDaemon File "/home/zwang/programs/xen-3.0.4_1-src/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py", line 20, in ? import xen.lowlevel.xc ImportError: libxenctrl.so.3.0: cannot handle TLS data Traceback (most recent call last): File "/usr/sbin/xend", line 52, in ? from xen.xend.server import SrvDaemon File "/home/zwang/programs/xen-3.0.4_1-src/dist/install/usr/lib/python/xen/xend/server/SrvDaemon.py", l...
2015 Aug 01
0
[ANNOUNCE] pixman 0.33.2 release candidate now available
...(0.32.6). Therefore, the git log is quite long and there are multiple changes, fixes and enhancements. The main changes are: - ARMv6 - Many fast paths implementations were added - PPC64/PPC64LE - Fix all outstanding bugs and add many fast paths implementations using vmx - Major enhancements to lowlevel-blt-bench utility - A couple of fixes and enhancements to mmx code As I mentioned above, many more fixes and improvements to various parts of the code. Please test, and report bugs to the mailing list at pixman at lists.freedesktop.org. To anyone interested, I would like to note that I intend...
2016 Jan 31
0
[ANNOUNCE] pixman major release 0.34.0 now available
...): test: Fix the win32 build test: Fix fence-image-self-test on Mac mmx: Improve detection of support for "K" constraint Ben Avison (27): ARMv6: Fix indentation in the composite macros ARMv6: remove 1 instr per row in generate_composite_function lowlevel-blt-bench: over_reverse_n_8888 needs solid source lowlevel-blt-bench: add in_reverse_8888_8888 test ARMv6: Add fast path for over_reverse_n_8888 ARMv6: Support for very variable-hungry composite operations ARMv6: Add fast path for over_n_8888_8888_ca ARMv6: Add fa...
2010 Oct 17
2
Problems with installing Xen 3.1.3 from source code.
...l and try to execute "xm" or "xend", I get the following errors: $ sudo xm Traceback (most recent call last): File "/usr/sbin/xm", line 8, in ? from xen.xm import main File "/usr/lib64/python2.4/site-packages/xen/xm/main.py", line 48, in ? import xen.lowlevel.xc ImportError: /usr/lib64/python2.4/site-packages/xen/lowlevel/xc.so: undefined symbol: xc_get_device_group $ sudo xend Traceback (most recent call last): File "/usr/sbin/xend", line 42, in ? from xen.xend.server import SrvDaemon File "/usr/lib64/python2.4/site-packages/xen/x...
2010 Jul 12
1
Bug#588811: pygrub fails to import xen.lowlevel.xc
Package: xen-utils-4.0 Version: 4.0.1~rc3-1 Severity: important When invoking pygrub either via command line or via bootloader being set in the configuration file, pygrub fails because it cannot import xen.lowlevel.xc. Example output: # /usr/lib/xen-default/bin/pygrub Traceback (most recent call last): File "/usr/lib/xen-default/bin/pygrub", line 20, in <module> import xen.lowlevel.xc ImportError: No module named xen.lowlevel.xc -- System Information: Debian Release: squeeze/sid APT...
2010 Jul 12
2
Bug#588811: [Patch] Import xen.lowlevel.xc later in pygrub
This is a relatively simple fix i found, I don't know if it need to be reported to upstream. Since the script resolves additional dependencies anyway by appending the path, we simply move the import xen.lowlevel.xc line to below the line that appends path. Worked like a charm for me. Rergards, Dmitry -------------- next part -------------- A non-text attachment was scrubbed... Name: xen-utils.diff Type: text/x-diff Size: 515 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/pkg...
2011 Jul 07
6
Xen unstable on NetBSD
...de -I/usr/pkg/include -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .build.d -fno-optimize-sibling-calls -fPIC -I../../tools/include -I../../tools/libxl -I../../tools/libxc -Ixen/lowlevel/xl -I/usr/pkg/include/python2.6 -c xen/lowlevel/xl/xl.c -o build/temp.netbsd-5.99.52-amd64-2.6/xen/lowlevel/xl/xl.o -fno-strict-aliasing -Werror In file included from xen/lowlevel/xl/xl.c:210: xen/lowlevel/xl/_pyxl_types.h:47: error: expected '')'' before ''*'' token...
2005 May 11
0
RE: xend start problem: on suse 9.3
Hi there I get the same error, only /usr/lib/python/xen/lowlevel/xu.so does -not- exist I see a dir named /usr/lib/python/site-packages/xen/lowlevel with just one file in it: __init__.pyc even if I do a find -name xu.* from / I get nothing I run Suse 9.3 and kernel 2.6.8-24.14, which seems to be the only way to get Dom0 up under Suse 9.3 for the time be...
2005 Sep 23
2
error when starting xen
When I start xen in the dom 0 , it''s display me these errors: [root@datacenter root]# xend start /usr/lib/python/xen/xend/server/SrvDaemon.py:28: RuntimeWarning: Python C API version mismatch for module xen.lowlevel.xu: This Python has API version 1011, module xen.lowlevel.xu has version 1012. from xen.lowlevel import xu Traceback (most recent call last): File "/usr/sbin/xend", line 27, in ? from xen.xend.server import SrvDaemon File "/usr/lib/python/xen/xend/server/SrvDaemon.py",...
2006 Mar 14
0
Python error: must supply either home or prefix/exec-prefix -- not both
hello, in trying to build xen-unstable (up to changeset 9238) under x86_64 sles10 beta 7, gcc-4.1.0-3, python-2.4.2-9, i''m getting the following error during the build: building ''xs'' extension creating build/temp.linux-x86_64-2.4/xen/lowlevel/xs gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -O2 -f omit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -fPIC -I../. ./tools/libxc -I../../tools/xenstore -Ixen/lowlevel/xs -I/usr/include/python2.4 -c xen/lowle...
2006 Apr 13
0
Gcc error with make world
...ng to compile the xen sources. I have tried both 3.0.1 and 3.0-testing packages. In either case I get the same error when running make world: building ''xc'' extension creating build/temp.linux-i686-2.4 creating build/temp.linux-i686-2.4/xen creating build/temp.linux-i686-2.4/xen/lowlevel creating build/temp.linux-i686-2.4/xen/lowlevel/xc gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -O2 -fomit-frame-pointer...
2008 Jun 10
3
Bug#485598: xen-utils-3.0.3-1: xend doesn't start on amd64
...EN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/server/SrvDaemon.py", line 17, in <module> import xen.lowlevel.xc ImportError: /usr/lib/xen-3.0.3-1/bin/../lib/python/xen/lowlevel/xc.so: undefined symbol: Py_InitModule4 Traceback (most recent call last): File "/usr/lib/xen-3.0.3-1/bin/xend", line 40, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.0.3-1/lib...
2007 Sep 15
9
Boot Problem with XEN 3.1.
Hi to all. I''m installed XEN3.1 correctly but I''m some problem to start it. XEN start but I received this message: VFS: Cannot open root device "hda5" or unknown-block(0,0) Please append a correct "root=" boot option Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) This is strange because my grub is configured like this:
2009 Jun 26
3
after installing virt-manager, error reported and cannot start up xend
Hello, I installed xen3.4 on Fedora and it worked very well. But after I installed virt-manager by yum install, xend cannot start up any more. It always reported: /usr/lib/python2.5/site-packages/xen/lowlevel/xs.so: undefined symbol: xs_set_target Who could give me some hands on this problem? I have other machine installed xen3.4, can I copy some libs from that machine to this one to solve this problem. But I have to know where xs_set_target is defined. Thanks. Ming _________________________________...
2005 Jul 25
1
Error in xend start of xen-unstable
...19, in createFactories self.channelF = channel.channelFactory() File "/usr/lib/python2.3/xen/xend/server/channel.py", line 217, in channelFactory inst = ChannelFactory() File "/usr/lib/python2.3/xen/xend/server/channel.py", line 65, in __init__ self.bind_virq(xen.lowlevel.xc.VIRQ_DOM_EXC) AttributeError: ''module'' object has no attribute ''VIRQ_DOM_EXC'' -------------------------------\var\log\xend.log-------------------------------------------- 2005-07-25 09:46:31 xend] INFO (__init__:988) Xend Daemon started [2005-07-25 09:46:31 x...
2005 Feb 19
0
[PATCH] check read/write return values
The Fedora build system is in paranoid mode, and compiles everything with -Werror. Additionally, it checks that the return values of calls like read and write are checked. The build exits with errors like: xen/lowlevel/xc/xc.c: In function `pyxc_vmx_build'': xen/lowlevel/xc/xc.c:464: warning: ignoring return value of `sscanf'', declared with attribute warn_unused_result xen/lowlevel/xc/xc.c:465: warning: ignoring return value of `sscanf'', declared with attribute warn_unused_result error:...
2012 Apr 07
3
xenstored cannot start
..., XendCheckpoint, XendDomainInfo File "/usr/lib64/python2.7/site-packages/xen/xend/XendCheckpoint.py", line 20, in <module> from xen.xend import balloon, sxp, image File "/usr/lib64/python2.7/site-packages/xen/xend/image.py", line 46, in <module> xc = xen.lowlevel.xc.xc() xen.lowlevel.xc.Error: (1, ''Internal error'', ''xc_interface_open failed: No such file or directory'') -- Regards, David Shen http://about.me/davidshen https://twitter.com/#!/davidshen84 _______________________________________________ Xen-users mailin...
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
...ield in physinfo. This patch touches arch/ia64/xen/dom0_ops.c, but I''ve not done any IA64 testing with this patch applied. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: tools/python/xen/lowlevel/xc/xc.c | 3 ++- tools/python/xen/xend/XendNode.py | 4 ---- tools/xenmon/xenbaked.c | 5 +---- tools/xenstat/libxenstat/src/xenstat.c | 4 +--- tools/xentrace/xentrace.c | 5 +---- xen/arch/ia64/xen/dom0_ops.c | 1 + xen/arch/x86/do...
2008 Apr 14
0
Bug#476201: Fails to start
...ntrol daemon: xendTraceback (most recent call last): File "/usr/lib/xen-default/bin/xend", line 38, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/server/SrvDaemon.py", line 20, in <module> import xen.lowlevel.xc ImportError: /usr/lib/xen-3.2-1/bin/../lib/python/xen/lowlevel/xc.so: undefined symbol: Py_InitModule4 Traceback (most recent call last): File "/usr/lib/xen-default/bin/xend", line 38, in <module> from xen.xend.server import SrvDaemon File "/usr/lib/xen-3.2-1/bin/../...