https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c0
Summary: systemd: /etc/sysconfig/kernel: MODULES_LOADED_ON_BOOT="snd-mixer-oss" --> IGNORED Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: x86 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: madworm_de.novell@spitzenpfeil.org QAContact: qa@suse.de Found By: --- Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0
I need snd-mixer-oss loaded to make 'tvtime' happy.
So I added "snd-mixer-oss" to MODULES_LOAD_ON_BOOT of '/etc/sysconfig/kernel', made sure it is activated (yast runlevel), but using systemd it is not executed at all. Gone back to sysvinit-init and it works.
Reproducible: Always
Steps to Reproduce: 1. add module to MODULES_LOAD_ON_BOOT 2. reboot 3. Actual Results: module not loaded on boot
Expected Results: module loaded on boot
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c1
Tom Harms th260@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |th260@gmx.de
--- Comment #1 from Tom Harms th260@gmx.de 2011-11-24 20:50:27 UTC --- I have the same issue, I want to load the lp module, which is needed to print via LPT1.
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c
Christian Boltz suse-beta@cboltz.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de AssignedTo|bnc-team-screening@forge.pr |fcrozat@suse.com |ovo.novell.com |
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c2
--- Comment #2 from Frederic Crozat fcrozat@suse.com 2011-11-29 13:18:09 UTC --- this bug is supposed to be fixed since Oct 12 (bnc#721662).
does running manually as root : /lib/systemd/systemd-modules-load loads the modules ?
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c3
--- Comment #3 from Tom Harms th260@gmx.de 2011-11-29 18:30:50 UTC --- (In reply to comment #2)
this bug is supposed to be fixed since Oct 12 (bnc#721662).
does running manually as root : /lib/systemd/systemd-modules-load loads the modules ?
No, it does NOT.
Only modprobe lp works.
CU Tom
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c4
Frederic Crozat fcrozat@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |th260@gmx.de
--- Comment #4 from Frederic Crozat fcrozat@suse.com 2011-11-30 08:55:35 UTC --- could you attach /etc/sysconfig/kernel and run strace -o /tmp/modules-trace.log -f -F /lib/systemd/systemd-module-load
and attach /tmp/modules-trace.log
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c5
--- Comment #5 from Tom Harms th260@gmx.de 2011-11-30 19:54:13 UTC --- I'm sorry, I have to correct my Comment 3.
running /lib/systemd/systemd-modules-load as root does load the lp module. I suppose I deleted "lp" as parameter for MODULES_LOADED_ON_BOOT in /etc/sysconf/kernel.
Thanx Tom
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c6
--- Comment #6 from Frederic Crozat fcrozat@suse.com 2011-12-01 12:24:58 UTC --- so, could you retest after rebooting and not starting /lib/systemd/systemd-modules-load manually ?
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c7
--- Comment #7 from Tom Harms th260@gmx.de 2011-12-01 16:41:50 UTC --- (In reply to comment #6)
so, could you retest after rebooting and not starting /lib/systemd/systemd-modules-load manually ?
Ok, starting with systemd and /etc/sysconf/kernel containing MODULES_LOADED_ON_BOOT="lp".
lsmod shows no lp --> parport 46528 2 ppdev,parport_pc
after performing: /lib/systemd/systemd-modules-load
lsmod shows: parport 46528 3 lp,ppdev,parport_pc
Thanx for your efforts Tom
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c8
--- Comment #8 from Frederic Crozat fcrozat@suse.com 2011-12-01 17:09:12 UTC --- could you give systemctl status systemd-modules-load.service output ?
I think I know why it doesn't work, I just need a confirmation with your output.
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c9
--- Comment #9 from Tom Harms th260@gmx.de 2011-12-02 15:22:35 UTC --- Ok, here comes the output:
systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static) Active: inactive (dead) start condition failed at Fri, 02 Dec 2011 16:06:44 +0100; 9min ago CGroup: name=systemd:/system/systemd-modules-load.service
Thanx Tom
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c10
Frederic Crozat fcrozat@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|th260@gmx.de |
--- Comment #10 from Frederic Crozat fcrozat@suse.com 2011-12-02 15:36:43 UTC --- ok, as expected, there is a precondition which is not set when only /etc/sysconfig/kernel is set, so /lib/systemd/system/systemd-modules-load.service is not started.
I'll fix that.
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c11
Frederic Crozat fcrozat@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |maintenance@opensuse.org
--- Comment #11 from Frederic Crozat fcrozat@suse.com 2011-12-09 14:42:25 UTC --- sr 96122 pushed to openSUSE:12.1:Update:Test requesting maintenance update for 12.1
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c12
--- Comment #12 from Bernhard Wiedemann bwiedemann@suse.com 2011-12-09 16:00:57 CET --- This is an autogenerated message for OBS integration: This bug (732041) was mentioned in https://build.opensuse.org/request/show/96122 12.1 / systemd https://build.opensuse.org/request/show/96125 Factory / systemd
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c13
--- Comment #13 from Bernhard Wiedemann bwiedemann@suse.com 2011-12-09 19:00:50 CET --- This is an autogenerated message for OBS integration: This bug (732041) was mentioned in https://build.opensuse.org/request/show/96193 Factory / systemd
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c14
--- Comment #14 from Bernhard Wiedemann bwiedemann@suse.com 2011-12-12 18:01:04 CET --- This is an autogenerated message for OBS integration: This bug (732041) was mentioned in https://build.opensuse.org/request/show/96377 12.1 / systemd
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c16
Cristian Rodríguez crrodriguez@opensuse.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |crrodriguez@opensuse.org Resolution| |FIXED
--- Comment #16 from Cristian Rodríguez crrodriguez@opensuse.org 2011-12-17 11:29:15 CLST --- fixed
https://bugzilla.novell.com/show_bug.cgi?id=732041
https://bugzilla.novell.com/show_bug.cgi?id=732041#c17
--- Comment #17 from Frederic Crozat fcrozat@suse.com 2012-01-04 09:26:58 UTC --- Maintenance update has been released for 12.1