[Bug 373675] [NEW] boot-process slow down

Rumpeltux fritsch+launchpad.net at in.tum.de
Fri May 8 12:31:25 UTC 2009


Public bug reported:

Binary package hint: virtualbox-ose

The vbox init script slows down the boot-process by more than 3 seconds.
This is due to a find being executed on the filesystem that causes heavy
disc io-waits.

The line for it is:
  if ! find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv; the

which I replaced by the following to have a quicker boot-time:
  if ! [ -f /lib/modules/`uname -r`/updates/dkms/vboxdrv.ko ]; then

Even if the location is not that static, a call to find should be avoided in order to not impair boot-times.
This also affects the virtualbox-2.0 package.

** Affects: virtualbox-ose (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: boot-performance

-- 
boot-process slow down
https://bugs.launchpad.net/bugs/373675
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list