Author

Topic: Braiins Os scheduler not working for me Antminer s9 (Read 36 times)

newbie
Activity: 6
Merit: 0
I have the following setup in the scheduler per the documents
*/1   *   *   *   *   /usr/sbin/logrotate /etc/logrotate.conf 2>&1 | logger -t logrotate
0   0   *   *   *   /usr/sbin/bos_upgrade_at 2>&1 | logger -t upgrade
0   9   *   *   *   /etc/init.d/bosminer stop && sed -i 's/^psu_power_limit = .*/psu_power_limit = 960/' /etc/bosminer.toml && /etc/init.d/bosminer start
0   2   *   *   *   /etc/init.d/bosminer stop && sed -i 's/^psu_power_limit = .*/psu_power_limit = 1280/' /etc/bosminer.toml && /etc/init.d/bosminer start

I submit this, then i restart device.

now- what happens is, I can change this time interval and I understand how, as this is just the example in the docs I am trying to learn and understand. When the time arrives, the event does stop the bosminer, and then it restarts it, but it doesn't change the power supply limit.  I am ready to learn and hopefully someone can guide me.
Jump to: