Closed
Bug 1017634
Opened 11 years ago
Closed 11 years ago
New spot test images don't have v4l2loopback configured
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: rail)
References
Details
Attachments
(2 files)
|
1.68 KB,
patch
|
dustin
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
1.09 KB,
patch
|
dustin
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
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.
| Assignee | ||
Updated•11 years ago
|
Severity: normal → major
Priority: -- → P1
| Assignee | ||
Comment 1•11 years ago
|
||
Dropped support for CentOS for now (we don't use this module on other platforms). Worked fine.
Attachment #8430882 -
Flags: review?(dustin)
Updated•11 years ago
|
Attachment #8430882 -
Flags: review?(dustin) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8430882 [details] [diff] [review]
kernelpackage-puppet-1.diff
remote: https://hg.mozilla.org/build/puppet/rev/5be3261b442c
remote: https://hg.mozilla.org/build/puppet/rev/74e9979c6e43
Attachment #8430882 -
Flags: checked-in+
| Assignee | ||
Comment 3•11 years ago
|
||
[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
| Assignee | ||
Comment 4•11 years ago
|
||
[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
| Assignee | ||
Comment 5•11 years ago
|
||
it may take some time until all new instances get this change (by EOD for sure)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•11 years ago
|
||
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 → ---
| Assignee | ||
Comment 7•11 years ago
|
||
Attachment #8433066 -
Flags: review?(dustin)
Updated•11 years ago
|
Attachment #8433066 -
Flags: review?(dustin) → review+
| Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8433066 [details] [diff] [review]
notify.diff
remote: https://hg.mozilla.org/build/puppet/rev/55bc8b354f68
remote: https://hg.mozilla.org/build/puppet/rev/c88db647c406
Attachment #8433066 -
Flags: checked-in+
| Assignee | ||
Comment 9•11 years ago
|
||
This should be fixed now.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•