Sentora Support Forums

Full Version: [SOLVED]Installation Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have just got a server with centos 6 min 64bit install and was trying to install sentora, but there is a problem, basically when i try and install it, it finds that bind is already installed and wont proceed, if i try to uninstall bind im not able to install sentora after that. How can i fix this?

Regards
remove bind as this is NOT MINIMAL install. I tested it a lot on minimal install and never saw there bind.

M B
(03-15-2016, 08:01 PM)Me.B Wrote: [ -> ]remove bind as this is NOT MINIMAL install. I tested it a lot on minimal install and never saw there bind.

M B

Now that i removed bind i cannot install it.

Code:
############################################################ # Welcome to the Official Sentora Installer 1.0.3 # ############################################################ Checking that minimal requirements are ok Detected : CentOs 6 x86_64 Ok. DB server will be mySQL It appears that package bind is already installed. This installer is designed to install and configure Sentora on a clean OS installation only! Please re-install your OS before attempting to install using this script. [root@s84404 ~]# sudo yum remove bind Loaded plugins: fastestmirror, security Setting up Remove Process Resolving Dependencies --> Running transaction check ---> Package bind.x86_64 32:9.8.2-0.37.rc1.el6 will be erased --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: bind x86_64 32:9.8.2-0.37.rc1.el6 @anaconda-CentOS-201508042137.x86_64/6.7 7.3 M Transaction Summary ================================================================================ Remove 1 Package(s) Installed size: 7.3 M Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Erasing : 32:bind-9.8.2-0.37.rc1.el6.x86_64 1/1 warning: /etc/named.conf saved as /etc/named.conf.rpmsave Verifying : 32:bind-9.8.2-0.37.rc1.el6.x86_64 1/1 Removed: bind.x86_64 32:9.8.2-0.37.rc1.el6 Complete! [root@s84404 ~]# bash <(curl -L -Ss http://sentora.org/install) [root@s84404 ~]# bash <(curl -L -Ss http://sentora.org/install) [root@s84404 ~]# yum install wget -y && cd /tmp && wget sentora.org/install && bash install Loaded plugins: fastestmirror, security Setting up Install Process Determining fastest mirrors Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was 14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'" Error: Cannot find a valid baseurl for repo: base [root@s84404 ~]#
Solved, i removed bind and had to set custom dns, after that it worked