Project

General

Profile

Bug #2480

Updated by François ARMAND about 9 years ago

I have a script: 
 <pre> 
 # ls -lh /root/ 
 -rwxrw---- 1 root root    596 18 avril 12:57 myOwnScript.sh 
 </pre> 

 And I want it to be executed between 12a.m and 01a.m, so A directive Policy Instance from JobScheduler has been created. A Configuration Rules has been made including the directive PI but the complience stuck with 0% in an *Unknown* state. 

 It seems that the job is never executed and the Technical Logs on the node only reports _log_info_: 
 <pre>The command will be run at a random time after 0:00 on this node (/root/myOwnScript.sh)</pre> 

Back