StevenG said:im gettin an error saying the file isnt in gzip format
what have you done to it?StevenG said:GPU client is now taking 20 mins a frame is there any point keeping this going at this speed?
StevenG said:could you post some script on how to get this to run as a service (FAH i mean) am i being stupid or do you just configure it then type the service command?
your catching me upjoeyjojo said:Woot, 4 figure average! It doesn't fit on the sig!![]()
![]()
We're lucky indeed to have the stats sig machine![]()
Awww wow! Somebody ahead who actually posts! I'm climbing up the table at lastStevenG said:your catching me upyour name is in red... as with one other..
need to get this client working properly and then get my average back up where it belongs.. these horrible WU's have brought it right down![]()
Remind me nearer the time, thats if my score doesnt go back above yours in the meantime with this new client ??joeyjojo said:Awww wow! Somebody ahead who actually posts! I'm climbing up the table at last![]()
You've got 236 days![]()
SiriusB said:OK just ran all the commands and it worked fine for me. All I can think of is you don't have gzip installed.
You could try running sudo apt-get install gzip to see if you have it installed. If you don't it will install it
SiriusB
SiriusB said:Code:sudo apt-get install gzip
Then try gzip -dc wine.tar.gz | tar xf - again.
If that doesn't work try
Code:gunzip < wine.tar.gz | tar xf -