Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
![]() |
World Community Grid Forums
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
No member browsing this thread |
Thread Status: Active Total posts in this thread: 42
|
![]() |
Author |
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
PPL, Can you check if you get the stderrgfx.txt file in the slots directory when you start the graphics for either faah or cep2? Seippel Hi Seippel. I checked a running cep slot dir and the only things with gfx in them was gfxlock & graphics_app. And I checked a running mcm task again and it only had the graphics_app, NO gfxlock file? f.y.i. I'm looking in the /var/lib/boinc-client/slots/#slot Hope it helps. |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Bump again!
|
||
|
seippel
Former World Community Grid Tech Joined: Apr 16, 2009 Post Count: 392 Status: Offline Project Badges: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
PPL,
It should be in the slots directory, but to be thorough, can you check if anything is output with this command? find /var/lib/boinc-client/ -name stderrgfx.txt -ls If this doesn't find any stderrgfx.txt files, can you go the main WCG webpage, scroll down to the bottom and click "contact us" and reference this thread? The next set of steps may be somewhat lengthy. Seippel |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hi Seippel.
I tried that this is what I got back, do I need to change something? peter@Intel-i7-2700K:~$ find /var/lib/boinc-client/ -name stderrgfx.txt -ls find: `/var/lib/boinc-client/.nv': Permission denied find: `/var/lib/boinc-client/projects': Permission denied find: `/var/lib/boinc-client/slots': Permission denied find: `/var/lib/boinc-client/notices': Permission denied I'll do the other contact thing as well I guess. |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Prefix your command with 'sudo' as common users don't have access rights to the boinc project folders. Suggest to reinstall from the ubuntu software center. That will reset permissions if that would be an issue and also makes sure the rights will proliferate down when slot folders are created. Doubt though that is the problem regarding the graphics absence. Graphics and science are separate programs in boinc, meaning the science will not crash if the graphics fails.
|
||
|
PMH_UK
Veteran Cruncher UK Joined: Apr 26, 2007 Post Count: 771 Status: Offline Project Badges: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Seippel,
----------------------------------------used sudo find /var/lib/boinc-client/ -name stderrgfx.txt -ls but found no files Had same as P.P.L. without sudo as permissions allow only owner(BOINC) and group access. Paul.
Paul.
|
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Bump again.
![]() |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hi Seippel.
----------------------------------------I got your e-mails, so it doesn't matter where or how I run the gxf app. Doesn't it have to be linked to a running task to get any info. Can you let me know all the steps/details for running it to get the info you want, just post here or e-mail me if you like. thanks. [Edit 1 times, last edit by Former Member at Jul 14, 2014 9:58:13 PM] |
||
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Hi.
Tried this in terminal got this, am I missing something? peter@Intel-i7-2700K:~$ cd MCMGFX peter@Intel-i7-2700K:~/MCMGFX$ gfx_graphics_9.9_i686-pc-linux-gnu gfx_graphics_9.9_i686-pc-linux-gnu: command not found peter@Intel-i7-2700K:~/MCMGFX$ I don't use the terminal much you might have guessed. ![]() |
||
|
seippel
Former World Community Grid Tech Joined: Apr 16, 2009 Post Count: 392 Status: Offline Project Badges: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
PPL,
Try: $cd MCMGFX $chmod 755 gfx_graphics_9.9_i686-pc-linux-gnu $./gfx_graphics_9.9_i686-pc-linux-gnu Seippel |
||
|
|
![]() |