DirectAdmin 1.61.1 has been released

Sorry for the bugs!
I've got the proposed fixes available in the pre-release area, still as 1.61.1:

So we'll quickly ensure things are working before pushing 1.61.2 in about 1 hour from now (12pm MDT)
If anyone has a moment, please give them a try and let us know.

On the boxes we were able to duplicate the issue on, both the segfault and the "7,3" issue also appears to be working now.

John
 
If you're still busy, maybe you can have a look at some language issues some are having? Maybe related to the .po change and all that?
 
After updating, this message is visible in my directadmin/error.log
2020:06:02-23:49:26: Sys:setUserPriv(netdata):uid==9999
I dont have netdata installed , so this is weird
 
After updating, this message is visible in my directadmin/error.log
2020:06:02-23:49:26: Sys:setUserPriv(netdata):uid==9999
I dont have netdata installed , so this is weird
Double check you have a "netdata" user. If not, try re-installing it
Code:
cd /usr/local/directadmin/custombuild
./build update
./build netdata
and then confirm it exists with
Code:
id netdata
John
 
Back
Top