Displaying 20 results from an estimated 300 matches similar to: "Problems with libvirt for MIPS"
2006 Mar 24
2
[PATCH] qemu pcnet emulation fixes
The attached patch to the qemu emulation of the pcnet hardware fixes
several problems. It will now only read and write a transmit or receive
descriptor once. It will correctly handle transmitting frames with more
than two fragments. It will discard oversize frames instead of
corrupting memory. I have tested all the changes I have made and even
seen an improvement in receive performance from
2007 Nov 09
0
Xen network performance: default and ne2000
Hi all:
I use Charito to test xen default network(pcnet), and ne2000 performance,
to my surpise, the average throughput of the default is 40Mbps, but the
average throughput of ne2000 is 18Mbps, how can this happen?
Besides, I see from xen wiki that : "The default network card which QEMU
uses in Vt-x is AMD PCnet-PCI II Ethernet Controller. (*file
tools/ioemu/hw/pcnet.c*). The reason to
2006 Apr 25
3
NE2000 support in HVM domain
Has anyone gotten networking in an HVM domain to work with the emulated
NE2000 rather than the emulated PCnet? I have Linux running in an HVM
domain just fine with pcnet. If I change the config file to say ne2000=1,
the tun0, vif0.1, and xenbr0 devices get created in dom0, the kernel in the
HVM domain brings up eth0 OK (NE2000 support is built into the kernel), but
I can''t get dom0 to
2012 Nov 30
2
setup apc pcnet apc9616
Hi friends.
Searching for info about how to setup acp pcnet card on nut?
Any info will be accepted, thanks!!!
2009 Sep 03
1
fsc branch: loop in pxe_idle_init() on qemu with pcnet card
syslinux-4.00-pre5-10-gdc10f7b locks up on qemu with pcnet card.
The problem seems to be in pxe_idle_init(). Added debug output:
dev_id: 10222000
before while loop h: 10 l: 0
h: 10 l: 0
e: 14e4166a
h modified
h: 350482265 l:0
h seems bogus as there are only 11 entries in pxe_need_idle_drain.
if (e == dev_id) {
found = true;
break;
} else if (e <
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 2/7] userspace virtio
From 83e942e0c7634121243478fa2f4e3459b33d4a67 Mon Sep 17 00:00:00 2001
From: Dor Laor <dor.laor@qumranet.com>
Date: Wed, 19 Dec 2007 23:43:24 +0200
Subject: [PATCH] virtio network device
This patch implements the backend support for the virtio network
device. The
device is optimized for virtualized environments by limiting the number of
guest=>host transitions per-packet. In the best
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 2/7] userspace virtio
From 83e942e0c7634121243478fa2f4e3459b33d4a67 Mon Sep 17 00:00:00 2001
From: Dor Laor <dor.laor@qumranet.com>
Date: Wed, 19 Dec 2007 23:43:24 +0200
Subject: [PATCH] virtio network device
This patch implements the backend support for the virtio network
device. The
device is optimized for virtualized environments by limiting the number of
guest=>host transitions per-packet. In the best
2010 May 04
0
libvirt with qemu-kvm, not recognizing NIC model
Is this the right list for this question, or should I be elsewhere?
I am trying to specify a network card "model type" of "pcnet" (to
emulate vmware esxi's network card). No matter what I put for model type
in my xml config file, it comes up as an Intel e1000. I ran "qemu-kvm
-net nic,model=? /dev/null" and I got back a list of supported models
including
1999 Jun 11
1
Can't access Samba server from Windows NT
Samba Masters:
I have a couple of Windows NT machines (server and workstation) that are
having difficulty accessing a Samba server (1.9.17p4). When I try to
connect from the NT box to the Samba server I get the error message
"Account unauthorized to login from this station." The NT machines are not
configured to participate in a Windows NT domain (although I tried that to
see if it
2003 Oct 02
1
Unable to enable Add/Remove Printer Drivers (3.0.0)
I used to be able to load printer drivers via "server properties". Now
when I go in the printer drivers are listed and I can use the properties
button but the Add/Remove buttons are greyed out. This is a Samba
3.0.0/2.4.2-SGI_XFS_1.0 box and I've tried both NT4sp6 and Win2003beta
clients (both exhibit the same behaviour).
I see the following in the log when I connect to
2012 Dec 11
1
pxelinux 5.0 unable to boot virtual box
Hello,
testing the localboot stuff I figured out that I'm unable to pxe-boot
virtualbox with pxelinux 5.0 at all. Everything works fine in 4.05 though.
This is virtualbox 4.1.18 from debian wheezy emulation a PCnet-Fast III
Network Interface because the default emulated card from Intel does not
support PXE in virtualbox.
Sven
--
"and on the third day he rebooted into
2004 Sep 14
1
Memory allocation error: failed to expand to 1108555744 bytes
I saw the following log entry when connecting to a print share on a
Samba 3.0.7 box from a Windows 2000 client.
I assume the attempt to allocate 1Gb+ of RAM has got to be wrong?
[2004/09/14 11:07:14, 1] smbd/service.c:make_connection_snum(648)
pcladydeath (192.168.1.110) connect to service print$ initially as
user pcnet (uid=288, gid=230) (pid 18501)[2004/09/14 11:07:17, 0]
2002 Sep 21
0
Samba Very Slow When Using AFS and MS Office (is this a Bug?)
Hi All,
I am having a problem with Samba that seems to be a bug. I say this
because I read the archives and they described a problem similar to mine
and were told that it was a bug in older version of Samba and the latest
version should have it fixed. I am running what is essentially a RH 7.3 on
a 1.4GHz Athon with 1GB or RAM. I compiled Samba 2.2.5 in /opt/samba-2.2.5
and am using the following
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
Unable to boot using qemu-kvm and gPXE from virt-preview repository
https://bugzilla.redhat.com/show_bug.cgi?id=512358
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
common-blacklist.ks | 9 +++++++++
common-pkgs.ks | 3 +++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 7c19aa4..2f8842f 100644
---
2004 Dec 09
2
Réf. : Re: "Bounties" on XEN to Windows2000 support
>> We are ready to spend more than 10.000 euros to help Xen to support
Windows
>> 2000
>I asked a Microsoft sales guy about ports of Windows and got this quote
>forwarded from the Microsoft Research guys in Cambridge
>"The XenoXP work is not currently under active development. Whilst
>there is no *technical* reason that it can''t be done (and it would
Ok
2010 May 24
1
Bug in reboot phase : workaround or patch ?
Hello ,
I use Centos 5.4 , with the redhat version of xen .
I need for some guest to change the hardware for the network .
So in my xen config i add the model option in the vif line .
When the guest boot , i had the right emulation , but after a reboot , the guest loose the configuration .
Someone can confirm the bug in centos 5.5 ?
Have someone a patch ?
Extract of my config :
builder
2012 Aug 24
2
SNMP monitoring
It seems it's not possible to monitor kvm virtual image network interfaces
via SNMP. MRTG's cfgmaker says
### The following interface is commented out because:
### * has no ifSpeed property
and other monitors are consistently reporting that vm's interfaces are
exceeding traffic thresholds (even on lo ...). Which is no surprise if
the threshold is zero.
I found a hint on some
2010 Aug 06
0
How to force the use of virtio as the guest network driver
I'm running KVM on a standard Debian Lenny host, and I seem to be
hitting the problem identified here:
http://serverfault.com/questions/123566/is-anyone-using-kvm-in-production
My symptom is that using rsync over SSH to transfer files into the guest
gets slower and slower, and then grinds to a halt, and the machine
becomes unreachable.
It seems that I should be using the virtio driver,
2015 Jun 10
0
XSAs 134, 135, and 136
Just to let people know what's going on:
The embargo for XSA-135 lifted today at 1400 UTC. The embargoes for
XSAs 134 and 136 lift tomorrow at 1200 UTC.
XSA-135 only affects guests which have been assigned a PCNET emulated
NIC, which is not the default; as such, it doesn't seem terribly
urgent to push the fix today.
So rather than push one fix today and another tomorrow, our plan is
2006 Nov 16
6
Network card full virtualized windows
Good morning,
I installed on xen a windows XP and a Windows 2003 domU.
Windows operating system does not know the real network card but it setup up
an AMD pcnet card 10mbps.
Is it possible to setup a full virtualized domU with a real network card ?
I installed also windows on a trial xen enterprise and real network
card seeems to work fine.
What differences between xen and xen entrprise as far