Hey!
I solved this issue by watching all the output from the installer. I found some errors where is not covered by installer.
I did reinstall the VPS to Ubuntu 14.04 minimal, and had to do this before I did run the install script:
apt-get install cron e2fsprogs curl dialog -y
Then
apt-get --reinstall install bsdutils
Then run the install script.
Everything works now
I got one more issue after this, I don't know if this applies to every installation, or is just unique for me, but;
I checked the "Service status" page, and did see that port 53 was closed. It looked like bind9 was ***** up and didn't run, so I just backed up named.conf and reinstalled bind9, then restored named.conf. Now everything works!
I solved this issue by watching all the output from the installer. I found some errors where is not covered by installer.
I did reinstall the VPS to Ubuntu 14.04 minimal, and had to do this before I did run the install script:
apt-get install cron e2fsprogs curl dialog -y
Then
apt-get --reinstall install bsdutils
Then run the install script.
Everything works now
I got one more issue after this, I don't know if this applies to every installation, or is just unique for me, but;
I checked the "Service status" page, and did see that port 53 was closed. It looked like bind9 was ***** up and didn't run, so I just backed up named.conf and reinstalled bind9, then restored named.conf. Now everything works!