NVid GPU not found till restart
Skip Guenter
sguenter at austin.rr.com
Mon Sep 13 15:38:43 UTC 2010
There was a bug for this out on launchpad but for reasons unknown most
of the bugs on launchpad are gone this morning! ????
Anyway, Krasu...
One option to get around this is to add a delay to the start() function
in the script /etc/init.d/boinc-client to allow gdm to get going before
boinc starts:
start()
{
log_begin_msg "Starting $DESC: $NAME"
if is_running; then
log_progress_msg "already running"
else
* sleep 5*
start-stop-daemon --start --quiet --background --pidfile $PIDFILE \
--make-pidfile --user $BOINC_USER --chuid $BOINC_USER \
--chdir $BOINC_DIR --exec $BOINC_CLIENT -- $BOINC_OPTS
fi
pkg-boinc-devel-request at lists.alioth.debian.org wrote:
> 3. Bug#596656: boinc-client: cannot find GPU (Krasu)
>
>
> ----------------------------------------------------------------------
>
>> ------------------------------
>>
>> Message: 3
>> Date: Mon, 13 Sep 2010 07:09:41 +0300
>> From: Krasu <ksquirrel.iv at gmail.com>
>> Subject: Bug#596656: boinc-client: cannot find GPU
>> To: Debian Bug Tracking System <submit at bugs.debian.org>
>> Message-ID: <20100913040941.7342.89520.reportbug at debian.Home>
>> Content-Type: text/plain; charset="UTF-8"
>>
>> Package: boinc-client
>> Version: 6.10.17+dfsg-3
>> Severity: important
>>
>> Sometimes BOINC cannot find nVidia GPU. I need to restart service manually,
>> then it finds it:
>>
>> # /etc/init.d/boinc-client restart
>>
>>
>
>
--
"A child's exposure to technology should never be predicated on an ability to afford it."
More information about the pkg-boinc-devel
mailing list