Displaying 20 results from an estimated 3000 matches similar to: "iommu disabled"
2016 Jul 28
6
LSI SATA MegaRaid & Centos 7 build 1511
On 7/28/2016 3:41 PM, Fawzy Ibrahim wrote:
> LSI SATA MEGARAID 95Q9
afaik, the megaraid cards are mostly all SAS, which support SATA drives,
except very old ones were SCSI.
Ok, I do see they had a series of MegaRAID SATA 150-xx and 300-xx cards,
these were 64 bit PCI or PCI-X cards.
95Q9 does not appear to be a valid card number, 9240, 9260, 9280 are
some pci-express SAS MegaRaid
2018 Dec 10
2
unable to add pci network to existing vm
Greetings,
I'm trying to add a virtual nic to an existing and active vm and I'm getting this error:
error: internal error: No more available PCI slots
the cmd I'm trying to run is: virsh -c qemu:///system attach-interface --domain router --type bridge --source virbr0 --model virtio --config --live
the lspci output within the vm is this:
# lspci
00:00.0 Host bridge: Intel Corporation
2010 Jun 24
1
VGA passthrough - guest shows blank screen on startup
Greetings,
I''m attempting to do gfx_passthru with the primary graphics adapter
(03:00.0), passing it to a guest. I can unbind it from the host but when I
fire up the guest OS my monitor loses signal from the graphics card and
that''s that. The GFX card is dual DVI, I''ve tried both slots. Host is Linux
2.6.32.14-1.2.105.xendom0.fc12.x86_64, Guest is Windows 7. PC is an
2013 Jan 15
14
[PATCH] VTD/Intremap: Disable Intremap on Chipset 5500/5520/X58 due to errata
http://www.intel.com/content/www/us/en/chipsets/5520-and-5500-chipset-ioh-specification-update.html
Stepping B-3 has two errata (#47 and #53) related to Interrupt
remapping, to which the workaround is for the BIOS to completely disable
interrupt remapping. These errata are fixed in stepping C-2.
Unfortunately this chipset is very common and many BIOSes are not
disabling remapping. We can
2010 Oct 08
17
MSI badness in xen-unstable
Hi,
I''ve been trying to boot stefano''s minimal dom0 kernel from
git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git
2.6.36-rc1-initial-domain-v2+pat
On xen-unstable, I get the following WARN_ON()''s from Xen when bringing
up the NIC''s, then the machine hangs forever when trying to login either
over serial or NIC.
(XEN) Xen WARN at msi.c:649
(XEN) ----[
2013 Mar 19
7
[PATCH 0/3] IOMMU errata treatment adjustments
1: IOMMU: properly check whether interrupt remapping is enabled
2: AMD IOMMU: only disable when certain IVRS consistency checks fail
3: VT-d: deal with 5500/5520/X58 errata
Patch 1 and 2 are version 2 of a previously submitted, then
withdrawn patch following up after XSA-36. Patch 3 is version 3 of
a patch previously sent by Malcolm and Andrew.
Signed-off-by: Jan Beulich
2013 Jul 08
12
VT-d interrup remapping errata workaround
All,
just having spotted the backport of Linux commit 03bbcb2e I notice
a certain discrepancy with the Xen commit having the same purpose
as well as with the actual specification updates:
The Linux solution keys off of device IDs 3403 and 3406, as listed in
the specification update, but this way fails to cover the X58 chipset,
which has - under different numbers (62 and 69) - the same errata
2016 Jul 30
0
LSI SATA MegaRaid & Centos 7 build 1511
# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 5520 I/O Hub to ESI Port [8086:3406] (rev 22)
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 22)
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 22)
00:05.0 PCI bridge [0604]: Intel Corporation 5520/X58 I/O Hub PCI
2016 Jul 30
5
LSI SATA MegaRaid & Centos 7 build 1511
On 7/30/2016 6:56 AM, Fawzy Ibrhim wrote:
> # lspci -nn
> 00:00.0 Host bridge [0600]: Intel Corporation 5520 I/O Hub to ESI Port [8086:3406] (rev 22)
> 00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 22)
> 00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 22)
>
2010 Apr 26
0
disk offline with xen4.0+pvops2.6.31.13
we have just upgraded to xen4.0+kernel2.6.31.13. however, we fonud
that disk offline in high disk IO(xen4.0+kernel2.6.31.13). but whitout
xen4.0, we only start with kernel2.6.31.13, the disk offline didn''t
happen.
I think it is a bug.
test case:
57 physical machine
we start 5 vm(cpu:2, memory:1024) in a physical machine.at the same
time we do decompression in dom0.
tar xzvf *.tar.gz
tar
2016 Jul 26
2
LSI SATA MegaRaid & Centos 7 build 1511
John R Pierce wrote:
> On 7/26/2016 10:20 AM, Fawzy Ibrhim wrote:
>> I want to install Centos 7 latest build on NEC Server 5800/120b-2.
>>
>> The installation wizard fails to detect the storage connected to LSI
>> SATA MegaRaid PCI.
>
> which megaraid card? they've made quite a lot. lspci will list the
> card type...
>
> linux will only see storage
2010 Oct 25
0
Re: Re: Unable to pass device to IOMMU
Sorry to duplicate my issues onto the list - I thought I had looked
through this thread before and seen a different error, but apparently
Adam and I are running into much the same thing. I'm seeing exactly the
same "Failed to assign device to IOMMU" along with the "Device not owned
by PCI Back End or pci-stub" in these scenarios. I have not gone back
to previous versions,
2018 Dec 10
0
Re: unable to add pci network to existing vm
On 12/10/18 1:24 PM, daggs wrote:
> Greetings,
>
> I'm trying to add a virtual nic to an existing and active vm and I'm getting this error:
> error: internal error: No more available PCI slots
>
> the cmd I'm trying to run is: virsh -c qemu:///system attach-interface --domain router --type bridge --source virbr0 --model virtio --config --live
>
> the lspci
2012 Mar 16
1
NFS Hanging Under Heavy Load
Hello all,
I'm currently experiencing an issue with an NFS server I've built (a Dell
R710 with a Dell PERC H800/LSI 2108 and four external disk trays). It's a
backup target for Solaris 10, CentOS 5.5 and CentOS 6.2 servers that mount
it's data volume via NFS. It has two 10gig NICs set up in a layer2+3 bond
for one network, and two more 10gig NICs set up in the same way in another
2010 Sep 16
5
Unable to pass device to IOMMU
Hello,
I''m hoping someone may be able to push us in the right direction. I''m trying
to get one of our products to work with the current branch of Xen
(4.0/4.0.0) but I''m hitting a problem.
We are currently using Xen 3.3.2 on a Sun Blade 600 chassis (with x6270
blades) this works great.
But when we upgrade to Xen 4.0/4.0.1 we get the following message when
2010 Aug 10
0
Re: XEN in VirtualBox?
Oh yes you can run XEN on VB. I am running the following config:
=========
GUEST
=========
[root@xenserver ~]# cat /etc/issue
Citrix XenCloudPlatform Host 0.1.1-25823p
[root@xenserver ~]# uname -a
Linux xenserver 2.6.27.42-0.1.1.xs0.1.1.737.1065xen #1 SMP Fri Jan 15
16:20:16 EST 2010 i686 athlon i386 GNU/Linux
========
HOST
========
OS Name: Microsoft Windows 7 Ultimate
OS
2013 Oct 14
14
spice issue
Did something had chaqnged with spice code or settings. I just compiled
latest git of 4.4 unstable and I get is a black screen all I see is the
green boot image from server 2012 but I dont get blue windows logo and
window does not resize it stays black. I reverted back to older git
revision of 4.4 and everything is working fine with.
_______________________________________________
Xen-users
2012 Mar 12
4
"Hard" hangs on several Intel(-chipset) boards
Hey!
I''m deploying a vanilla Xen 4.1.2 installation at a hosting provider,
and I''m experiencing hard hangs (i.e., the system is unresponsive to
keystrokes, network is off, I/O to disk is stopped) on several of their
available server packages, all based on Intel i7 CPUs and related chipsets.
The failure does not seem related to a specific Xen-version (I''ve
2006 Aug 22
4
Native Extensions on Windows 0.10 series
Hi all,
I''ve just noticed that 0.10 is out and wanted to give it a try on windows.
I''m not at all an VS C++ Developer so I might do something very stupid here.
My env: Windows Server 2003
VS .NET 2003
On the command line with nmake from VC7 in the path this is what I get:
Attempting remote update of ferret
Building native extensions. This could take a while...
Microsoft
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,