dbTalk Databases Forums  

Another FC15 quirk (VirtualBox)

comp.databases.oracle.server comp.databases.oracle.server


Discuss Another FC15 quirk (VirtualBox) in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mladen Gogala
 
Posts: n/a

Default Another FC15 quirk (VirtualBox) - 11-18-2011 , 07:59 PM






I don't where should I post this, but VirtualBox is an Oracle product,
though not a database, so I'll post it here. When trying to use VBox with
the latest FC15 kernel (2.6.41.1-1.fc15.i686.PAE) I got the following
error:

/var/lib/dkms/vboxhost/4.1.6/build/vboxpci/linux/VBoxPci-linux.c:39:28:
fatal error: asm/amd_iommu.h: No such file or directory
compilation terminated.

I have all required development and kernel headers packages. This was a
missing file from the faulty F15 kernel source package. The compilation
worked as a charm after copying the include file above from the previous
kernel (2.6.40) to the latest kernel:

[root@medo 2.6.41.1-1.fc15.i686.PAE]# cd -
/usr/src/kernels/2.6.40.6-0.fc15.i686.PAE
[root@medo 2.6.40.6-0.fc15.i686.PAE]# find . -name amd_iommu.h -print
../arch/x86/include/asm/amd_iommu.h
[root@medo 2.6.40.6-0.fc15.i686.PAE]# cp ./arch/x86/include/asm/
amd_iommu.h /tmp/
[root@medo 2.6.40.6-0.fc15.i686.PAE]# cd -
/usr/src/kernels/2.6.41.1-1.fc15.i686.PAE
[root@medo 2.6.41.1-1.fc15.i686.PAE]# cd arch/x86/include/asm/
[root@medo asm]# mv /tmp/amd_iommu.h ./


This file is missing, so whoever needs that can use the old file. After
that, I was able to start all my virtual machines.


--
http://mgogala.byethost5.com

Reply With Quote
  #2  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: Another FC15 quirk (VirtualBox) - 11-18-2011 , 08:06 PM






On Sat, 19 Nov 2011 01:59:09 +0000, Mladen Gogala wrote:

Quote:
I don't where should I post this, but VirtualBox is an Oracle product,
though not a database, so I'll post it here. When trying to use VBox
with the latest FC15 kernel (2.6.41.1-1.fc15.i686.PAE) I got the
This was posted here because OTN virtualization forum was unavailable at
the time of discovering this.


--
http://mgogala.byethost5.com

Reply With Quote
  #3  
Old   
John D Groenveld
 
Posts: n/a

Default Re: Another FC15 quirk (VirtualBox) - 11-20-2011 , 03:28 PM



In article <pan.2011.11.19.01.57.26 (AT) gmail (DOT) com>,
Mladen Gogala <gogala.mladen (AT) gmail (DOT) com> wrote:
Quote:
I don't where should I post this, but VirtualBox is an Oracle product,
though not a database, so I'll post it here. When trying to use VBox with
<URL:https://www.virtualbox.org/wiki/Community>

John
groenveld (AT) acm (DOT) org

Reply With Quote
  #4  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: Another FC15 quirk (VirtualBox) - 11-20-2011 , 03:50 PM



On Sun, 20 Nov 2011 21:28:22 +0000, John D Groenveld wrote:

Quote:
In article <pan.2011.11.19.01.57.26 (AT) gmail (DOT) com>,
Mladen Gogala <gogala.mladen (AT) gmail (DOT) com> wrote:
I don't where should I post this, but VirtualBox is an Oracle product,
though not a database, so I'll post it here. When trying to use VBox
with

URL:https://www.virtualbox.org/wiki/Community

John groenveld (AT) acm (DOT) org
Thanks. I didn't know where to put it. I found the appropriate forum and
have put it there.



--
http://mgogala.byethost5.com

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.