Page 1 of 1

spitter folding for Legit Reviews? I hope so!

Posted: Thu Jun 03, 2010 11:54 pm
by vbironchef
What's up? I hope you didn't turn into a Wifuzzy. I hope you can fold some more. Please give us a update.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Fri Jun 04, 2010 3:54 pm
by geokilla
vbironchef wrote:What's up? I hope you didn't turn into a Wifuzzy. I hope you can fold some more. Please give us a update.
Wifuzzy completed disappeared from the Internet radar... Last I talked to him via PM, he said he'd keep at least the Phenom II he won folding for Legit Reviews. This was a long time ago too!

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sat Jun 05, 2010 12:47 am
by spitter
I'm folding, working on the last i7 I can afford to run. Trying to make more folding friends. No worries.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sat Jun 05, 2010 11:03 am
by vbironchef
Made a big mistake last night. Was cleaning my rig and turned off my rig by mistake and lost 98% of a bigadv work unit #-o

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sat Jun 05, 2010 8:50 pm
by spitter
It's been a rough month for me, lost about 10 days of folding because of the new a3 bigadv wu, all seemed to crash and burn about 2 days into them. Oh, and have lost about 4 completed bigadv wu in the past.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sat Jun 05, 2010 9:18 pm
by geokilla
vbironchef wrote:Made a big mistake last night. Was cleaning my rig and turned off my rig by mistake and lost 98% of a bigadv work unit #-o
You don't have your client set to automatically backup your WU? I believe there's a way to do that. This is assuming you're using Linuxrouter's build.
spitter wrote:It's been a rough month for me, lost about 10 days of folding because of the new a3 bigadv wu, all seemed to crash and burn about 2 days into them. Oh, and have lost about 4 completed bigadv wu in the past.
What projects? Some people are getting problems on A3 -bigadv folding as well. They're considerably slower too and give less PPD. There's more info on this on the F@H Support Forum

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sat Jun 05, 2010 10:43 pm
by spitter
geokilla wrote: What projects? Some people are getting problems on A3 -bigadv folding as well. They're considerably slower too and give less PPD. There's more info on this on the F@H Support Forum
http://foldingforum.org/viewtopic.php?f=55&t=14771

Yep getting all those errors.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sun Jun 06, 2010 6:53 am
by KnightRid
I have had storms rolling through that keeps cutting my power. My UPS on the core i7 has a bad battery and every time it shuts off the work unit is hosed and it gets another one :( Happened to at least 2 units so far!

I don't think I have had any of the errors running in the VM so far.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sun Jun 06, 2010 12:10 pm
by spitter
KnightRid wrote:I have had storms rolling through that keeps cutting my power. My UPS on the core i7 has a bad battery and every time it shuts off the work unit is hosed and it gets another one :( Happened to at least 2 units so far!

I don't think I have had any of the errors running in the VM so far.
Dam, you jinxed me, had a minor blackout just 5 miutes ago, lost both wu, about another 4 days of folding.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sun Jun 06, 2010 3:55 pm
by geokilla
Don't you guys ever backup the WU..

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sun Jun 06, 2010 7:28 pm
by Vectrexer
Really! Even something as crappy as this can save yer butt.

I know it's not pretty, but it works.

Create a cmd script file. Then add the cmd script into the Schedule in the Control Panel.

cls
c:

IF NOT EXIST "\\192.168.196.131\fah\client.cfg" GOTO EOF:

:STATEDIR
if exist "C:\STATE\" GOTO VMWAREDIR
mkdir C:\STATE

:VMWAREDIR
if exist "C:\STATE\VMWARE\" GOTO DIR1
mkdir C:\STATE\VMWARE

cd C:\STATE\VMWARE\

:DIR1
if exist "C:\STATE\VMWARE\1" GOTO DIR2
mkdir C:\STATE\VMWARE\1

:DIR2
if exist "C:\STATE\VMWARE\2" GOTO DIR3
mkdir C:\STATE\VMWARE\2

:DIR3
if exist "C:\STATE\VMWARE\3" GOTO DIR4
mkdir C:\STATE\VMWARE\3

:DIR4
if exist "C:\STATE\VMWARE\4" GOTO DIR5
mkdir C:\STATE\VMWARE\4

:DIR5
if exist "C:\STATE\VMWARE\5" GOTO SYNC
mkdir C:\STATE\VMWARE\5

:SYNC
c:
cd C:\STATE\VMWARE\
del /S /Q /F C:\STATE\VMWARE\5\*.*
rmdir /S /Q C:\STATE\VMWARE\5\
mkdir C:\STATE\VMWARE\5
move C:\STATE\VMWARE\4\*.* C:\STATE\VMWARE\5
move C:\STATE\VMWARE\4\work C:\STATE\VMWARE\5\work
move C:\STATE\VMWARE\4\langouste3-doc C:\STATE\VMWARE\5\langouste3-doc


c:
cd C:\STATE\VMWARE\4
move C:\STATE\VMWARE\3\*.* C:\STATE\VMWARE\4
move C:\STATE\VMWARE\3\work C:\STATE\VMWARE\4\work
move C:\STATE\VMWARE\3\langouste3-doc C:\STATE\VMWARE\4\langouste3-doc


c:
cd C:\STATE\VMWARE\3
move C:\STATE\VMWARE\2\*.* C:\STATE\VMWARE\3
move C:\STATE\VMWARE\2\work C:\STATE\VMWARE\3\work
move C:\STATE\VMWARE\2\langouste3-doc C:\STATE\VMWARE\3\langouste3-doc


c:
cd C:\STATE\VMWARE\2
move C:\STATE\VMWARE\1\*.* C:\STATE\VMWARE\2
move C:\STATE\VMWARE\1\work C:\STATE\VMWARE\2\work
move C:\STATE\VMWARE\1\langouste3-doc C:\STATE\VMWARE\2\langouste3-doc


c:
cd C:\STATE\VMWARE\1
Xcopy /S /C /H /R /E /Y \\192.168.196.129\fah\*.* C:\STATE\VMWARE\1\

cd ..

Re: spitter folding for Legit Reviews? I hope so!

Posted: Mon Jun 07, 2010 12:43 pm
by spitter
OK, so I made the bat file, now to figure out locations, Thanks Vectrexer....... I will make use of it.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Tue Jun 08, 2010 6:27 am
by KnightRid
geokilla wrote:Don't you guys ever backup the WU..
nope - it should do it automatically if it was a good program ;)

Re: spitter folding for Legit Reviews? I hope so!

Posted: Tue Jun 08, 2010 2:43 pm
by geokilla
KnightRid wrote:
geokilla wrote:Don't you guys ever backup the WU..
nope - it should do it automatically if it was a good program ;)
It should automatically backup the WU. I haven't used Linuxrouter's image in a long time so I don't remember, but I remember it does backup at somepoint of folding.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Wed Jun 09, 2010 7:33 am
by KnightRid
geokilla wrote:
KnightRid wrote:
geokilla wrote:Don't you guys ever backup the WU..
nope - it should do it automatically if it was a good program ;)
It should automatically backup the WU. I haven't used Linuxrouter's image in a long time so I don't remember, but I remember it does backup at somepoint of folding.
It does to a point, but for some reason the bigadv units in my VM get lost every time there is a power outage or a computer error. If I manually close it, they are usually fine.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Wed Jun 09, 2010 8:10 am
by vbironchef
+1

Re: spitter folding for Legit Reviews? I hope so!

Posted: Wed Jun 09, 2010 9:29 pm
by spitter
KnightRid wrote:
geokilla wrote:
KnightRid wrote:
nope - it should do it automatically if it was a good program ;)
It should automatically backup the WU. I haven't used Linuxrouter's image in a long time so I don't remember, but I remember it does backup at somepoint of folding.
It does to a point, but for some reason the bigadv units in my VM get lost every time there is a power outage or a computer error. If I manually close it, they are usually fine.
For me a2s, I never lose them, if i don't close it out, no big deal the check point system will recover the work. A3s on the other hand, they run 2 days straight and crash in the middle of the night and lose everything. One machine will blue screen and I wake up to the log in screen............ the other will keep running but vmware will quit during the night and when it gets restarted it will have a core error.

Re: spitter folding for Legit Reviews? I hope so!

Posted: Sat Jun 12, 2010 10:38 am
by spitter
Well, I got a new a3 bigadv core and did the reset test on in, it failed at default motherboard settings (nothing overclocked) with an unstable machine error. The code is bad, there is no reason to back up the data because the data is bad.