I wanted to update the DA, I made it manually
cd /usr/local/directadmin
wget --no-check-certificate -O update.tar.gz 'https://www.directadmin.com/cgi-bin/daupdate?uid=123&lid=1234'
tar xvzf update.tar.gz
./directadmin p
cd scripts
./update.sh
/etc/init.d/directadmin restart
But after the update fails to load will give an error pops up
Unable to read config file. Cannot find the diradmin user. Make sure the diradmin user exists in your system.<br>
This error also comes up when the wrong OS is selected in the license. These binaries were compiled for: Redhat Enterprise 3.0<br>
Segmentation fault
before the update everything was ok
My distribution is CentOS release 5.3 (Final)
Please help
cd /usr/local/directadmin
wget --no-check-certificate -O update.tar.gz 'https://www.directadmin.com/cgi-bin/daupdate?uid=123&lid=1234'
tar xvzf update.tar.gz
./directadmin p
cd scripts
./update.sh
/etc/init.d/directadmin restart
But after the update fails to load will give an error pops up
Unable to read config file. Cannot find the diradmin user. Make sure the diradmin user exists in your system.<br>
This error also comes up when the wrong OS is selected in the license. These binaries were compiled for: Redhat Enterprise 3.0<br>
Segmentation fault
before the update everything was ok
My distribution is CentOS release 5.3 (Final)
Please help