boot process gets weirdly interrupted when using scroll lock

deeptech71 at gmail.com deeptech71 at gmail.com
Wed May 19 19:36:59 UTC 2010


[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?


More information about the freebsd-hackers mailing list