CronJobs don't run in TrueNAS Core 12.4?

Gaure

Cadet
Joined
Jul 8, 2021
Messages
1
Hi,

since the update from 12.3 to 12.4 my CroneJobs don't work any more. Where the are some changes or a bug?
I should mentation that i didn't update. I did a reinstall. But i'm sure with the commands i set in 12.3.

I run some simple code to spin down the fans of a Supermicro Superstorage X11 during office time using ipmitool.
The commands worked perfect executed as "root" in the shell or manually executed from the TrueNAS CronJob command UI.

Example of code i successful executed in 12.3:
Code:
ipmitool raw 0x30 0x70 0x66 0x01 0x00 0x22

Code:
ipmitool raw 0x30 0x70 0x66 0x01 0x01 0x44

Code:
ipmitool raw 0x30 0x45 0x01 0x01


I also tried to use fullpath of ipmitool in the command.
Also connecting to ipmi over IP with user and password like in this example:
Code:
 /usr/local/bin/ipmitool -I lan -H ADMIN -p password raw 0x30 0x70 0x66 0x01 0x01 0x44


In the crone files under config, i couldn't find my UI commands, like they are not set by the UI.

Thank you for some help.
 
Top