I was having a problem running a backup job as the remote volume couldn't be mounted. This turned out to be an issue with the nls_utf8 iocharset not being installed.
This was solved by installing the linux-modules-extra... package.
This couldn't be done the usually recommended way "
Code: Select all
apt-get install linux-modules-extra-$(uname -r) linux-image-extra-virtual
Code: Select all
E: Unable to locate package linux-modules-extra-3.13.0-164-generic
E: Couldn't find any package by regex 'linux-modules-extra-3.13.0-164-generic'
When I started the job again it said 'Running' for a while but then failed again. The log for the session said that it fell over when veeamsnap couldn't be loaded.
It was installed, but not functioning. Assuming that something may have changed regarding the kernel (there were some scary elements reported as part of the module extras install), I uninstalled veeam and veeamsnap, downloaded the latest versions, and am currently stuck trying to install them.
Veeamsnap seems to get part way there but ends with the warnings:
Code: Select all
Building only for 3.13.0-164-generic
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Code: Select all
bitnami@ubuntu:/tmp$ cat /proc/version_signature
Ubuntu 3.13.0-164.214-generic 3.13.11-ckt39
(If "linux-source-3.13.0_3.13.0-164.214_all.deb" includes "Ubuntu 3.13.0-164.214-generic 3.13.11-ckt39")
Code: Select all
bitnami@ubuntu:/tmp$ sudo apt-get install linux-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
linux-source-3.13.0
Suggested packages:
libncurses-dev ncurses-dev kernel-package libqt3-dev
The following NEW packages will be installed:
linux-source linux-source-3.13.0
0 upgraded, 2 newly installed, 0 to remove and 182 not upgraded.
Need to get 98.7 MB of archives.
After this operation, 115 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://en.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-source-3.13.0 all 3.13.0-164.214 [98.7 MB]
Get:2 http://en.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-source all 3.13.0.164.174 [2,332 B]
Fetched 98.7 MB in 11s (8,646 kB/s)
Selecting previously unselected package linux-source-3.13.0.
(Reading database ... 73758 files and directories currently installed.)
Preparing to unpack .../linux-source-3.13.0_3.13.0-164.214_all.deb ...
Unpacking linux-source-3.13.0 (3.13.0-164.214) ...
Selecting previously unselected package linux-source.
Preparing to unpack .../linux-source_3.13.0.164.174_all.deb ...
Unpacking linux-source (3.13.0.164.174) ...
Setting up linux-source-3.13.0 (3.13.0-164.214) ...
Setting up linux-source (3.13.0.164.174) ...
Code: Select all
bitnami@ubuntu:/tmp$ sudo dpkg -i ./veeamsnap_3.0.0.865_all.deb
(Reading database ... 74026 files and directories currently installed.)
Preparing to unpack ./veeamsnap_3.0.0.865_all.deb ...
------------------------------
Deleting module version: 3.0.0.865
completely from the DKMS tree.
------------------------------
Done.
Unpacking veeamsnap (3.0.0.865) over (3.0.0.865) ...
Setting up veeamsnap (3.0.0.865) ...
Loading new veeamsnap-3.0.0.865 DKMS files...
Building only for 3.13.0-164-generic
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Can anyone help me out here please?
I can't find anything to try next.
Many thanks