Can not save Administrator Settings?

Hello,

Do you run Debian 8 or Centos 7? Make sure that OS version on your server is the same as one specified in Directadmin license.
 
Hello,

Do you run Debian 8 or Centos 7? Make sure that OS version on your server is the same as one specified in Directadmin license.

Hello,

I am seeing CentOS 6.0 64-Bit in Directadmin control panel but in my VPS control panel, it is showing : Operating System CentOS 7.0 x86_64

In my Directadmin license then I am setting is CentOS 6.0 64-Bit

I got a ticket from Directadmin support

And they asnwered these
Which OS is being used?
I'm guessing you may have a systemd OS, but have init.d DA binaries...

If you have:
/etc/systemd/system/directadmin.service

then you're likely using systemd.
It can be enabled in the DA binaries by adding:
systemd=1
to the directadmin.conf.

If you are not running systemd, and are using init.d, but are literally just missing the script, you can find a copy in:
/usr/local/directadmin/scripts/directadmin

I am getting confused on this reply. How to easily solve this?


Thank you
 
Last edited:
Since you are running CentOS 7 and your Directadmin license is for CentOS 6, the quickest and simplest solution would be to add

systemd=1

into directadmin.conf:

Code:
echo "systemd=1" >> /usr/local/directadmin/conf/directadmin.conf
systemctl restart directadmin


This should solve the issue. If not, then you might need to change OS in the Directadmin License.
 
Since you are running CentOS 7 and your Directadmin license is for CentOS 6, the quickest and simplest solution would be to add

systemd=1

into directadmin.conf:

Code:
echo "systemd=1" >> /usr/local/directadmin/conf/directadmin.conf
systemctl restart directadmin


This should solve the issue. If not, then you might need to change OS in the Directadmin License.

It is solved :)

Thanks zEitEr!!
 
Back
Top