Prev: merge alternate pages from two PDF files in to one
Next: FW: Parallellizing the boot in Debian Squeeze - ready for wider testing
From: Andrei Popescu on 6 May 2010 16:20 ----- Forwarded message from Petter Reinholdtsen <pere(a)hungry.com> ----- Date: Thu, 06 May 2010 21:11:56 +0200 From: Petter Reinholdtsen <pere(a)hungry.com> To: debian-devel(a)lists.debian.org Subject: Parallellizing the boot in Debian Squeeze - ready for wider testing Organization: University of Oslo, Norway User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) These days, the init.d script dependencies in Squeeze are quite complete, so complete that it is actually possible to run all the init.d scripts in parallell based on these dependencies. If you want to test your Squeeze system, make sure dependency based boot sequencing is enabled, and add this line to /etc/default/rcS: CONCURRENCY=makefile That is it. It will cause sysv-rc to use the startpar tool to run scripts in parallel using the dependency information stored in /etc/init.d/.depend.boot, /etc/init.d/.depend.start and /etc/init.d/.depend.stop to order the scripts. Startpar is configured to try to start the kdm and gdm scripts as early as possible, and will start the facilities required by kdm or gdm as early as possible to make this happen. Give it a try, and see if you like the result. If some services fail to start properly, it is most likely because they have incomplete init.d script dependencies in their startup script (or some of their dependent scripts have incomplete dependencies). Report bugs and get the package maintainers to fix it. :) Running scripts in parallel could be the default in Debian when we manage to get the init.d script dependencies complete and correct. I expect we will get there in Squeeze+1, if we get manage to test and fix the remaining issues. 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 <URL: http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=initscripts-ng-devel(a)lists.alioth.debian.org >. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/2fl7hng6e0z.fsf(a)login1.uio.no ----- End forwarded message ----- -- Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic |