DirectAdmin CentOS7 Beta 测试发布
CentOS7 只有64位
CentOS 7 64-bit, ready for BETA testing (Update: Aug 29th)
Hello,
We’re pleased to announce that the 64-bit of CentOS 7 is ready for BETA testing.
We recommend that only advanced Users use it, as CentOS has made changes to the boot system and default file system, so there may be bugs.
We request that issues are posted to the CentOS 7 Forum (please limit e-mail support requests, as they’ll probably be duplicates anyway). Feel free to email us the forum link, if needed.
Note that although we always do our best to resolve issues immediately, as it’s BETA, some issues may required some time to resolve.
The 32-bit version is not yet available.
Notes about CentOS 7:
1) The boot system now uses systemctl and does not use the /etc/init.d/* scripts.
Example on restaring and using apache:
Code:
systemctl restart httpd.service
systemctl status httpd.service
If needed, after adding a service file to /etc/systemd/system, run this to enable it at boot and be able to use it:
Code:
systemctl daemon-reload
systemctl enable httpd.service
2) New XFS file system. The BETA version of DA for CentOS 7 binaries support XFS quotas (will also be support in the next release of DA for other OSs)
We’ve found that manual changes, and a reboot is required to mount the / partition with XFS quotas… however if you use /home for XFS, then the reboot is not required.
Guide here: http://help.directadmin.com/item.php?id=557
If you install ext4 with CentOS 7, at the moment, you must set this directadmin.conf option:
Code:
use_xfs=0
as it defaults to 1 for CentOS 7 (we may add a check for that in the future)
3) The pre-install commands are slightly different:
http://help.directadmin.com/item.php?id=354
all one line 1, less db4-devel, but add the 2nd line. This is the long single-call version
Code:
yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 cyrus-sasl-devel perl-ExtUtils-Embed autoconf automake libtool which patch psmisc net-tools systemd-devel libdb-devel
which may warrant a pre-install.sh script, to keep it cleaner.
4) You must use CustomBuild 2.0 with CentOS 7.
John