From e058c63a0afdbf7e77839d3394781018100cf573 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 22 Oct 2003 19:56:28 +0000 Subject: switch on rhgb details for confirm mode. (#100894) catch a couple more failure cases in rc.sysinit for jumping out of rhgb. --- rc.d/rc.sysinit | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 6fb71549..17548c74 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -219,6 +219,9 @@ fi if [ -f /forcefsck ] || strstr "$cmdline" forcefsck ; then fsckoptions="-f $fsckoptions" elif [ -f /.autofsck ]; then + if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then + chvt 1 + fi echo $"Your system appears to have shut down uncleanly" AUTOFSCK_TIMEOUT=5 [ -f /etc/sysconfig/autofsck ] && . /etc/sysconfig/autofsck @@ -489,6 +492,9 @@ if [ -f /etc/raidtab ]; then # A non-zero return means there were problems. if [ $rc -gt 0 ]; then + if [ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --ping ; then + chvt 1 + fi echo echo echo $"*** An error occurred during the RAID startup" -- cgit v1.2.1