Bug 9816

Summary: Progress bar produces too much output
Product: [Retired] Red Hat Linux Reporter: Kjetil T. Homme <kjetilho>
Component: e2fsprogsAssignee: Florian La Roche <laroche>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-28 15:52:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kjetil T. Homme 2000-02-27 19:39:19 UTC
/etc/rc.d/rc.sysinit invokes fsck with -C by default.  If you are running
your server with a serial console (9600 bps is the industry standard), this
takes a _long_ time (like, half an hour!), since fsck updates the display
_way_ too often.

The workaround is of course to manually remove the -C from
/etc/rc.d/rc.sysinit.

Comment 1 Bill Nottingham 2000-02-28 15:52:59 UTC
Fixed in the latest initscripts packages - -C is not
used over serial console.