|
Bugzilla – Full Text Bug Listing |
| Summary: | systemd: /etc/sysconfig/kernel: MODULES_LOADED_ON_BOOT="snd-mixer-oss" --> IGNORED | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | robert spitzenpfeil <rs.opensuse> |
| Component: | Basesystem | Assignee: | Frederic Crozat <fcrozat> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | crrodriguez, cus, suse-beta, th260 |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
robert spitzenpfeil
2011-11-22 13:59:19 UTC
I have the same issue, I want to load the lp module, which is needed to print via LPT1. 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 ? (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 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 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 so, could you retest after rebooting and not starting /lib/systemd/systemd-modules-load manually ? (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 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. 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 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. sr 96122 pushed to openSUSE:12.1:Update:Test requesting maintenance update for 12.1 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 This is an autogenerated message for OBS integration: This bug (732041) was mentioned in https://build.opensuse.org/request/show/96193 Factory / systemd This is an autogenerated message for OBS integration: This bug (732041) was mentioned in https://build.opensuse.org/request/show/96377 12.1 / systemd fixed Maintenance update has been released for 12.1 |