Displaying 5 results from an estimated 5 matches for "runtimewarn".
2010 Jul 30
1
SAMBA4 DDNS update samba_dnsupdate issues
Followed all the howto instructions and when this runs I get the following: (with debug on)
[root at quigonn named]# /usr/local/samba/sbin/samba_dnsupdate -d 200
/usr/local/samba/lib/python2.4/site-packages/samba/__init__.py:44: RuntimeWarning: Python C API version mismatch for module ldb: This Python has API version 1013, module ldb has version 1012.
import ldb
/usr/local/samba/lib/python2.4/site-packages/samba/__init__.py:45: RuntimeWarning: Python C API version mismatch for module _ldb: This Python has API version 1013, module _l...
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:
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...
2010 Oct 20
0
[Rpy] "lapack routines cannot be loaded" in Ubuntu Linux 9.10
.................................getbuffer
| > .getbuffer
| >
| > /usr/local/lib/python2.6/dist-packages/numpy-1.5.0b2-py2.6-linux-i686.egg/numpy
| >
| >
| > May be off-topic, but Numpy 1.5.0-release is available
| > (latest is 1.5.1rc1).
| >
| >
| > /core/numeric.py:284: RuntimeWarning: Item size computed from the PEP 3118
| > buffer format string does not match the actual item size.
| > return array(a, dtype, copy=False, order=order)
| > .getbuffer
| > .getbuffer
| > .................................................Error in function (x,
| > symmetric, only...
2005 Oct 11
8
More on domU not starting
I get the following warning when running xend start, and a similar
warning sometimes when doing xm commands:
/usr/lib/python/xen/xend/XendNode.py:26: RuntimeWarning: Python C API
version mismatch for module xen.lowlevel.xc: This Python has API version
1012, module xen.lowlevel.xc has version 1011.
import xen.lowlevel.xc
/usr/lib/python/xen/xend/xenstore/xstransact.py:10: RuntimeWarning:
Python C API version mismatch for module xen.lowlevel.xs: This Pyt...