Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 438740

Summary: sci-misc/boinc - start /etc/init.d/boinc later
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2012-10-17 20:13:12 UTC
There are few projects (climateprediction.net) and others, where each task has > 100 MB data to load after a (re-)start. For a multicore CPU with a slow disk this results in a significant slowdown of the boot process.

Whilst the overall boot time cannot be shortened of course, boinc should be started later (eg. let it depend on cron, mail or something else) to ensure, that the basic services are up and running earlier.
Comment 1 Toralf Förster gentoo-dev 2012-10-22 19:30:08 UTC
What I meant is to have a convenient configuration option for "--start_delay N", look here : https://boinc.berkeley.edu/wiki/Client_configuration
Comment 2 Toralf Förster gentoo-dev 2012-10-25 17:40:08 UTC
Furthermore during shutdown boinc should be stopped earlier - just to ensure, that even for system with slow disk all data are written (to avoid a hard kill of a  client process)
Comment 3 Toralf Förster gentoo-dev 2013-04-25 16:19:48 UTC
either fixed or invalid, but the /etc/conf.d/boinc file should have a line like
ARGS=""
which then could be easily expanded to
ARGS="--start_delay 120"

to point to this possibility.