[Bug 587426] Re: No GPU found

Skip Guenter 587426 at bugs.launchpad.net
Sun Aug 1 19:46:27 UTC 2010


"Manual restart" must have left something running.  Sure sounds like
just need to

"sudo gedit /etc/init.d/boinc-client" and add the "sleep 5" command as
shown below:

.................
start()
{
  sleep 5
  log_begin_msg "Starting $DESC: $NAME"
  if is_running; then
.................

PS:  Use "sleep 9" if machine is slow getting thru gmd start or if you
wanna be really, really safe that it'll not start until after gdm for
remote, unattended reboots.  All my roughly stock installs of Xubuntu &
Ubuntu (v9.04 thru v10.04) on duals & quads suffice with "sleep 5" but a
friend I convinced to run BOINC had an old P4 that required "sleep 6".
His install of Ubuntu was more 'customized' than mine and ran more
"server" apps at start up so I suspect that was the reason.

-- 
No GPU found
https://bugs.launchpad.net/bugs/587426
You received this bug notification because you are a member of Debian
BOINC Maintainers, which is subscribed to boinc in ubuntu.



More information about the pkg-boinc-devel mailing list