Displaying 20 results from an estimated 200 matches similar to: "Bug?"
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
2011 Sep 06
0
can''t passthrough usb devices to domU (Unexpected error: <class ''xen.util.vusb_util.UsbDeviceParseError''>)
Hello,
I try to passthrough an usb 1.1 device (floppy drive) to a domU.
Dom0 and domU are based on opensuse11.4.
I did the follwowing in dom0
--snip--
xenserver:~ # xm usb-list-assignable-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
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 Oct 19
8
Centos 5.7 Xen 4.1 AMD 64 from gitco cannot attach usb port to domU windows 7
Hi.
Just wondering is someone have been able to connect usb memory sticks
in xen 4.1-gitco running hvm windows 7?
I use xen 4.1 from gitco, is working without any issue, I need support
for a usb memory stick, but I had not been able to make this works.
Reading xm commands and process, first my MB Biostar A780L3L v6 wont
support IOMMU.
Now exist a doc from xen wiki from someone from Fujitso
2012 Jun 28
8
GPLPV, clock drift and PVUSB in Windows XP HVM
1. Shouldn''t the GPLPV drivers take care of the (bad) clock drift I''m experiencing in my Windows XP HVM? Or is there some other way around this problem that I haven''t been able to find on Google? How can I tell if the GPLPV drivers are active? I''ve added the /gplpv switch to the boot.ini file and the virtual NIC is definitely using the GPLPV version but other
2014 Jan 21
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
btw, that works with mkfs.vfat as well. just have to use syslinux with a
syslinux.cfg file instead of extlinux with an extlinux.conf.
On Tue, Jan 21, 2014 at 11:58 AM, Dean Graff <graff97 at gmail.com> wrote:
> the closest i have gotten to a consistent way to test a MS-DOS filesystem
> setup is:
>
> dd if=/dev/zero of=binary.img bs=1M count=500
> i="$(losetup -f --show
2014 Jan 21
2
After USB boot problems on Gigabyte GA-M55Plus-S3G
the closest i have gotten to a consistent way to test a MS-DOS filesystem
setup is:
dd if=/dev/zero of=binary.img bs=1M count=500
i="$(losetup -f --show binary.img )"
parted binary.img mklabel msdos -s -m
dd if=/usr/lib/syslinux/mbr.bin of="${i}"
parted binary.img mkpart primary -a optimal -s -m 0% 100%
parted binary.img set 1 boot on
mkfs.ext4 $(kpartx -savu "${i}"
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers,
I was wondering if anyone is porting S lib packages for design of experiments:
conf.design, glim, graff(all from statlib)? I was able to change the format of S
packages into R (including docs). In conf.design, by W. Venables, sort.list
function is missing from R. I just put sort.list <- sort, but I got more error
messages. Before doing more work, would like to know if this
1998 Jan 07
1
R-beta: Design of experiments in R?
Hello R-helpers,
I was wondering if anyone is porting S lib packages for design of experiments:
conf.design, glim, graff(all from statlib)? I was able to change the format of S
packages into R (including docs). In conf.design, by W. Venables, sort.list
function is missing from R. I just put sort.list <- sort, but I got more error
messages. Before doing more work, would like to know if this
2014 Jan 20
0
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <CAL9Ac2TasS6RfoC5i-oeOh32r+h0QBpVCSNhQMG1MN_KmAr6mw at mail.gmail.com>
Dean Graff <graff97 at gmail.com> wrote:
># I think this qualifies as a bootloader, sort of
># sincerely hope it helps address Mr. Guilmette curiousity
Yes. Thank you.
It had not occurred to me that ye good olde BIOS is/was still there, and
that it could actually be relied upon to do useful
2014 Jan 22
0
Even more (U)EFI questions
Am 22.01.2014 15:25, schrieb Dean Graff:
> I have not looked into it all that much. But seems that UEFI basically
> allows booting without a bootloader.
It does. In fact I usually use preloader.efi (with keytool.efi and
hashtool.efi for secure boot) and gummiboot.x64.efi to boot EFI stub
kernels on x86_64. But until short time a go I had no idea someone would
try to sell 32 bit UEFI on
2014 Jan 24
0
Advice/directions to users of Syslinux
Hi,
Dean Graff wrote:
> Also, I am trying to use the syntax:
>
> mkdiskimage -z -F -4 binary.img 1000
>
> To get that zip drive geometry for my images and increase the
> portable ness of their boot ability. Will this work, to make the zip
> drive geometry and then dd or cat this to the 'mass storage device' ?
The copy program should not care what is in the image
2014 Feb 01
0
xorriso or genisoimage syntax assistance
On 02/01/2014 02:48 PM, Dean Graff wrote:
> Sorry, i should have been more clear. I am just trying to understand how
> to do this same thing with xorriso or genisoimage, Debian for instance,
> has both of these, but does not have `mkisofs'. I was hoping to write
> the guide so that it could be used from debian, and hopefully take
> advantage of the `xorriso' option which
2014 Feb 01
0
xorriso or genisoimage syntax assistance
On 02/01/2014 01:34 PM, Dean Graff wrote:
> Could someone help me get the syntax for `genisoimage' and/or `xorriso'
> correct? Apparently it is not in many linux distros so below my little
> HOWTO shows how to compile it.
What Linux distribution does *not* have one or the other?
-hpa
2014 Feb 02
0
xorriso or genisoimage syntax assistance
Am 01.02.2014 22:34, schrieb Dean Graff:
> Could someone help me get the syntax for `genisoimage' and/or `xorriso'
> correct? Apparently it is not in many linux distros so below my little
> HOWTO shows how to compile it. ( which adds tons of crap that can go wrong)
Build a recent xorriso - this can be run from the build directory
without installing (thanks, Thomas!):
2014 Feb 02
0
xorriso or genisoimage syntax assistance
Hi,
(My apologies to Geert Stappers for the inappropriate branch
which i grafted on his thread today. It still grows. But
i do my share to dry it out by replying to a message in
the correct thread. :))
Dean Graff wrote:
> But I really want to push xorriso to its limits.
Be invited.
> -partition_offset 16 \
This makes the partition table look more normal.
But it should not be a hard
2014 Feb 03
0
xorriso or genisoimage syntax assistance
On Sun, Feb 2, 2014 at 4:43 PM, Dean Graff <graff97 at gmail.com> wrote:
> [ ... ] And Thomas, that 8 partition live OS sounds right up my alley, and
> I will definitely check it out.
>
oops.
Mattias, I got you guys confused as you both helped so much. This live
system you described sounds fascinating. I really want syslinux +
partitioned binary hard drive image + LUKS encrypted
2014 Jan 19
2
USB boot problems on Gigabyte GA-M55Plus-S3G
#!/bin/bash
# a small shell script to:
# 1) make a simple asm program
# 2) compile that program with `nasm'
# 3) convert resulting .bin to a .img with `dd'
# 4) boot the reulting "hello.img" with qemu/kvm
# I think this qualifies as a bootloader, sort of
# sincerely hope it helps address Mr. Guilmette curiousity
# -chris graff
printf '
BITS 16
jmp
2007 Oct 29
9
Problems with mongrel on NetBSD
I seem to have a (recent) problem with mongrel on NetBSD. I''m running
a development release of NetBSD (called NetBSD-current 4.99.34).
When I start mongrel, it listens on the IPv6 wildcard address, but not
on the IPv4 wildcard:
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with
2009 Oct 20
8
Stub that returns hash values
Is it possible to create a stub that returns hash values.
For example I would like to convert this:
@siteItem = stub(''plmSiteItem'', :one => "uno")
To something like this:
@siteItem = stub(''plmSiteItem'', {''one'' => ''uno'', ''two'' => ''dos''} )
So that I can do this: