安装Zimbre 提示报错
- ERROR: Installation can not proceeed. Please fix your /etc/hosts file
- to contain:
- <ip> <FQHN> <HN>
- Where <IP> is the ip address of the host,
- <FQHN> is the FULLY QUALIFIED host name, and
- <HN> is the (optional) hostname-only portion
解决方法:
添加主机名
hostname Zimbra
cat <<EOF>>/etc/hosts
192.168.10.18 make.han.net Zimbra
EOF
cat <<EOF>>/etc/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=Zimbra
EOF