I’m getting this error during fresh fog install svn.
* Press [Enter] key when database is updated/installed.
* Setting up storage..........................................OK
* Setting up and starting DHCP Server.........................Error: either "dev" is duplicate, or "Server" is a garbage.
Server: Unknown host
ifconfig: `--help' gives usage information.
../lib/common/functions.sh: line 1758: -o: command not found
grep: Server: No such file or directory
Failed!
Running these commands;
mkdir /opt/svn;cd /opt/svn;setenforce 0;systemctl restart firewalld;for service in http https tftp ftp mysql nfs mountd rpc-bind proxy-dhcp samba; do firewall-cmd --permanent --zone=public --add-service=$service; done;systemctl restart firewalld.service;systemctl enable firewalld;yum install svn -y;svn co https://svn.code.sf.net/p/freeghost/code/trunk;cd trunk/bin;./installfog.sh
So frustrated with FOG!!! @Tom-Elliott knows what I’m talking about.