in the UI its under SYSTEM
change the /3 to /1
I must be be very thick this Morning, the clocks have just changed in the UK and we are back on GMT...
I am SSH in and am looking ate the directories but "in the UI its under SYSTEM" is not meaning anything to me. What is the path?
Unfortunately mine has just stooped again and after `10 Mins has not restarted so there must be another issue? However if I just reselect the frequency and save & Apply it restarts fine?
Thanks Rich
this is the easiest way to change it.
but the actual file is in /etc/crontabs/root
Thanks I have made the change & have another question?
If I look in the Cron Job there seem to be a number of instances looked for and then a message is echo'd
echo "Case C"
Is there a way to monitor these messages? (Please spell it out simply)
My R1 sometimes restarts and sometimes does not so would be good to see the messages?
Rich
if it just restarted cgminer from cron it would say in the system log.. but if the whole r1 rebooted it wouldnt show up in any logs.
looking at that script, case c and e are for if you didnt have internet and it came online.. (probably for when you first plug it in, cgminer hangs out until the network comes online)
case b is last known work.. so if you for some reason dont submit a share since the last time the script was ran it will restart cgminer ( this is prob why you want to keep it at 3 minutes, this also may be your problem.. if the worker difficulty is too high it might run the script and see no new shares) and case d is workers.. if there is less then 1 it restarts cgminer
nothing in that script will reboot the whole r1.. just restart cgminer..
you could just stop that script by temporarily putting a # in front of the line and seeing if cgminer doesnt restart.