Debian Squeeze kernel issue

tommy-b-10

New Member
Sep 2, 2012
10
0
1
Hey guys, I am running Debian 6.04 in openvz.
Whenever I try and install something that is kernel dependant, this error shows up

Code:
root@Camera-Server:/tmp/easycap_dc60.0.9# ./install.sh
ERROR: directory not found: /lib/modules/2.6.32-11-pve

I have tried to do
Code:
apt-get install pve-headers-$(uname -r)
to no success.

All help is appreciated
Thanks!
 
But I need to have a usb passthrough which is almost impossible with kvm without spending money on the usb redirect software
 
But I need to have a usb passthrough which is almost impossible with kvm without spending money on the usb redirect software

What sort of USB device are you trying to pass through? I pass external USB drives through to KVM-based VM's all the time and it works really well, especially with usbmount installed on the VM.
 
But I need to have a usb passthrough which is almost impossible with kvm without spending money on the usb redirect software
Hi,
but OpenVZ is container-virtualisation. The guest use the same kernel like the host - also can the guest also only use kernel-modules, which the host has loaded! (and the modules must be permited to the guest).

Udo