"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 Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to