Displaying 20 results from an estimated 1200 matches similar to: "AW: Help GPLPV Drivers"
2008 Oct 17
0
AW: Using serial port from a domU
Just something to be added:
- This procedure doesn''t work with a Fedora 9 DomU
- Maybe you have to blacklist some modules in the Dom0: AFAIK you have to rmmod (better: blacklist on boot using modprobe.conf) these modules: serial_core 8250 and 8250_pnp
----- Ursprüngliche Mail ----
Von: Federico Fanton <fake@panizzolo.it>
An: xen-users@lists.xensource.com
Gesendet: Freitag, den
2008 Sep 20
0
[LLVMdev] Using VirtRegMap
Hi Evan,
> Ok. Everyone has different idea about "easy". :-)
I second your opinion that it is not very easy to use and it is very tightly coupled with the current linear scan register allocator implementation.
> But VirtRegMap is going to be remove one of these days.
When are you going to do that? Are you going to remove it from the source tree? Will it be replaced with
2010 Feb 07
1
suse 11.2 domU on lvm: anyone succeded?
Hi all
I upgraded my testserver from opensuse 11.1 to 11.2 using zypper based method. All updates went smooth as far as there were no errors during the update process. Rebooting the whole farm the troubles started:
not one domU bootet sucessfully, all of them showed the following messages:
...
register_blkdev: cannot get major 8 for sd
...
Volume group "VGsys" not found
before they
2008 Sep 26
1
Xen and DHCP problem
Hey folks!
I want to add a CentOS 5.2 domU to an existing server (Fedora 8) which was setup by another company. The Dom0 does not provide any other services but a BIND-DHCP-server (they deleted dnsmasq and installed bind). Don''t ask my why they did that.
My new DomU is connected to eth0, which is a bridge. BIND also listens on eth0 to serve other machines.
I start the install of centos
2007 Jun 22
0
[LLVMdev] BigBlock register allocator
Hi Duraid,
> Hi everyone,
>
> Quick summary:
>
> LLVM now has a new register allocator particularly suitable for
> compiling (very) large, machine-generated functions.
Congrats! Very good job!
> Longer story:
>
> I've recently been using LLVM in an application that involves JITing
>
> fairly large functions that have no control flow - they're
2007 Jan 08
0
IAX call path optimization with more than 3 legs
hi list,
after connecting 3 asterisk servers via IAX in a line
(+ 1 client at each end), i noticed that call path
optimization happens only one time, i.e. only one
node/leg in the path can be reduced.
Does anybody know if this is the intended behaviour or
if it's a bug?
Can anyone confirm my observations?
It seems that the first node, that sends the TXREQ
Message, is "optimized".
2008 Oct 18
1
Album art - requirements
>> So, a possible way to encode album art would be:
>>
>> - a Skeleton stream with appropriate header messages
>> - one Kate stream per image, carrying a PNG image
>> (alternatively, use Ogg/MNG, if someone brings it from the dead)
>> [...]
Silvia wrote:
>Interesting proposal. Not sure it won't over-complicate album art though...
Well yes, of course
2010 Mar 25
1
setting sensitivity of r to errors
Dear all,
does anyone of you know how to increase Rs sensitivity to errors? I just migrated back from Matlab and really enjoyed there that Matlab just pops up with (really helpful!) error messages as soon as there is anything slightly wrong with my code. This is certainly anoying on the first run, but really helps to uncover some hidden bugs in the Code. Now I tried artificially to create errors
2010 Mar 05
1
how can I look at .Internal(model.matrix(t, data))?
Hi,
I would like to see how model.matrix expands factor column to a set of dummy columns. I think that is done int .Internal(model.matrix(t, data)) which is called from model.matrix.default. But I have not idea how I can look at this function. How can I get to such internal functions?
Thanks so much!
Werner
____________________________________________
einen herausragenden Schutz gegen
2010 Mar 24
1
lattice: defining graphical parameters
Dears,
could anyone give me some advice how to change some plotting parameters for a lattice graph?
I need to adjust the following:
-reduce outer margins (like par(mar=c(0,0,0,0)) with base graphs)
-modify positions of labels (like par(mpg=c(0,0,0)) with base graphs)
I already did some research, but got confused by the huge amount of settings with the lattice objects.
I know that the road
2010 Jan 19
4
Remove term from formula for predict.lm
Hi,
probably just a quick question: can I somehow change the formula used with predict? E.g., the regression was run on "y ~ u + v + w" but for the prediction the term v should be removed from the formula contained in the regression object and only "y ~ u + w" be used.
I could use model.matrix etc. to do the predictions but it would be very helpful to know a simpler way.
2008 Aug 26
2
String search: Return "closest" match
Hi,
I have to match names where names can be recorded with errors or additions.
Now I am searching for a string search function which returns always the "closest" match. E.g. searching for "Washington" it should return only Washington but not Washington, D.C. But it also could be that the list contains only "Hamburg" but the record I am searching for is
2010 Feb 07
2
convert R plots into annotated web-graphics
Dear all,
I would like to make a large scatter plot created with R available as an interactive web graphic, in combination with additional text-annotations for each data point in the plot. The idea is to present the text-annotations in an HTML-table and inter-link the data points in the plot with their corresponding entries in the table, i.e. when clicking on a data point in the plot, the
2008 Aug 19
4
converting coordinates from utm to longitude / latitude
Hi,
is there a function in R to convert data read with read.shape and which is originally in UTM coordinates into longitude / latitude coordinates?
I found the convUL() function from the PBSmapping package but I have no idea how I could apply that to the read.shape object.
Many thanks,
Werner
__________________________________________________
Do
sragenden Schutz gegen Massenmails.
2008 Aug 22
4
swap
Hello everybody,
I wonder if there is any swap function in R that does the following:
x <- seq(1,10,12)
x1 <- swap(x)
x1
1 8 3 4 5 6 7 2 10
Thank you very much!
Amor
__________________________________________________
Schutz gegen Massenmails.
[[alternative HTML version deleted]]
2009 Apr 05
2
Doubling network and disk with gplpv 9.12.pre13 in Russian Windows 2003
Hi James Harper and others,
I seen that problem already discussed early, but maybe it help you make
hiding qemu devices when install gplpv driver. For now, when install
gplpv i has not working qemu disk driver (gplpv works) and not working
gplpv network (i think i can disable realtek network card and then gplpv
will work).
When you discuss German and French windows versions - you ask about
2010 Mar 09
1
find out commands in package
Dears,
I am trying to implement some R package which is still under construction and has not yet been submitted to CRAN (RSSA, http://anton.korobeynikov.info/software). Documentation is yet very poor (or i just did not find it), so I am wondering whether there is any way to retrieve a list of commands available in this package from within R? And to find out whether the package is successfully
2009 Feb 10
1
gplpv + stubdom?
Hi,
Do the gplpv drivers work with stubdom? I''ve tried to get them working
and posted to the mailing list for help but the only reply I got was a
suggestion to use config settings which appear to allow the gplpv
drivers to access the hd at the same time as the stubdom, which might
work but isnt what I was after, have I misunderstood stubdom and there
is no advantage to using gplpv
2009 Oct 30
0
Re: Fw: How to hide Realtek card with GPLPV 0.10.0.130
ok thanks for your answer so quickly !!
Cheers
Rémi
----- Original Message -----
From: "James Harper" <james.harper@bendigoit.com.au>
To: "Rémi BERNIER" <R.BERNIER@grelier.com>;
<xen-users@lists.xensource.com>
Sent: Thursday, October 29, 2009 9:49 AM
Subject: RE: [Xen-users] How to hide Realtek card with GPLPV 0.10.0.130
>
> Hi everyone,
>
2013 Feb 04
3
QCOW2 goes corrupted when using GPLPV drivers
QCOW2 disk image gets corrupted when you try to install Service Pack 1
AFTER installing GPLPV drivers.
This means, without the pv drivers, everything works fine.
I tested both RAW and QCOW2 without GPLPV drivers and the installation
has completed without any error, and the image (at least qcow2) has no
errors too.
How to reproduce:
- Install Windows 7 32-bit guest
- Check the image with