Bug 187505 - extra output during boot
Summary: extra output during boot
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 5
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-31 13:41 UTC by Roman Mäder
Modified: 2014-03-17 02:59 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-04-03 21:29:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Roman Mäder 2006-03-31 13:41:23 UTC
Description of problem: a suspected typo in init.d/netfs causes extra output
during booting.


Version-Release number of selected component (if applicable): initscripts-8.31.1-1


How reproducible: always, at boot


Steps to Reproduce:
1. reboot machine without "quiet" to watch the initscripts feedback on console
  
Actual results:
if no lvm volumes exist, prints "No volume groups found" and an extra newline


Expected results: no extra output


Additional info:
this is most likely a simple typo in init.d/netfs on the line:

		if /sbin/lvm.static vgscan > /dev/null 1>&1 ; then

I *assume* this should be "2>&1" to suppress things like "No volume groups
found" when booting.

Comment 1 Bill Nottingham 2006-04-03 21:29:36 UTC
Fixed in CVS, thanks!


Note You need to log in before you can comment on or make changes to this bug.