Closed Bug 1017634 Opened 10 years ago Closed 10 years ago

New spot test images don't have v4l2loopback configured

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task, P1)

All
Linux

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ted, Assigned: rail)

References

Details

Attachments

(2 files)

In bug 826265 we got the v4l2loopback driver configured on the Linux test slaves. However, when I landed bug 815002 it showed that we have some slaves that are not properly configured. Rail says they're the new spot images and it has something to do with puppet.
Blocks: 986477
Severity: normal → major
Priority: -- → P1
Dropped support for CentOS for now (we don't use this module on other platforms). Worked fine.
Attachment #8430882 - Flags: review?(dustin)
Attachment #8430882 - Flags: review?(dustin) → review+
[root@tst-linux32-spot-1060.test.releng.usw2.mozilla.com ~]# lsmod
Module                  Size  Used by
binfmt_misc            17292  1 
isofs                  39553  0 
snd_aloop              18892  2 
snd_pcm                80845  1 snd_aloop
snd_seq_midi           13132  0 
snd_rawmidi            25424  1 snd_seq_midi
snd_seq_midi_event     14475  1 snd_seq_midi
snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
snd_timer              28931  2 snd_pcm,snd_seq
snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    62064  10 snd_aloop,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              14635  1 snd
snd_page_alloc         14108  1 snd_pcm
v4l2loopback           28853  0 
videodev               86588  1 v4l2loopback
[root@tst-linux32-spot-1060.test.releng.usw2.mozilla.com ~]# cat /etc/modules 
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

v4l2loopback
snd_aloop
[root@tst-linux64-spot-1081.test.releng.usw2.mozilla.com ~]# lsmod
Module                  Size  Used by
binfmt_misc            17540  1 
isofs                  40257  0 
snd_aloop              19484  4 
snd_pcm                97188  3 snd_aloop
snd_seq_midi           13324  0 
snd_rawmidi            30748  1 snd_seq_midi
snd_seq_midi_event     14899  1 snd_seq_midi
snd_seq                61896  2 snd_seq_midi,snd_seq_midi_event
snd_timer              29990  2 snd_pcm,snd_seq
snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    78855  12 snd_aloop,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              15091  1 snd
snd_page_alloc         18529  1 snd_pcm
v4l2loopback           34042  0 
videodev               98259  1 v4l2loopback
v4l2_compat_ioctl32    17128  1 videodev
[root@tst-linux64-spot-1081.test.releng.usw2.mozilla.com ~]# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

v4l2loopback
snd_aloop
it may take some time until all new instances get this change (by EOD for sure)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
I think there is a missing notify for the case when we have the packages installed but not added the modules to /etc/modules.

see, https://bugzilla.mozilla.org/show_bug.cgi?id=815002#c55
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attached patch notify.diffSplinter Review
Attachment #8433066 - Flags: review?(dustin)
Attachment #8433066 - Flags: review?(dustin) → review+
This should be fixed now.
Status: REOPENED → RESOLVED
Closed: 10 years ago10 years ago
Resolution: --- → FIXED
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: