From: Petter Reinholdtsen Date: Fri, 14 May 2010 20:39:37 +0000 (+0000) Subject: New entry. X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/commitdiff_plain/5f9f15d0490ca4700d3437a6a27bee34005a297d New entry. --- diff --git a/blog/data/2010-05-14-parallel-boot.txt b/blog/data/2010-05-14-parallel-boot.txt new file mode 100644 index 0000000000..de4412cfa1 --- /dev/null +++ b/blog/data/2010-05-14-parallel-boot.txt @@ -0,0 +1,28 @@ +Title: Parallellized boot is now the default in Debian/unstable +Tags: english, debian, debian-edu +Date: 2010-05-14 22:40 + +

Since this evening, parallel booting is the default in +Debian/unstable for machines where dependency based boot sequencing is +enabled. Apparently the testing of concurrent booting has been wider +than expected, if I am to believe the +input +on debian-devel@, and I concluded to move forward with the feature +now, to give us some time to detect any remaining problems before +Squeeze is frozen. If serious problems are detected, it is simple to +change the default back to sequential boot.

+ +More information about +dependency +based boot sequencing is available from the Debian wiki. It is +currently possible to disable parallel booting by adding this line to +/etc/default/rcS:

+ +
+CONCURRENCY=none
+
+ +

If you report any problems with dependencies in init.d scripts to +the BTS, please usertag the report to get it to show up at +the +list of usertagged bugs related to this.