Displaying 20 results from an estimated 300 matches similar to: "GPL PV Windows xennet driver will BSOD"
2008 Jun 04
0
GPL PV Windows xennet will BSOD
Running GPL PV Windows drivers on Windows 2003 Server Standard Edition SP2 -
The current GPL PV Windows xennet driver source found in the repository will BSOD if the option "Large Send Offload" is changed to disabled or if the driver is disabled.
Tracked down the issue via WinDbg –
If a buffer is in the free list prior to the function XenNet_RxBufferFree() being called via the function
2012 Jun 23
7
GPLPV xennet bsod when vcpu>15
Hello,
I installed the signed drivers from
http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers and
I ran into a BSOD on a Windows 2008 Server R2 Enterprise domU with a
large number of vcpu''s. The BSOD is related to xennet.sys.
After some trials I found that it runs fine up to 15 cores. From 16 or
more, the BSOD kicks in when booting the domU.
The hardware (4 times
2008 Jun 04
1
Similar question about subsetting data
This is just a slight modification of a question I asked earlier. Thanks to all the responders.
I have a data set(Bill) of with 1 variable (var1), with 100 obs that are in ascending order. I want to sample every 10 observations and save them in 10 different groups such as Group1 is obs 1-10 Group 2 is obs-11-20 .... Subset data into the 10 groups, then calculate the mean/0.8 of var1 for each
2008 Jun 11
1
difference between nlm and nlminb
Hi,
I was wondering if someone could give a brief, big picture overview of the difference between the two optimization functions nlm and nlminb. I'm not familiar with PORT routines, so I was hoping someone could give an explanation.
Thanks,
Angelo
_________________________________________________________________
Instantly invite friends from Facebook and other social networks to join yo
2008 Jun 04
4
merging 3 data sets at once
Hi All,
I am looking into merging 3 data sets I know how to do that by merging data1
with data2 and then merging the result with data 3. I was wondering if it
can be done all at once so I tried,
M<-merge(data1,data2,data3, by=?ID?)
It does not work!
Any ideas?
--
View this message in context: http://www.nabble.com/merging-3-data-sets-at-once-tp17658873p17658873.html
Sent from the R help
2008 Jun 07
0
[LLVMdev] C ouput pass or native binary
Recently I've been working on putting a little language together using the llvm toolset. I think I've wrapped my head around some of the beginner bits (and a big "thank you" for the kaleidoscope tutorial). What I'd like to do now is to take my Module* and output either a C file for native compilation, or just directly output a native binary.
I saw that llc can output C
2008 Jun 09
4
[LLVMdev] llvm-gcc and -emit-llvm
Just thought I'd mention this to keep other people from stubbing their toes on it...
Using llvm-gcc/llvm-g++ and -emit-llvm, you need to make sure to pass -S as well, like so:
./llvm-g++ -S -emit-llvm hello.cpp
not: /llvm-g++ -emit-llvm hello.cpp
I'm sure that's old news to most of the people on the list, but I thought it couldn't hurt to mention it in case other people happen
2008 Jun 03
8
Queue is sending calls to Agents even when they are in use
Hi,
I have an simple queue and agents defines with memeber => SIP/123.
If for example Agent "SIP/123" has an call, the queue didnt care and tries to
send additional calls to this agents. So Iam loosing time.
SIP/123 (In use) has taken no calls yet
How to stop this, especially when the device is not able to send an BUSY back.
Use LOCAL channels and parse 'show queues' or
2010 May 29
0
trouble with xennet gplpv in win7x64 xen(xvm)3.4
I have some real problems with the xennet, when disable and try to
enable the nic I get a BSoD due to ndis.sys
Further more the system still fails to get an IP using dhcp.
The box is after a lot of cleanup, now on the 217 GPLPV.
I could provide additional details on demand next week.
(I''m unsure to get the machine earlier in my reach due to an on site
power outage)
thx,
Florian
2010 Mar 16
0
GPLPV: XenNet Full on send - required = 3, available = 0
I saw some really bad things happening on our production servers.
First dom0:
Ubuntu xen1 2.6.24-24-xen
Xen 3.4.0 compiled from source.
I don''t remember exactly what GPLPV version was installed but I know
for sure from early 10.x series.
domU: Windows Server 2008 64-bit (Test mode enabled)
Second dom0 has almost identical setup, thou on different hardware.
When I start copying large
2007 Dec 21
0
xennet and xenblk
Dear Fellow Xen Users:
I am as green as grass and trying
to install Xen 3.1.0 on to a brand new machine running SuSE 10.3. I am
at the point where Xen starts to boot and quits on a "Waiting for
device......./dev/sda5" message. I believe that this may be related to
the fact that xennet and xenblk are missing, as far as I can tell, from
my
2006 Oct 11
0
Initrd creation problem (Cannot determine dependencies of module xennet)
Hi List,
I''d compiled Xen-3.0.3-testing (changeset 11740) on Suse 10.0 Enterprise
Server.
The compilation succeeded without any errors but the mkinitrd command
fails(???)
The initrd is being created but when loading the xen kernel, I get the
following message repeatedly:
"azx_get_reponse() timeout"
after pressing ^c the computer continue to run...
Then, when I start a gnome
2008 Aug 15
1
No module xennet found for kernel 2.6.18.8-xen
Hi all,
when I try to build an initial ramdisk with the option --with=xennet, I get
the following error
No module xennet found for kernel 2.6.18.8-xen
I looked at the /lib/modules/2.6.18.8-xen/kernel/drivers/xen and there is
no xennet module over there, which causes the problem.
How can I get the xennet module?
Thanks,
Luca
_______________________________________________
Xen-users
2017 Apr 05
0
[PATCH v2 2/8] v2v: linux: Detect support for xennet if compiled into the kernel too.
Updates commit 7eb219d1938968c4d6bffda038aaace936f7efbf.
---
v2v/linux_kernels.ml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/v2v/linux_kernels.ml b/v2v/linux_kernels.ml
index 2efd070a6..9fbc43b60 100644
--- a/v2v/linux_kernels.ml
+++ b/v2v/linux_kernels.ml
@@ -182,7 +182,8 @@ let detect_kernels (g : G.guestfs) inspect family bootloader =
List.mem what
2008 Mar 02
4
xennet windows pv performance
I''ve just pushed some changes to hg that seem to speed things up a bit
for me.
On one machine with 2 x dual core 2.4Ghz AMD cpu''s, testing with iperf
from DomU to Dom0 I get:
Windows (vcpus = 2) - ~500MBits/sec - ~66% cpu utilization (eg 100% on
one, and 33% on the second cpu)
Linux (vcpus = 1) - ~2200MBits/sec
On another machine with 1 x dual core 1.8Ghz AMD cpu, testing as
2011 Jul 28
3
[GPLPV] Xennet device issues on Win2k3 x32 DomU/Disabling just one PV device
Hi there.
I have been dealing with a conundrum off and on with a VPS of mine. Windows
2003 Standard 32 bit on a Xen HVM instance. Been trying to get the GPLPV
drivers working to help boost performance but always seem to run into one
major issue: The PV network device looks like it works but actual
connectivity is non-existant. Everything else in the GPLPV driver suite
works fine.
What I want to
2012 Sep 08
0
Windows 2008 Server, GPLPV drivers, Qemu upstream and BSoD
Hi,
I just tested booting Windows 2008 server 64 bit using GPLPV drivers.
It seems to work with qemu traditional, but with Qemu upstream
(1.1-stable) there is a BSOD when using the most recent signed GPLPV
drivers (paging fault in non-paged area).
--
Stay in touch,
Mark van Dijk. ,---------------------------------
-----------------------------'' Sat Sep 08 08:14
2012 Jul 30
0
HVM bsod CLOCK_WATCHDOG_TIMEOUT on i7-3930K
Hello,
BSOD 0x00000101 CLOCK_WATCHDOG_TIMEOUT randomly appears on all HVM Windows
2008R2 (with signed GPLPV drivers) with vcpu''s>=2 after upgrading CPU to
hexacore i7-3930K. xen and qemu-dm logs have no suspicious entries after
bsod.
Before upgrade CPU was i7-2600 and all HVM''s works fine.
Such problem persist on all motherboards with i7-3930K,and disappear after
moving Dom0
2013 Jan 30
0
Xen 4.2.1. Intel Integrated VGA passthrough. BSOD in Windows guests.
Hello,
I configured xen with enabled passthrough primary VGA card (Intel Integrated
graphic controller HD 3000) and audio controller (Intel HD audio) to hvm
guest.
I also installed GPLPV drivers to improve performance.
And it works for Windows XP (x86) and Windows 7 (x86_64).
But I get a BSOD, when I try to load a disk or network subsystem or start
Windows 7 performance test.
Steps to reproduce
2008 Sep 13
2
rake db:migrate caues BSOD (Blue Screen of Death) on Vista
I''m running latest RoR/Ruby/MySQL 5... I can reproduce at will.
Any idea how rake db:migrate could cause Vista to crash?
Pete
REF:
Windows Vista Home Premium (SP1), 2MB RAM, Dell Inspiron 1501
Ruby 1.8.6, Installer 186-26
MySQL 5
MySQL Connector Net 5.2.2
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because