Message boards : Graphics cards (GPUs) : GPU missing
Author | Message |
---|---|
GPU is missing from the hosts_user page. How do I fix this? WUs were working until I upgraded from 17.1 to 17.2. O/S sees the GPUs, but your web page does not. | |
ID: 41868 | Rating: 0 | rate: / Reply Quote | |
The web page shows what the BOINC manager reports, so the BOINC manager can't detect your GPU. Check the first 30 lines of the BOINC manager's log at startup. I'm not a Linux expert, but perhaps you should update the BOINC manager to 7.6.9, and the NVidia drivers. | |
ID: 41869 | Rating: 0 | rate: / Reply Quote | |
Highlander, | |
ID: 41871 | Rating: 0 | rate: / Reply Quote | |
Gentlemen...thanks for the replies. sudo service boinc-client restart No joy. How do I implement the delay in the BOINC startup script. What code and what filename? I installed Boinc via Synaptic Package Manager. If I need to install other NVidia drivers, please provide the URL. Card-1: NVIDIA GK104 [GeForce GTX 680] bus-ID: 04:00.0 Card-2: NVIDIA GK107 [GeForce GTX 650] bus-ID: 05:00.0 | |
ID: 41876 | Rating: 0 | rate: / Reply Quote | |
Highlander, start() { log_begin_msg "Starting $DESC: $NAME" if is_running; then log_progress_msg "already running" else if [ -n "$DISPLAY" -a -x /usr/bin/xhost ]; then # grant the boinc client to perform GPU computing xhost local:boinc || echo -n "xhost error ignored, GPU computing may not be possible" fi sleep 6 if [ -n "$VALGRIND_OPTIONS" ]; then start-stop-daemon --start --quiet --background --pidfile $PIDFILE \ --make-pidfile --user $BOINC_USER --chuid $BOINC_USER \ --chdir $BOINC_DIR --exec /usr/bin/valgrind -- $VALGRIND_OPTIONS $BOINC_CLIENT $BOINC_OPTS else 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 The "sleep 6" command will cause the startup script to pause for 6 seconds before loading the BOINC software. Again, these instructions are for Ubuntu so they might need some adaptation for Mint. Hope that helps, if you continue to have issues, let us know and we can try something else. | |
ID: 41878 | Rating: 0 | rate: / Reply Quote | |
I downloaded... start() { sleep 10 log_begin_msg "Starting $DESC: $NAME" if is_running; then log_progress_msg "already running" else if [ -n "$DISPLAY" -a -x /usr/bin/xhost ]; then # grant the boinc client to perform GPU computing xhost local:boinc || echo -n "xhost error ignored, GPU computing may not be possible" fi if [ -n "$VALGRIND_OPTIONS" ]; then start-stop-daemon --start --quiet --background --pidfile $PIDFILE \ --make-pidfile --user $BOINC_USER --chuid $BOINC_USER \ --chdir $BOINC_DIR --exec /usr/bin/valgrind -- $VALGRIND_OPTIONS $BOINC_CLIENT $BOINC_OPTS else 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 fi log_end_msg 0 if [ "$SCHEDULE" = "1" ]; then schedule fi } | |
ID: 41879 | Rating: 0 | rate: / Reply Quote | |
I found I needed to preface the filename with "sh". ERROR: You appear to be running an X server; please exit X before I found http://us.download.nvidia.com/XFree86/Linux-x86_64/304.128/README/installdriver.html Here I ran into a wall. It says "exit the X server and terminate all OpenGL applications". That is as clear as mud. As for the Boinc Manager, I just checked. The Linux version for manual downloading is the same version as I downloaded via Synaptic. Let's hope the driver produces some good results as soon as I can get directions for exiting X. | |
ID: 41880 | Rating: 0 | rate: / Reply Quote | |
Highlander, | |
ID: 41881 | Rating: 0 | rate: / Reply Quote | |
Couldn't do anything with the EXIT X. | |
ID: 41883 | Rating: 0 | rate: / Reply Quote | |
Any ideas as to why the WUs are not being downloaded? I've tried Updating, but no joy. That's because there are 0 unsent workunits in both queues. See the server status page. Check the event log of you BOINC manager. You should see something like this: 23/09/2015 00:35:49 | GPUGRID | Sending scheduler request: To fetch work.
23/09/2015 00:35:49 | GPUGRID | Requesting new tasks for NVIDIA GPU
23/09/2015 00:35:53 | GPUGRID | Scheduler request completed: got 0 new tasks
23/09/2015 00:35:53 | GPUGRID | No tasks sent
23/09/2015 00:35:53 | GPUGRID | No tasks are available for Long runs (8-12 hours on fastest card)
23/09/2015 00:35:53 | GPUGRID | Project has no tasks available | |
ID: 41885 | Rating: 0 | rate: / Reply Quote | |
Thanks Zoltan | |
ID: 41886 | Rating: 0 | rate: / Reply Quote | |
I'm hoping we have fixed this issue. I think so. When the WUs return, I post if I don't get any. Until then, you can add another GPU project with 0 resource share (you can set it on the project's homepage). The 0 resource share make the BOINC manager to download tasks only when there are no tasks available from projects with above 0 resource share. If it pulls work from these 'backup' projects, we can be sure that your issue is fixed. | |
ID: 41887 | Rating: 0 | rate: / Reply Quote | |
Thanks. That never occurred to me. I got Milkyway WUs running now. Setting its resource share to 0 makes sense now that I think of it. Thanks again. | |
ID: 41888 | Rating: 0 | rate: / Reply Quote | |
If I understand this right, when the GPUGrid WUs hit 0 again or if the server dies, then Milkyway will automatically kick in until GPUGrid resurfaces at which time Milkyway go back to sleep so the speak. | |
ID: 41890 | Rating: 0 | rate: / Reply Quote | |
If I understand this right, when the GPUGrid WUs hit 0 again or if the server dies, then Milkyway will automatically kick in until GPUGrid resurfaces at which time Milkyway go back to sleep so the speak. That's right. It will ask your main project's servers for work every time it finishes a workunit from your backup project, and never pull down more than one workunit (per GPU) from the backup project. I can use this idea with my Win7 (AMD GPU) PC. The Collatz server is always dying. It's independent of OS, and/or project. The only limitation is that you have to use a fairly recent BOINC manager (I don't remember the exact version number). | |
ID: 41892 | Rating: 0 | rate: / Reply Quote | |
I see the ACEMD short and ACEMD long runs now have unsent WUs available, however I can not get any downloaded to my Linuxmint PC. | |
ID: 41916 | Rating: 0 | rate: / Reply Quote | |
I've decided to run Collatz Conjecture WUs. Their GPU WUs work. | |
ID: 41937 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : GPU missing