|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: XAPI on debian installation issue
On 07/18/2011 04:37 AM, Todd Deshane wrote:
What version of dkms do you have installed?
(dkms --version)
box# dkms --version
dkms: 2.2.0.1
what is the output of the following:
var/lib/dkms/blktap/0.1/build/make.log
try following the README in /var/lib/dkms/blktap/0.1/build
There may be some build dependencies missing on your end.
These files doesn't exists. But I found out a way to extract the files
in the *deb
and dkms it manually.
What I did :
box# mkdir temp
box# cd temp
box# dpkg -x ../blktap-dkms_0.1_all.deb .
box# cp -a usr /
box# dkms add -m blktap -v 0.1
Creating symlink /var/lib/dkms/blktap/0.1/source ->
/usr/src/blktap-0.1
DKMS: add Completed.
box# dkms build -m blktap -v 0.1
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
make KERNELRELEASE=3.0.0-rc6-686-pae -C
/lib/modules/3.0.0-rc6-686-pae/build M=/var/lib/dkms/blktap/0.1/build
modules......
cleaning build area....
DKMS: build Completed.
box# dkms install -m blktap -v 0.1
blktap:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.0.0-rc6-686-pae/kernel/../extra//
depmod.....
DKMS: install Completed.
Now rebooting :)
I'll let you know how it goes.
Thanks,
Sébastien
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|