search for: vusb

Displaying 20 results from an estimated 30 matches for "vusb".

Did you mean: usb
2011 Mar 01
2
Error connecting USB-device to DomU, kernel 2.6.32-5-xen-amd64, Xen 4.0.1
Hi, When trying to connect my USB printer to the DomU that has CUPS installed, I run into an error: Unexpected error: <class ''xen.util.vusb_util.UsbDeviceParseError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-4.0/bin/xm", line 8, in <module> main.main(sys.argv) File "/usr/lib/xen-4.0/lib/python/xen/xm/main.py", line 3620, in main...
2011 Jul 27
3
USB at domU PV domain & PVUSB
...wap.img,xvda1,w'', ] name = ''debian-prueba'' vif = [ ''ip=192.168.0.200,mac=00:16:3E:D2:D7:46'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' usb=1 vusb = [''usbver=2, numports=10,port_1=1-3,port_2=1-2'' oput get in XEN whi xm about usb is the next info: root@xen-servidor:/etc/grub.d# xm usb-list debian-prueba Idx BE state usb-ver BE-path 0 0 1 USB2.0 /local/domain/0/backend/vusb/17/0 port 1: 1-3 port 2: 1-2 [ID 0402:5...
2012 Aug 15
5
PV USB Use Case for Xen 4.x
Good Afternoon. My colleague Stefan (sstan) was asked on the IRC channel to provide our use case for PV USB in our environment. This is possible with the current xm stack but not available with the xl stack. Currently we use PVUSB to attach a USB Smartcard reader through our dom0 (SLES 11 SP1) running on an HP Blade Server with the Token mounted on an internal USB Port to our domU CA server (SLES 11) The config file syntax is broken so we have to manually attach (I have it scripted) whenever our hosts reboot (which is almos...
2012 Nov 23
1
Bug?
...ultidevice 2-2 : ID 051d:0002 American Power Conversion Smart-UPS 3000 RM XL FW:691.16.I USB FW:7.3 root@graff:~# xm usb-hc-create bosch-w2k3-pv 1 1 root@graff:~# xm usb-list bosch-w2k3-pv Idx BE state usb-ver BE-path 0 0 1 USB1.1 /local/domain/0/backend/vusb/55/0 port 1: root@graff:~# xm usb-attach bosch-w2k3-pv 0 1 2-2 Unexpected error: <class ''xen.util.vusb_util.UsbDeviceParseError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-4.0/bin/xm", line 8, in &lt...
2012 Jun 28
8
GPLPV, clock drift and PVUSB in Windows XP HVM
...ected constantly, not every 2 weeks or whatever. I''m using this particular VM as a scheduling agent that performs tasks at certain times each day so it''s important for it to have an accurate sense of time. 2. On this same Windows XP HVM, I''d like to experiment with the PVUSB 2.0 pass thru. My server (Dell PowerEdge 2900) does NOT support IOMMU so it can''t be hardware. I''ve read that the PVUSB performance is up to about 60% of native 2.0, but still better than the qemu 1.1 pass thru. Unfortunately, I can''t find any documentation online about h...
2010 Aug 06
1
[PATCH]add usb-ver format check to avoid usb-list error and incorrect usb-ver saved into config file
...USB host controller.''), ''usb-hc-destroy'' : (''<Domain> <DevId>'', ''Destroy a domain\''s virtual USB host controller.''), @@ -3064,6 +3064,8 @@ ver = args[1] num = args[2] vusb_config = [''vusb''] + if not re.match(''^\d{1}$'', ver): + print "Invalid usb-ver format ''%s''" % ver vusb_config.append([''usb-ver'', str(ver)]) vusb_config.append([''num-ports'', str(num)])...
2011 Jan 18
3
xm usb-add syntax
Hi all, Do any of you know what the syntax would be is I wanted to add the first device listed using lsusb on my dom0 to my domU? lsusb; Bus 002 Device 004: ID 064f:0bd8 Some-Systems AB ABC/DE xm usb-add; Usage: xm usb-add <domain> <[host:bus.addr] [host:vendor_id:product_id]> Unsure what combo works, other then what doesn''t work. - Brian
2011 Sep 06
0
can''t passthrough usb devices to domU (Unexpected error: <class ''xen.util.vusb_util.UsbDeviceParseError''>)
...le-devices 3-1 : ID 0644:0000 TEAC TEAC FD-05PUB 3-2 : ID 0644:0000 TEAC TEAC FD-05PUB xenserver:~ # xm usb-hc-create vdrserver 1 2 xenserver:~ # xm usb-list vdrserver Idx BE state usb-ver BE-path 0 0 1 USB1.1 /local/domain/0/backend/vusb/23/0 port 1: port 2: xenserver:~ # xm usb-attach vdrserver 0 1 3-1 Unexpected error: <class ''xen.util.vusb_util.UsbDeviceParseError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 7, in <module...
2010 Jul 04
1
Ubuntu DomU does not finish booting up.
...7-04 13:14:31 9855] DEBUG (DevController:139) Waiting for devices irq. [2010-07-04 13:14:31 9855] DEBUG (DevController:139) Waiting for devices vfb. [2010-07-04 13:14:31 9855] DEBUG (DevController:139) Waiting for devices pci. [2010-07-04 13:14:31 9855] DEBUG (DevController:139) Waiting for devices vusb. [2010-07-04 13:14:31 9855] DEBUG (DevController:139) Waiting for devices vtpm. [2010-07-04 13:14:31 9855] INFO (XendDomain:1206) Domain LinuxVirtual-1 (32) unpaused. -- Config file - No initramfs used. kernel = "/boot/vmlinuz-2.6.31.13" vif = [ '''' ] disk = [ ''...
2010 Mar 26
0
[PATCH] del xend entry when destroy pv usb host controller of a guest os with no pv-frontend driver
...kpath = xstransact.Read(frontpath, "backend") thread.start_new_thread(self.getDeviceController(deviceClass).finishDeviceCleanup, (backpath, path)) - - rc = self.getDeviceController(deviceClass).destroyDevice(devid, force) + if deviceClass ==''vusb'': + dev = self.getDeviceController(deviceClass).convertToDeviceNumber(devid) + state = self.getDeviceController(deviceClass).readBackend(dev, ''state'') + if state == ''1'': + rc = self.getDevi...
2011 Oct 19
8
Centos 5.7 Xen 4.1 AMD 64 from gitco cannot attach usb port to domU windows 7
...xm commands and process, first my MB Biostar A780L3L v6 wont support IOMMU. Now exist a doc from xen wiki from someone from Fujitso that show the procedure he use: xm usb-hc-create... works no issue. xm usb-list Darwin Idx BE state usb-ver BE-path 0 0 1 USB2.0 /local/domain/0/backend/vusb/2/0 port 1: port 2: port 3: port 4: port 5: port 6: port 7: port 8: xm usb-attach Error: ''xm usb-attach'' requires 4 arguments. Usage: xm usb-attach <Domain> <DevId> <PortNumber> <BusId> lsusb Bus 003 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:00...
2013 Mar 06
4
Task blocked for more than 120 seconds.
Hi all, Today I got problem below and my domU become unresponsive and I should restart the pc to make it running properly again. [ 240.172092] INFO: task kworker/u:0:5 blocked for more than 120 seconds. [ 240.172110] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 240.172376] INFO: task jbd2/xvda1-8:153 blocked for more than 120 seconds. [ 240.172388]
2012 Jan 06
1
Bug#654850: xen-hypervisor-4.0-i386: restore leave a VM not responding on console nor on network
...-06 08:18:51 4348] DEBUG (DevController:139) Waiting for devices pci. [2012-01-06 08:18:51 4348] DEBUG (DevController:139) Waiting for devices tap2. [2012-01-06 08:18:51 4348] DEBUG (DevController:139) Waiting for devices tap. [2012-01-06 08:18:51 4348] DEBUG (DevController:139) Waiting for devices vusb. [2012-01-06 08:18:51 4348] DEBUG (DevController:139) Waiting for devices vtpm. No more action could be executed except destroy. I've tried on 64bits squeeze, and it's the same except ping and ssh doesn't work.
2012 Aug 24
1
Problems with create VM
...8-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices irq. [2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices vfb. [2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices pci. [2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices vusb. [2012-08-24 05:22:23 2831] DEBUG (DevController:139) Waiting for devices vtpm. [2012-08-24 05:22:23 2831] INFO (XendDomain:1225) Domain oracleteste (9) unpaused. [2012-08-24 05:22:23 2831] WARNING (XendDomainInfo:2061) Domain has crashed: name=oracleteste id=9. [2012-08-24 05:22:23 2831] ERROR (Xe...
2011 Feb 07
4
XEN live migration: cannot console or ssh to the migrated guest VM (domU)
...2-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices irq. [2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices vfb. [2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices pci. [2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices vusb. [2011-02-06 23:36:03 5208] DEBUG (DevController:139) Waiting for devices vtpm. -- Cheers, Wenda Ni, Ph.D. Dept. of Computer Science and Engineering State University of New York (SUNY) at Buffalo T: 716 982 6746 _______________________________________________ Xen-users mailing list Xen-users...
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
...20:15:40 3036] DEBUG (DevController:139) Waiting for devices irq. [2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices vfb. [2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices pci. [2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices vusb. [2011-08-28 20:15:40 3036] DEBUG (DevController:139) Waiting for devices vtpm. [2011-08-28 20:15:40 3036] INFO (XendDomain:1225) Domain solaris11hvm.born2b3.net (22) unpaused. # --- regards, Mark -- ms@it-infrastrukturen.org _______________________________________________ Xen-devel mailing...
2011 Jun 29
1
no Disk drive detected when provisioning new vms or after restarting a vm
...06-28 20:00:57 802] DEBUG (DevController:139) Waiting for devices pci. [2011-06-28 20:00:57 802] DEBUG (DevController:139) Waiting for devices tap2. [2011-06-28 20:00:57 802] DEBUG (DevController:139) Waiting for devices tap. [2011-06-28 20:00:57 802] DEBUG (DevController:139) Waiting for devices vusb. [2011-06-28 20:00:57 802] DEBUG (DevController:139) Waiting for devices vtpm. [2011-06-28 20:00:57 802] INFO (XendDomain:1206) Domain Jason283 (844) unpaused. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-use...
2012 Oct 17
0
vhd format support failed on suse11 x86_64 sp2
...0-25 17:50:40 6523] DEBUG (DevController:140) Waiting for devices irq. [2012-10-25 17:50:40 6523] DEBUG (DevController:140) Waiting for devices vfb. [2012-10-25 17:50:40 6523] DEBUG (DevController:140) Waiting for devices pci. [2012-10-25 17:50:40 6523] DEBUG (DevController:140) Waiting for devices vusb. [2012-10-25 17:50:40 6523] DEBUG (DevController:140) Waiting for devices vtpm. [2012-10-25 17:50:40 6523] INFO (XendDomain:1225) Domain Windows (5) unpaused. [2012-10-25 17:50:40 6523] WARNING (XendDomainInfo:581) Could not unpause blktap disk: (''unpause'', ''-p27922'&...
2011 Oct 29
0
Bug#644100: Boot loader didn't return any data! if reboot domU with disk DRBD
...21:03:51 26862] DEBUG (DevController:139) Waiting for devices pci. [2011-10-29 21:03:51 26862] DEBUG (DevController:139) Waiting for devices tap2. [2011-10-29 21:03:51 26862] DEBUG (DevController:139) Waiting for devices tap. [2011-10-29 21:03:51 26862] DEBUG (DevController:139) Waiting for devices vusb. [2011-10-29 21:03:51 26862] DEBUG (DevController:139) Waiting for devices vtpm. [2011-10-29 21:03:51 26862] INFO (XendDomain:1206) Domain abook (42) unpaused. [2011-10-29 21:07:41 26862] INFO (XendDomainInfo:2088) Domain has shutdown: name=abook id=42 reason=reboot. [2011-10-29 21:07:41 26862] DEB...
2011 May 24
0
XEN 4.1 performance issue
...q. [2011-05-24 16:02:08 2335] DEBUG (DevController:139) Waiting for devices vfb. [2011-05-24 16:02:08 2335] DEBUG (DevController:139) Waiting for devices pci. [2011-05-24 16:02:08 2335] DEBUG (DevController:144) Waiting for 0. [2011-05-24 16:02:08 2335] DEBUG (DevController:139) Waiting for devices vusb. [2011-05-24 16:02:08 2335] DEBUG (DevController:139) Waiting for devices vtpm. [2011-05-24 16:09:13 2335] DEBUG (XendDomainInfo:3071) XendDomainInfo.destroy: domid=3 Thanks, Wei Cao | ZZH2 2W081 | 8 821 5739 | 021 61165739 | http://flexservices.intel.com/ Thanks, Wei Cao | ZZH2 2W081 | 8 82...