search for: r266

Displaying 14 results from an estimated 14 matches for "r266".

Did you mean: 266
2013 Sep 30
2
virNodeInfo returns MBytes instead of bytes
Hi, http://www.libvirt.org/html/libvirt-libvirt.html#virNodeInfo says that memory size is in kilobytes, however when I use this call I get an answer in Megabytes, see below. The hypervisor has 16 GB of RAM. $ python Python 2.6.6 (r266:84292, Jul 10 2013, 22:48:45) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>> conn=libvirt.open("qemu+ssh://xx@xx.xxx.com/system") Ent...
2013 Sep 04
2
python-guestfs
I use python-guestfs to mount windows image it have some problems .Here is my code: [root@mfsdata1 ~]# python Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> sheepfs_dir="/tmp/sheepfs" >>> os.system("umount...
2011 Jul 26
2
python-libvirt for 0.9.3 leaking file descriptors
i've reported this issue before, so i guess this is a regression. looks like the python bindings for 0.9.3 are leaking file descriptors: root at cloud1:~# python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>> libvirt.getVersion() 9003 >>> def openclose(): ... c = libvirt.open('qemu:///...
2011 Jan 19
13
xen-unstable: ImportError: No module named xen.xm
I have pulled the latest from xen-unstable on a new machine, I run make world and make install and after rebooting into xen, when i run xm list or anything else i get: # xm list Traceback (most recent call last): File "/usr/sbin/xm", line 5, in <module> from xen.xm import main ImportError: No module named xen.xm I also tried going into the tools dir and make install,
2011 Jan 19
13
xen-unstable: ImportError: No module named xen.xm
I have pulled the latest from xen-unstable on a new machine, I run make world and make install and after rebooting into xen, when i run xm list or anything else i get: # xm list Traceback (most recent call last): File "/usr/sbin/xm", line 5, in <module> from xen.xm import main ImportError: No module named xen.xm I also tried going into the tools dir and make install,
2014 Jan 14
2
Re: Libguestfs can't launch with one of the disk images in the RHEV cluster
...ile is a symbolic link which points to the /dev/dm-19 At last I am trying to launch libguestfs with block device directly: [root@rhevh1 mapper]# qemu-img info /dev/dm-19 image: /dev/dm-19 file format: raw virtual size: 40G (42949672960 bytes) disk size: 0 [root@rhevh1 mapper]# python Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import guestfs >>> g = guestfs.GuestFS() >>> g.add_drive_opts("/dev/dm-19...
2017 Nov 06
1
how to install pyserial on centos 6?
...rface/pyserial.pyo Filename : /usr/lib/python2.6/site-packages/ivi/interface/pyserial.pyc Filename : /usr/lib/python2.6/site-packages/ivi/interface/pyserial.py yum install python2-ivi-0.14.9-3.el6.noarch "worked", but didn't help: [hennebry at localhost ~]$ python Python 2.6.6 (r266:84292, Aug 18 2016, 15:13:37) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pyserial Traceback (most recent call last): File "<stdin>", line 1, i...
2011 Dec 26
1
How to connect to a remote VM ESXi server with Python language?
...hen it is executed on locale machine manual, but failed when I invoke this command in python environment. I use "subprocess.Popen" to execute the command "virsh", but this function would be hung on after command "communicate" executed. -bash-4.1# python Python 2.6.6 (r266:84292, May 20 2011, 16:42:11) [GCC 4.4.5 20110214 (Red Hat 4.4.5-6)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from subprocess import Popen,PIPE,STDOUT >>> command=['virsh', '-c'...
2013 Sep 05
0
Re: python-guestfs
On Wed, Sep 04, 2013 at 02:31:08AM +0000, 徐展聪 wrote: > I use python-guestfs to mount windows image it have some problems .Here is my code: > > [root@mfsdata1 ~]# python > Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23) > [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import os > >>> sheepfs_dir="/tmp/sheepfs" > >>&gt...
2013 Sep 06
1
答复: python-guestfs
...hat.com] 发送时间: 2013年9月5日 16:13 收件人: 徐展聪 Cc: libguestfs@redhat.com 主题: Re: [Libguestfs] python-guestfs On Wed, Sep 04, 2013 at 02:31:08AM +0000, 徐展聪 wrote: > I use python-guestfs to mount windows image it have some problems .Here is my code: > > [root@mfsdata1 ~]# python > Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23) > [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import os > >>> sheepfs_dir="/tmp/sheepfs" > >>&gt...
2012 May 02
1
Incomplete host name resolution
...ckets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:4038 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:393067 (383.8 KiB) And here is how my applications behave: [adrian at adrian projects]$ python Python 2.6.6 (r266:84292, Dec 7 2011, 20:48:22) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import socket >>> socket.gethostbyname_ex('adrian') ('adrian', [], [&...
2014 Jan 14
0
Re: Libguestfs can't launch with one of the disk images in the RHEV cluster
...ev/dm-19 > > At last I am trying to launch libguestfs with block device directly: > [root@rhevh1 mapper]# qemu-img info /dev/dm-19 > image: /dev/dm-19 > file format: raw > virtual size: 40G (42949672960 bytes) > disk size: 0 > [root@rhevh1 mapper]# python > Python 2.6.6 (r266:84292, Oct 12 2012, 14:23:48) > [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import guestfs > >>> g = guestfs.GuestFS() > >>> g.add_dr...
2009 Jun 08
0
New winetricks 20090607: new verbs d3dx9, fontsmooth-foo, vb2run, vcrun2008sp1, wme9, xact
...------------- r298 | daniel.r.kegel | 2009-02-09 08:04:49 -0800 (Mon, 09 Feb 2009) | 3 lines Fix a solaris problem, warn users that quicktime needs gdiplus, make version name obvious to someone looking at the top of the file ------------------------------------------------------------------------ r266 | daniel.r.kegel | 2009-01-21 06:55:58 -0800 (Wed, 21 Jan 2009) | 2 lines Fix tahoma to include tahomabd, needed for Steam.
2014 Jan 14
2
Libguestfs can't launch with one of the disk images in the RHEV cluster
[This email is either empty or too large to be displayed at this time]