dlm module not present in linux-virtual kernels
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| linux (Ubuntu) |
Medium
|
Unassigned | |||
Bug Description
# service cman start
Starting cluster:
Checking if cluster has been disabled at boot... [ OK ]
Checking Network Manager... [ OK ]
Global setup... [ OK ]
Loading kernel modules... FATAL: Module dlm not found.
[FAILED]
root@juju-
FATAL: Module dlm not found.
I had to install linux-server instead. Please add dlm module to the virtual flavour, as otherwise one cannot use cman inside cloud images. Unless this is concious decision to keep -virtual flavour "light", in that case I rest my case. It would be nice to have it in though.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-virtual 3.2.0.37.45
ProcVersionSign
Uname: Linux 3.2.0-38-generic x86_64
AlsaDevices:
total 0
crw-rw---T 1 root audio 116, 1 Mar 14 13:58 seq
crw-rw---T 1 root audio 116, 33 Mar 14 13:58 timer
AplayDevices: Error: [Errno 2] No such file or directory
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found.
Date: Thu Mar 14 14:05:28 2013
Ec2AMI: ami-00000207
Ec2AMIManifest: FIXME
Ec2Availability
Ec2InstanceType: m1.tiny
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
IwConfig:
lo no wireless extensions.
eth0 no wireless extensions.
Lsusb:
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd
MachineType: Bochs Bochs
MarkForUpload: True
PciMultimedia:
ProcEnviron:
TERM=xterm-
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcFB:
ProcKernelCmdLine: BOOT_IMAGE=
RelatedPackageV
linux-
linux-
linux-firmware 1.79.1
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/01/2007
dmi.bios.vendor: Bochs
dmi.bios.version: Bochs
dmi.chassis.type: 1
dmi.chassis.vendor: Bochs
dmi.modalias: dmi:bvnBochs:
dmi.product.name: Bochs
dmi.sys.vendor: Bochs
| Dimitri John Ledkov (xnox) wrote : | #1 |
| affects: | linux (Ubuntu) → linux-meta (Ubuntu) |
| Changed in linux-meta (Ubuntu): | |
| status: | New → Confirmed |
| affects: | linux-meta (Ubuntu) → linux (Ubuntu) |
| Changed in linux (Ubuntu): | |
| importance: | Undecided → Medium |
| status: | Confirmed → Triaged |
| Luis Henriques (henrix) wrote : | #2 |
| Luis Henriques (henrix) wrote : | #3 |
Ok, I believe I was wrong -- the -virtual image doesn't actually contain that module. In order to get it you need to install the linux-image-
| Dimitri John Ledkov (xnox) wrote : Re: [Bug 1155149] Re: dlm module not present in linux-virtual kernels | #4 |
On 15 March 2013 13:20, Luis Henriques <email address hidden> wrote:
> Ok, I believe I was wrong -- the -virtual image doesn't actually contain
> that module. In order to get it you need to install the linux-image-
> extra-virtual package. The idea is to have the -virtual image as small
> as possible, so we haven't included this module in the main package.
> Could you please try to install the -extra package?
>
I had no idea about the -extra package. I'll try that.
Regards,
Dmitrijs.


The dlm module should be available in the -virtual kernels, so there's some other problem with your kernel. First of all, can you please clarify which kernel versions you have tried (both the -virtual and -server)? Also, could you paste here the output of command:
$ find /lib/modules/ -iname dlm.ko
Thanks.