Parallel Booting

Dave Jones davej at redhat.com
Fri Jul 6 18:25:20 UTC 2007


On Fri, Jul 06, 2007 at 06:18:04PM +0200, Harald Hoyer wrote:

 > With:
 > 
 > S12syslog
 > S13ip6tables
 > S13iptables
 > S14network
 > S25netfs
 > S26auditd
 > S26messagebus
 > S27setroubleshoot
 > S55sshd
 > S98haldaemon
 > S99local
 > 
 > /etc/rc.d/rc takes:
 > 8.5s in normal mode
 > 6s in parallel startup

This seems suspicious to me.
A lot of the above isn't really parallelisable (or shouldn't be).

network->ip[6]tables-> sshd|netfs should be serialised.
Also afaik, haldaemon can't start until messagebus has run
setroubleshoot is also serialising on auditd iirc.

So what's actually causing that 2s difference?
Is it possible that you just got a dhcp reply quicker the second time?

	Dave

-- 
http://www.codemonkey.org.uk




More information about the fedora-devel-list mailing list