All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lincoln Dale <ltd@cisco.com>
To: Avi Kivity <avi@argo.co.il>
Cc: Andrew Morton <akpm@osdl.org>,
	bert hubert <bert.hubert@netherlabs.nl>,
	linux-kernel@vger.kernel.org
Subject: Re: fastboot, diskstat
Date: Fri, 22 Jul 2005 18:50:47 +1000	[thread overview]
Message-ID: <42E0B367.2060702@cisco.com> (raw)
In-Reply-To: <42E09DC1.90602@argo.co.il>

Avi Kivity wrote:

> parallelized initscripts will probably defeat this, though.
>
put all run-once-but-never-run-again scripts into initrd / initramfs?  
<evil grin>
boot into a suspend-to-disk image?

i still see the real solution at least for "desktop" machines is to 
minimize the sheer amount of stuff loaded in the rc scripts.
at least for my use-every-day laptop (IBM T42), i've literally halved 
the startup time by being savvy about what services are started and in 
many cases not starting things until a few minutes after i've logged in.

for example, making use of NetworkManager sorts out a lot of the delay 
associated with dhcp and roaming WiFi connections - so there are no 
start-on-boot network kruft.
likewise, as a desktop its completely academic if sendmail starts at T+0 
seconds or T+2 minutes.
same for sshd/cups/httpd/ntpd et al.

of what does run, you CAN run it in parallel & hopefully get some sense 
out of the elevator being intelligent.


cheers,

lincoln.

  reply	other threads:[~2005-07-22  8:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-22  3:41 fastboot, diskstat bert hubert
2005-07-22  4:47 ` Andrew Morton
2005-07-22  7:18   ` Avi Kivity
2005-07-22  8:50     ` Lincoln Dale [this message]
2005-07-22  7:16 ` Andre Eisenbach
2005-07-22  9:31   ` Jan Engelhardt
2005-07-22 18:36   ` Diego Calleja

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42E0B367.2060702@cisco.com \
    --to=ltd@cisco.com \
    --cc=akpm@osdl.org \
    --cc=avi@argo.co.il \
    --cc=bert.hubert@netherlabs.nl \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.