I think that few clients use AlmaLinux 9 with Directadmin, we are going for version 9.2 and still basic things of Directadmin continue to fail even though they say that it is supported.

When creating backup programs, from admin, the saved schedule message does not appear and the scheduled time is not executed, but if a backup schedule is manually executed, it does work. In the directadmin error log we see the following message:
If we create manually the "diradmin" cron file in "/var/spool/cron/" with:
does not run correctly either and we can see that the file it creates in "/usr/local/directadmin/data/task.queue.da" does so with an incorrect format:


When creating backup programs, from admin, the saved schedule message does not appear and the scheduled time is not executed, but if a backup schedule is manually executed, it does work. In the directadmin error log we see the following message:
Code:
2023:06:25-02:58:07: generateCrontab: Bad file descriptor
If we create manually the "diradmin" cron file in "/var/spool/cron/" with:
Code:
0 0 * * * umask 0077; echo "action=backup&id=1" >> '/usr/local/directadmin/data/task.queue.da'
0 12 * * * umask 0077; echo "action=backup&id=2" >> '/usr/local/directadmin/data/task.queue.da'
