task.queue is not being processed

Same here, when I went through the above link, everything seems to be fine, so tried to manually start it:
/usr/local/directadmin/dataskq d80

Than this error occured:
fatal directadmin service is not running, refusing to run error=unable to get license info: Get "http://unix/license": dial unix /usr/local/directadmin/da-internal.sock: connect: no such file or directory

The server is licenced:
Valid UntilMon Jan 3 04:01:10 2022

What else can I try to get it working again?
 
Got it working after this:

killall -9 directadmin
service directadmin start
 
Back
Top