Overclock.net banner

GPU Client Linux via WINE not working

639 Views 4 Replies 3 Participants Last post by  MAD_J
Code:
Code:
Run: exception thrown during GuardedRun
Network already in use.
[21:22:18] Run: exception thrown during GuardedRun
[21:22:18] Run: exception thrown in GuardedRun -- Gromacs cannot continue further.
[21:22:18] Going to send back what have done -- stepsTotalG=15000000
[21:22:18] Work fraction=0.0000 steps=15000000.
[21:22:18] Starting GUI Server
[21:22:22] logfile size=10418 infoLength=10418 edr=0 trr=23
[21:22:22] - Writing 10954 bytes of core data to disk...
[21:22:22] Done: 10442 -> 3848 (compressed to 36.8 percent)
[21:22:22]   ... Done.
[21:22:22] 
[21:22:22] [email protected] Core Shutdown: UNSTABLE_MACHINE
[21:22:25] CoreStatus = 7A (122)
[21:22:25] Sending work to server
[21:22:25] Project: 5768 (Run 2, Clone 161, Gen 1239)

[21:22:25] + Attempting to send results [December 5 21:22:25 UTC]
[21:22:25] + Results successfully sent
[21:22:25] Thank you for your contribution to [email protected]
Warning: Ignoring unknown arg 
[21:22:29] - Preparing to get new work unit...
[21:22:29] + Attempting to get work packet
[21:22:29] - Connecting to assignment server
[21:22:30] - Successful: assigned to (171.67.108.11).
[21:22:30] + News From [email protected]: Welcome to [email protected]
[21:22:30] Loaded queue successfully.
[21:22:31] + Closed connections
I'm using Ubuntu 8.04.3 on my server, and I can't seem to figure out what's happening. I followed this guide:

http://foldingforum.org/viewtopic.php?f=52&t=6793
See less See more
1 - 5 of 5 Posts
Code:
Code:
cd ~/fahgpu2 (or wherever the client is)
wget -O cudart.dll http://www.gpu2.twomurs.com/wrapper2ndgen/2.1/cudart.dll.so
rm -f nvcuda.dll
ln -s cudart.dll nvcuda.dll
Edit: Nevermind, the above didn't work, we're troubleshooting over IM.
  • Rep+
Reactions: 1
OP updated. I was able to get the client to run, but I know crash the client while getting this:

Code:
Code:
Run: exception thrown during GuardedRun
Network already in use.
[21:22:18] Run: exception thrown during GuardedRun
[21:22:18] Run: exception thrown in GuardedRun -- Gromacs cannot continue further.
[21:22:18] Going to send back what have done -- stepsTotalG=15000000
[21:22:18] Work fraction=0.0000 steps=15000000.
[21:22:18] Starting GUI Server
[21:22:22] logfile size=10418 infoLength=10418 edr=0 trr=23
[21:22:22] - Writing 10954 bytes of core data to disk...
[21:22:22] Done: 10442 -> 3848 (compressed to 36.8 percent)
[21:22:22]   ... Done.
[21:22:22] 
[21:22:22] [email protected] Core Shutdown: UNSTABLE_MACHINE
[21:22:25] CoreStatus = 7A (122)
[21:22:25] Sending work to server
[21:22:25] Project: 5768 (Run 2, Clone 161, Gen 1239)

[21:22:25] + Attempting to send results [December 5 21:22:25 UTC]
[21:22:25] + Results successfully sent
[21:22:25] Thank you for your contribution to [email protected]
Warning: Ignoring unknown arg 
[21:22:29] - Preparing to get new work unit...
[21:22:29] + Attempting to get work packet
[21:22:29] - Connecting to assignment server
[21:22:30] - Successful: assigned to (171.67.108.11).
[21:22:30] + News From [email protected]: Welcome to [email protected]
[21:22:30] Loaded queue successfully.
[21:22:31] + Closed connections
See less See more
Sorry for the double-post, but apparently it just decided to work all it's own. Thanks for the help ninja
.
See less See more
2
Quote:

Originally Posted by metallicamaster3 View Post
Sorry for the double-post, but apparently it just decided to work all it's own. Thanks for the help ninja
.
Nice Ubuntu ftw!
See less See more
1 - 5 of 5 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top