search for: get_record

Displaying 20 results from an estimated 25 matches for "get_record".

2007 May 03
0
[PATCH] [xend] Fix Xen API Host.get_record method
Host.get_record returns supported_bootloaders as a string instead of ''string set'' per the spec. The c-bindings, honoring the spec, fail to parse response. Trivial fix attached. Regards, Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com h...
2009 Sep 15
0
[PATCH] xend: Fix VDI.get_record
Hi, We cannot get correct records of VDI by VDI.get_record. The correct records of VDI are gotten by this patch. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
1999 Nov 27
0
(Correction) File caching while "oplocks=False", black magic or what?
...WELL, HERE IS THE CORRECTED MESSAGE: NOTE: I have definitely put "oplocks=False" in my smb.conf. I use a program running on 2 machines (win95 and win98) to access data on my samba server (samba 2.0.3-8, on Redhat 6.0). The programs, when accessing data on the server, go like this: int get_record(..) int put_record(..) { { if (lseek(...)) { if (lseek(...)) { if (read(...)) { if (write(...)) { .... .... } else ... } else ... } else ... } else ... }...
2011 Jun 09
2
A question
...5] WARNING (XendAPI:708) API call: VBD.set_device not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VBD.set_type not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: session.get_all_records not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_record not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: event.get_all not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_device not found [2011-06-10 14:24:37 1395] WARNING (XendAPI:708) API call: VIF.set_MAC not found [2011-06-10 14:24:37 1395] WARNING (XendA...
2010 Jun 21
4
Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found.
...6] WARNING (XendAPI:705) API call: VBD.set_device not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: VBD.set_type not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: session.get_all_records not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: event.get_record not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: event.get_all not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: VIF.set_device not found [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: VIF.set_MAC not found [2010-06-21 12:06:20 5946] WARNING (XendA...
2010 May 14
1
System unusable (hangs) after xm create - xen 4
...ARNING (XendAPI:705) API call: VBD.set_device not found [2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: VBD.set_type not found [2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: session.get_all_records not found [2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: event.get_record not found [2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: event.get_all not found [2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: VIF.set_device not found [2010-05-14 13:10:58 1196] WARNING (XendAPI:705) API call: VIF.set_MAC not found[2010-05-14 13:10:58 1196] WARNING (Xen...
2010 Sep 05
1
Bug#587090: PATCH unnecessary for HVM DomU guests
Package: xen-utils-4.0 Version: 4.0.1~rc6-1 Severity: important Tags: patch The patch is not necessary for HVM DomU guests. The Error: 'NoneType' object has no attribute 'rfind' was fixed by installing xen-qemu-dm-4.0. [1] [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588888 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 31
1
Xend not starting (Lenny backport of Xen 3.4.3-rc3)
...on/xen/xend/XendNode.py", line 484, in save self.save_networks() File "/usr/lib/xen-3.4/lib/python/xen/xend/XendNode.py", line 499, in save_networks for network_uuid in XendNetwork.get_all()]) File "/usr/lib/xen-3.4/lib/python/xen/xend/XendBase.py", line 101, in get_record for key in keys]) File "/usr/lib/xen-3.4/lib/python/xen/xend/XendNetwork.py", line 196, in get_VIFs vms = XendDomain.instance().get_all_vms() File "/usr/lib/xen-3.4/lib/python/xen/xend/XendDomain.py", line 1778, in instance inst.init() File "/usr/lib/xen-3...
2013 Oct 04
0
xm list permission denied
...WARNING (XendAPI:696) API call: VBD.set_device not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: VBD.set_type not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: session.get_all_records not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: event.get_record not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: event.get_all not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: VIF.set_device not found [2013-10-04 11:54:05 10244] WARNING (XendAPI:696) API call: VIF.set_MAC not found [2013-10-04 11:54:05 10244] WARNING (X...
2010 Sep 12
2
using xen tools with python2.6
there are at least some syntax errors when trying to use the xen utils with python2.6. The attached patch changes these string exception into ValueError's. - tools/python/xen/util/bugtool.py (getBugTitle) - tools/python/xen/xend (class XendBase): not catched - tools/python/xen/xm/xenapi_create.py (sxp2xmlconvert_sxp_to_xml): the method already raises a ValueError for similiar
2010 Sep 12
2
using xen tools with python2.6
there are at least some syntax errors when trying to use the xen utils with python2.6. The attached patch changes these string exception into ValueError's. - tools/python/xen/util/bugtool.py (getBugTitle) - tools/python/xen/xend (class XendBase): not catched - tools/python/xen/xm/xenapi_create.py (sxp2xmlconvert_sxp_to_xml): the method already raises a ValueError for similiar
2009 Aug 29
1
Xend problem
...WARNING (XendAPI:701) API call: VBD.set_device not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: VBD.set_type not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: session.get_all_records not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: event.get_record not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: event.get_all not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: VIF.get_network not found [2009-08-29 12:00:29 2604] WARNING (XendAPI:701) API call: VIF.set_device not found [2009-08-29 12:00:29 2604] WARNIN...
2010 Mar 11
0
Xen problem network dom0
...of vcpus to use is 0 DEBUG (XendDomainInfo:1092) XendDomainInfo.handleShutdownWatch WARNING (XendAPI:678) API call: VBD.set_device not found WARNING (XendAPI:678) API call: VBD.set_type not found WARNING (XendAPI:678) API call: session.get_all_records not found WARNING (XendAPI:678) API call: event.get_record not found WARNING (XendAPI:678) API call: event.get_all not found WARNING (XendAPI:678) API call: VM.get_auto_power_on not found WARNING (XendAPI:678) API call: VM.set_auto_power_on not found WARNING (XendAPI:678) API call: VIF.get_network not found WARNING (XendAPI:678) API call: VIF.set_device no...
2009 Jul 13
0
Bug#536806: xen-utils-common - xend start fails
...endNode.py", line 282, in save self.save_networks() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendNode.py", line 295, in save_networks for network_uuid in XendNetwork.get_all()]) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendBase.py", line 102, in get_record for key in keys]) File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendNetwork.py", line 196, in get_VIFs vms = XendDomain.instance().get_all_vms() File "/usr/lib/xen-3.2-1/bin/../lib/python/xen/xend/XendDomain.py", line 1630, in instance inst.init() File "/usr/l...
2007 Jun 13
2
Xen 3.1.0 on Fedora 7- libvir: Xen Daemon error :GET operation failed
Hi, I have been trying to get Xen 3.1 running on Fedora 7 since yesterday and no luck. At the beginning I thought it was a problem with teh installation of Fedora 7 so I reinstalled it. Still, I have the same problem. I have never had this problem with Xen (FC5,FC6). The xend.log (below) includes a line "VmError: Device 0 (vif) could not be connected. Hotplug scripts not working."
2010 Apr 13
0
raise VmError(''Creating domain failed: name=%s'' %
...WARNING (XendAPI:701) API call: VBD.set_device not found [2010-04-13 23:21:24 15016] WARNING (XendAPI:701) API call: VBD.set_type not found [2010-04-13 23:21:24 15016] WARNING (XendAPI:701) API call: session.get_all_records not found [2010-04-13 23:21:24 15016] WARNING (XendAPI:701) API call: event.get_record not found [2010-04-13 23:21:24 15016] WARNING (XendAPI:701) API call: event.get_all not found [2010-04-13 23:21:24 15016] WARNING (XendAPI:701) API call: VIF.get_network not found [2010-04-13 23:21:24 15016] WARNING (XendAPI:701) API call: VIF.set_device not found [2010-04-13 23:21:24 15016] WARNIN...
2010 Jul 02
0
Re: Gentoo+Xen4.0: Error: coercing to Unicode: need string or buffer, NoneType found. - SOLVED
...> > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: > > VBD.set_type not found > > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: > > session.get_all_records not found > > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: > > event.get_record not found > > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: > > event.get_all not found > > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: > > VIF.set_device not found > > [2010-06-21 12:06:20 5946] WARNING (XendAPI:705) API call: VIF.set_MAC n...
2008 Oct 23
0
XEN 3.3: xend chrashes beim Start der DomU
...3] WARNING (XendAPI:684) API call: VBD.set_device not found [2008-10-16 17:57:11 6163] WARNING (XendAPI:684) API call: VBD.set_type not found [2008-10-16 17:57:11 6163] WARNING (XendAPI:684) API call: session.get_all_records not found [2008-10-16 17:57:11 6163] WARNING (XendAPI:684) API call: event.get_record not found [2008-10-16 17:57:11 6163] WARNING (XendAPI:684) API call: event.get_all not found [2008-10-16 17:57:11 6163] WARNING (XendAPI:684) API call: VM.get_auto_power_on not found [2008-10-16 17:57:11 6163] WARNING (XendAPI:684) API call: VM.set_auto_power_on not found [2008-10-16 17:57:11 6163]...
2009 Apr 12
0
acm_init: Loading default policy but not policy is installed.
...05]WARNING (XendAPI:684) API call: VBD.set_device not found [2009-04-12 11:28:47 7505]WARNING (XendAPI:684) API call: VBD.set_type not found [2009-04-12 11:28:47 7505] WARNING(XendAPI:684) API call: session.get_all_records not found [2009-04-12 11:28:47 7505]WARNING (XendAPI:684) API call: event.get_record not found [2009-04-12 11:28:47 7505]WARNING (XendAPI:684) API call: event.get_all not found [2009-04-12 11:28:47 7505] WARNING(XendAPI:684) API call: VM.get_auto_power_on not found [2009-04-12 11:28:47 7505] WARNING(XendAPI:684) API call: VM.set_auto_power_on not found [2009-04-12 11:28:47 7505...
2010 May 08
8
VGA Passthru
Hello I am new in XEN and Linux. I am trying the VGA passthru. I can xen-pciback.hide EtherNet, Serial Com port. But when I xen-pciback.hide my VGA. I can no longer login to the Linux(Fedora 12). Then how can I xm create a XP DomU guest? Can anyone help? I am using Intel Q35 MB with Intel Core2 CPU. _______________________________________________ Xen-users mailing list