sentora / sentora-installers

Provides a central place to store, version and distribute the Sentora installer and upgrade scripts from.
GNU General Public License v3.0
154 stars 148 forks source link

Installer error #60

Closed MilesRichey closed 9 years ago

MilesRichey commented 9 years ago

When I try to install Sentora (y):Accept and install, (n):Change domain or IP, (q):Quit installer? y at that point this error comes up install.sh: line 300: syntax error near unexpected token>' install.sh: line 300: exec > >(tee "$logfile")' Which I could fix by removing the couple of lines but it disables logging to the file I'm using Ubuntu 14.04.1

jacobgelling commented 9 years ago

Sentora only supports Ubuntu LTS releases (12.04 and 14.04), but the installer should echo "This OS is not supported" instead of continuing with installation. Did you modify the installer?

MilesRichey commented 9 years ago

Oh... oops I meant to say Ubuntu 14.04.1, and no I did not modify the installer

andykimpe commented 9 years ago

update 14.04.2 and test

not work try dos2unix

apt-get install dos2unix

dos2unix sentora_install.sh

./sentora_install.sh

5050 commented 9 years ago

There are a lot of hostings that setup modified distributions of Ubuntu. As example, we have had bunches of problems with crissic hostings VPS : cron disabled, package missings, etc. conducting to ugly error messages and disfunctionements.

I wonder if it will be required to setup a database of hostings with list of change they do from default official ISO distribution....

Caffe1neAdd1ct commented 9 years ago

@5050 maybe we can start a thread for supported providers and maintain them into a list on the documentation website?

Closing this issue for now as it appears to be working on a clean minimal net install of ubuntu 14.04.* at the moment.