fatal directadmin service is not running, refusing to run error=executing request: Get "http://unix/license": dial unix /usr/local/directadmin/shared/

ItsOnlyMe

Verified User
Joined
Apr 3, 2009
Messages
126
Location
Netherlands
Ever since this new type of lincense method i see a lot of issues starting to occur and mostly due to not being able to talk to the socket.

I find my self in a position currently to not being able to migrate webservers on a fast way because nothing works in parallel, even non multi threaded actions make directadmin crash.

Can this be sorted out and fixed? Why does the dataskq need to do all the permissions setting? What was wrong with the bash script that used to do this?

Code:
set /home/USERNAME USERNAME:USERNAME 711 flag
safe set from=/home/USERNAME run_as=USERNAME path=/home/USERNAME/.shadow chown=USERNAME:mail '' chmod=640 dir_chmod=
2022/04/25 10:06:17 fatal directadmin service is not running, refusing to run error=executing request: Get "http://unix/license": dial unix /usr/local/directadmin/shared/internal.sock: connect: no such file or directory
safe set from=/home/USERNAME run_as=USERNAME path=/home/USERNAME/domains chown=USERNAME:USERNAME '' chmod=711 dir_chmod=
2022/04/25 10:06:17 fatal directadmin service is not running, refusing to run error=executing request: Get "http://unix/license": dial unix /usr/local/directadmin/shared/internal.sock: connect: no such file or directory
safe set from=/home/USERNAME run_as=USERNAME path=/home/USERNAME/domains/* chown=USERNAME:USERNAME '' chmod=711 dir_chmod=
 
Ah yes, and now i get that the licenses is expired.
Code:
2022/04/25 10:13:34 fatal license is expired, refusing to run

Now it does not want to set anything for me and leaves me stuck with 151 users that cant receive mail because this license check is so shit.
 
Back
Top