[Bug 565293] New: invalid command syntax in /etc/init.d/boot.md
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c0 Summary: invalid command syntax in /etc/init.d/boot.md Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: All OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: manfred99@gmx.ch QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Opera/9.80 (X11; Linux x86_64; U; de) Presto/2.2.15 Version/10.10 /etc/init.d/boot.md:113: [ ! -f /proc/mdstat -a -x /sbin/modprobe ] && /sbin/modprobe -k md_mod 2>&1 | : # /sbin/modprobe -k md_mod /sbin/modprobe: invalid option -- 'k' Usage: /sbin/modprobe [-v] [-V] [-C config-file] [-d <dirname> ] [-n] [-i] [-q] [-b] [-o <modname>] [ --dump-modversions ] <modname> [parameters...] /sbin/modprobe -r [-n] [-i] [-v] <modulename> ... /sbin/modprobe -l -t <dirname> [ -a <modulename> ...] Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c1 --- Comment #1 from Manfred Schwarb <manfred99@gmx.ch> 2009-12-16 21:56:57 UTC --- should probably be: [ ! -f /proc/mdstat -a -x /sbin/modprobe ] && /sbin/modprobe -q md_mod without the redirection and pipe stunts -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |mmarek@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c2 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED --- Comment #2 from Michal Marek <mmarek@novell.com> 2009-12-18 12:16:37 UTC --- Good catch. modprobe -k actually used to a valid option in modutils (although a stupid one), but module-init-tools never implemented it (it was a noop). I think it was even me who dropped the -k handling recently :). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c3 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Michal Marek <mmarek@novell.com> 2010-01-15 16:44:49 UTC --- fixed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c4 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jengelh@medozas.de --- Comment #4 from Michal Marek <mmarek@novell.com> 2010-05-30 20:53:19 UTC --- *** Bug 606202 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=606202 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c5 --- Comment #5 from Jan Engelhardt <jengelh@medozas.de> 2010-06-04 06:58:23 UTC --- Update rpm for 11.2? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c6 --- Comment #6 from Michal Marek <mmarek@novell.com> 2010-06-04 07:08:24 UTC --- Does the script actually break with md built as module? I haven't tried it, but it should load later via the block-major-9-* alias. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c7 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from Jan Engelhardt <jengelh@medozas.de> 2010-06-04 07:42:50 UTC --- Yes. ls: cannot access /dev/md1: No such file or directory As there is no /dev/md1 around, /etc/init.d/boot.localfs can't do its job of mounting /dev/md1 /home ext4 defaults 0 0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c8 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #8 from Michal Marek <mmarek@novell.com> 2010-06-04 07:59:00 UTC --- I see, the script has [ -f /proc/mdstat ] || _rc_exit 5 "... no MD support in kernel " right at the next line :(. Maintenance, /etc/init.d/boot.md breaks with a custom kernel that has md-mod as module. Can I do an update? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c9 Magnus Boman <captain.magnus@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |captain.magnus@opensuse.org --- Comment #9 from Magnus Boman <captain.magnus@opensuse.org> 2010-06-06 20:18:16 UTC --- Looks innocent enough. +1 for an update -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c10 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:33815:low --- Comment #10 from Swamp Workflow Management <swamp@suse.com> 2010-06-07 11:50:16 UTC --- The SWAMPID for this issue is 33815. This issue was rated as low. Please submit fixed packages as soon as possible. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/33815 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c11 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED CC| |cdengler@novell.com InfoProvider|maintenance@opensuse.org | --- Comment #11 from Christian Dengler <cdengler@novell.com> 2010-06-07 11:53:31 UTC --- update process started... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c12 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |mmarek@novell.com --- Comment #12 from Dirk Mueller <dmueller@novell.com> 2010-08-12 13:07:11 CEST --- Michal, whats the status here? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c13 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|mmarek@novell.com | Resolution| |FIXED --- Comment #13 from Michal Marek <mmarek@novell.com> 2010-08-12 12:41:33 UTC --- Request #45479: submit: home:michal-m:branches:openSUSE:11.2:Update:Test/mdadm(r2)(cleanup) -> openSUSE:11.2:Update:Test/mdadm Message: - fix modprobe invocation in boot.md (bnc#565293). Patchinfo is also submitted. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c14 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:33815:low |maint:running:33815:low | |maint:released:11.2:35130 --- Comment #14 from Swamp Workflow Management <swamp@suse.com> 2010-08-16 11:21:07 UTC --- Update released for: mdadm, mdadm-debuginfo, mdadm-debugsource Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:33815:low |maint:released:11.2:35130 |maint:released:11.2:35130 | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=565293 http://bugzilla.novell.com/show_bug.cgi?id=565293#c15 --- Comment #15 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (565293) was mentioned in https://build.opensuse.org/request/show/45479 11.2:Test / mdadm -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com