[SOLVED] Difficulty R1Soft agent kernel module installation
I migrate a server from Lenny to Squeeze and the R1Soft Agent is not working anymore. It's a backup solution.
I found this solution, but doesn't work.
I copy the directory with my current kernel version and want I run this. '/usr/bin/r1soft-cki –get-module --kernel-dir /usr/src/r1build'
> Checking for binary module
Waiting |
No binary module found
Gathering kernel information
Gathering kernel information complete.
Creating kernel headers package
Checking '/usr/src/r1build' for kernel headers
Unable to find a '.config'. This file is required to build a kernel module
Unable to find a valid source directory.
Please install the kernel headers for your operating system.
To install kernel headers execute:
apt-get install linux-headers-
uname -r
Then I run apt-get install linux-headers-uname -r
and is already install.
The content of the /usr/src/r1build
> arch include Kbuild linux-headers-2.6.32-5-xen-amd64 Makefile scripts
I don't know what I miss or what i'm doing wrong, thank for any help.
The solution, the CP command in exemple don't copy hidden files. I feel a bit stupid.