Originally posted by eyelikeart
I have it set to run at startup, but have had a few instances where my DSL connection failed & it got cut off. When that's happened, I go into terminal & type the "fold" command to bring it back up. Could this be the cause?
Originally posted by eyelikeart
I have it set to run at startup, but have had a few instances where my DSL connection failed & it got cut off. When that's happened, I go into terminal & type the "fold" command to bring it back up. Could this be the cause?
Originally posted by paulwhannel
The script might automatically do this after a certain period of time, resulting in the duplicate processes. Try letting it go the next time you get cut off, see if it doesn't start running again by itself eventually...
btw, if fold is the command to start folding, what's the command to stop? anyone know? i'm not very good with thise whole setup, i have it running as a background process but for some games (emulators mostly) it screws it up, so i'm forced to kill the process... which can't be good for it...
pnw
Originally posted by MrMacman
F@H folder don't mean a thing you had the 'app' running 3 times...
This is what I get when I do ratioOriginally posted by mc68k
u have 3 cores running-- the commands start OSX-3.2x which spawn the core(s) by themselves. the stop command stops OSX-3.2x which in turn kills the core(s). so the script only messes with the actual app and not the cores themselves.
so i'm thinking this isn't the fault of my scripts but something going awry with the program somewhere.
the crontab entry is prefixed with @reboot and is guaranteed to run only once. subsequent invokations of folding with an automated command should have one OSX... to every FAHCore... and in your case it's a 3:1 ratio.
to get a listing of commands for your version type alias at a terminal prompt and see what comes up. if i remember correctly i changed some of the commands between versions and i saw u had 3.24 running.
i'm not sure what running more than one core for one app does; so in the future if this problem recurs, i would kill anythjing to do with folding b4 restarting it again.
happy folding![]()
[Jeremiah-Bornemanns-Computer:~] jeremiahbornemann% alias
rid ~/.rid
start cd ~/F@H1; ./OSX-3.25 -local -advmethods&
stop killall OSX-3.25
work ~/.work
[Jeremiah-Bornemanns-Computer:~] jeremiahbornemann%
Originally posted by mc68k
so i'm thinking this isn't the fault of my scripts but something going awry with the program somewhere.