Displaying 15 results from an estimated 15 matches for "getdevicedetail".
Did you mean:
getdevicedetails
2007 Dec 13
5
cant start domU w/ pci [Error: function takes exactly 4 arguments (3 given)]
...hon2.4/site-packages/xen/xend/XendDomainInfo.py", line
1154, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
File
"/usr/lib64/python2.4/site-packages/xen/xend/server/DevController.py", line
80, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib64/python2.4/site-packages/xen/xend/server/pciif.py", line
90, in getDeviceDetails
self.setupDevice(domain, bus, slot, func)
File "/usr/lib64/python2.4/site-packages/xen/xend/server/pciif.py", line
161, in setupDevice
nr_ports = size, allow_acc...
2009 Feb 02
2
Using the parallel port from domU
...2.4/site-packages/xen/xend/XendDomainInfo.py",
line 1189, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
File
"/usr/lib64/python2.4/site-packages/xen/xend/server/DevController.py",
line 80, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib64/python2.4/site-packages/xen/xend/server/iopif.py",
line 78, in getDeviceDetails
allow_access = True)
TypeError: function takes exactly 4 arguments (3 given)
Except of a bug from 2007 and which should be fixed for a long time
(and which is only PARTI...
2008 Jun 30
1
[PATCH] tools/python: fix TypeError for 17903:0728459b3c8d
Hi,
If `hda'' is used in a domain config file and domain-0 has /dev/hda,
creating the domain failed by TypeError:
File "//usr/lib/python/xen/xend/server/blkif.py", line 84, in
getDeviceDetails
(device_path, devid) = blkif.blkdev_name_to_number(dev)
TypeError: unpack non-sequence
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
--
KUWAMURA Shin''ya
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
ht...
2009 Mar 29
0
xen serial port access for domu?
...b64/python2.4/site-packages/xen/xend/XendDomainInfo.py",
line 1189, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
File "/usr/lib64/python2.4/site-packages/xen/xend/server/DevController.py",
line 80, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib64/python2.4/site-packages/xen/xend/server/iopif.py",
line 78, in getDeviceDetails
allow_access = True)
TypeError: function takes exactly 4 arguments (3 given)
Full pvm config file:
# cat /etc/xen/mythserver
name = "mythserver"
uuid = "f06f3124-0f6...
2005 Nov 03
7
VMX status daily report Nov. 3
We have test latest xen (ChangeSet 7608) on VT platform with Intel 915
chipset and Here is the test summary:
IA32:
Build&Boot SMP xen0 without problem
Can startup XenU with different configuration
IA32 issues contain:
VMX can not be created
IA32E:
Build&Boot SMP xen0 without problem
Can startup XenU with different configuration
IA32E issues
2009 Jan 26
1
Xen+drbd VmError: Block device must have "phy", "file" or "tap" specified to type
...)
File "//usr/lib64/python/xen/xend/XendDomainInfo.py", line 1869, in
_createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "//usr/lib64/python/xen/xend/server/DevController.py", line 90,
in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "//usr/lib64/python/xen/xend/server/blkif.py", line 60, in
getDeviceDetails
raise VmError(
VmError: Block device must have "phy", "file" or "tap" specified to type
[2009-01-26 17:39:21 4225] ERROR (__init__:1072) VM start failed
Traceback...
2012 Sep 21
1
PATCH [base vtpm and libxl patches 3/6] Fix bugs in vtpm hotplug scripts
...backdom = xen.xend.XendDomain.DOM0_ID
+ else:
+ bd = xd.domain_lookup_nr(backdom_name)
+ backdom = bd.getDomid()
+
+ if backdom != xen.xend.XendDomain.DOM0_ID:
+ self.hotplug = False
+
+ return DevController.createDevice(self, config)
+
def getDeviceDetails(self, config):
"""@see DevController.getDeviceDetails"""
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2014 Apr 10
0
Bug#744163: xenstore problems
...1/bin/../lib/python/xen/xend/XendDomainInfo.py", line 2326, in _createDevice
return self.getDeviceController(deviceClass).createDevice(devConfig)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/DevController.py", line 63, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/netif.py", line 122, in getDeviceDetails
devid = self.allocateDeviceID()
File "/usr/lib/xen-4.1/bin/../lib/python/xen/xend/server/DevController.py", line 406, in allocateDeviceID
return complete(path,...
2006 Mar 30
2
Problem with reboot of domU''s
...hon2.3/site-packages/xen/xend/XendDomainInfo.py",
line 996, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
File
"/usr/lib/python2.3/site-packages/xen/xend/server/DevController.py",
line 80, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib/python2.3/site-packages/xen/xend/server/netif.py", line
91, in getDeviceDetails
back[''ip''] = '' ''.join(ipaddr)
TypeError: sequence item 0: expected string, list found
And here is the config file used to create the domU
k...
2009 Sep 09
10
OpenSolaris domU on RedHat Linux dom0
Hi,
I''m trying to create OpenSolaris (2008.11) domU on RedHat Linux dom0.
I''m using a file backed VBD. I used the iso image to first launch and
install OpenSolaris into the file VBD. Once that process is complete,
I''m trying to run it using the config file below:
name = ''opensolaris''
vcpus = 1
memory = "512"
vif =
2013 May 31
0
iSCSI-based Storage Pool and virsh attach-device problems/questions
...daemon: (xend.err 'Block device must have physical details specified')".
I have tracked this specific error down to the Xen python blkif.py, located under /usr/lib/xen-4.1/lib/python/xen/xend/server/blkif.py for my installation. After reading through the source, I found that under the getDeviceDetails def there is a non-existent configuration called 'uname' that is undefined. Looking deeper into the code, under the getDeviceConfiguration def, I see that the code is trying to read from the backend configuration, and expecting to see a 'type' and 'params' to use for settin...
2013 May 24
3
[BUG, PATCH] xen-4.1-3 xend/XendDomainInfo.py#device_configure() TypeError
Hello,
I noticed a bug in Xen-4.1-3, which is also still present in xen+git.
I know that the Python xend is deprecated, but I''m stuck with xen-4.1 until xen is usable with libvirt, so my patch might still be helpful for others.
This is a follow-up to <http://lists.xen.org/archives/html/xen-users/2012-11/msg00069.html>, which still keeps me busy.
/xen/xend/server/SrvDomain.py
2015 Sep 04
0
Wine release 1.7.51
...d3drm: Thunk relevant texture methods from version 2->3.
d3drm: Add stubs for IDirect3DRMTexture methods.
Alistair Leslie-Hughes (1):
gdi32/tests: Add enhanced metafile GetPath test.
Andrew Eikum (16):
xaudio2: Stub IXAudio2SubmixVoice.
xaudio2: Implement IXAudio2::GetDeviceDetails.
xaudio2: Implement IXAudio2SourceVoice::SetOutputVoices.
xaudio2: Implement device activation.
xaudio2: Implement IXAudio2SourceVoice::Play.
xaudio2: Zero the returned struct GetPerformanceData.
xaudio2: Implement IXAudio2::RegisterForCallbacks.
xaudio2: Fix re...
2006 May 31
0
Bug#368417: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD
...ython2.3/site-packages/xen/xend/XendDomainInfo.py", line 1009, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
File "/usr/lib/python2.3/site-packages/xen/xend/server/DevController.py", line 80, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib/python2.3/site-packages/xen/xend/server/blkif.py", line 59, in getDeviceDetails
front = { 'virtual-device' : "%i" % devid }
TypeError: int argument required
[2006-05-17 13:34:50 xend.XendDomainInfo] DEBUG (XendDomainInfo:1327) XendDomainInfo...
2006 May 31
0
[pakrat@private.neotoma.org: xen-hypervisor-3.0-i386: cannot start NetBSD-HEAD]
...ython2.3/site-packages/xen/xend/XendDomainInfo.py", line 1009, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
File "/usr/lib/python2.3/site-packages/xen/xend/server/DevController.py", line 80, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
File "/usr/lib/python2.3/site-packages/xen/xend/server/blkif.py", line 59, in getDeviceDetails
front = { 'virtual-device' : "%i" % devid }
TypeError: int argument required
[2006-05-17 13:34:50 xend.XendDomainInfo] DEBUG (XendDomainInfo:1327) XendDomainInfo...