Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2010 21:09:40 +0200
From:      deeptech71@gmail.com
To:        Lucius Windschuh <lwindschuh@googlemail.com>, freebsd-hackers@freebsd.org
Subject:   Re: boot process gets weirdly interrupted when using scroll lock
Message-ID:  <4BF43774.4060303@gmail.com>

next in thread | raw e-mail | index | archive | help
[Topic moved away from freebsd-current as the problem doesn't seem to be 
-CURRENT-specific, and I think there's a larger crowd here :).]

This may give a hint. The following patch resolves the 60-second idling 
issue.
--- bgfuck	2010-05-19 20:23:50.000000000 +0200
+++ bgfsck	2010-05-19 20:23:40.000000000 +0200
@@ -34,7 +34,7 @@
  		check_startmsgs && echo "${bgfsck_msg}."
  	fi

-	(sleep ${background_fsck_delay}; nice -4 fsck -B -p) 2>&1 | \
+	(sleep 1; nice -4 fsck -B -p) 2>&1 | \
  	    logger -p daemon.notice -t fsck &
  }

So sleep is foregrounded or something?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BF43774.4060303>