This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Installation error
#1
Installation error
I am trying to install Sentora on ramnode vps but i keep getting error 

Detected : CentOs 6 x86_64
Ok.
DB server will be mySQL
It appears that package httpd is already installed. This installer
is designed to install and configure Sentora on a clean OS installation only) 


Then My host told me to use : you might try removing the httpd pacakge: 

Code:
yum remove httpd

But I again face the issue same even after using above code in putty.
It appears that package bind is already installed. This installer

is designed to install and configure Sentora on a clean OS installation only!

Can you please guide me what to do? 
Reply
Thanks given by:
#2
RE: Installation error
(10-01-2017, 07:48 PM)testing Wrote: I am trying to install Sentora on ramnode vps but i keep getting error 

Detected : CentOs 6 x86_64
Ok.
DB server will be mySQL
It appears that package httpd is already installed. This installer
is designed to install and configure Sentora on a clean OS installation only) 


Then My host told me to use : you might try removing the httpd pacakge: 

Code:
yum remove httpd

But I again face the issue same even after using above code in putty.
It appears that package bind is already installed. This installer

is designed to install and configure Sentora on a clean OS installation only!

Can you please guide me what to do? 

Hi testing,

If you want you could install CentOS using the "minimal option" that would help as well.

if you want you could install the CentOS you used and then use the following to remove everything that Sentora will install.

Code:
yum remove -y httpd httpd-devel php php-devel php-gd php-mbstring php-intl php-mysql php-xml php-xmlrpc php-mcrypt php-imap php-pear php-mysql php-cli php-common php5-dev myself mysql dovecot-mysql MariaDB MariaDB-common MariaDB-compat MariaDB-server phpMyAdmin postfix dovecot dovecot-mysql dovecot-pigeonhole sendmail ProFTPd proftpd proftpd-mysql vsftpd named bind bind-utils bind-libs bind9 pdns pdns-backend-mysql pdns-server pdns-server-backend-mysql webalizer crontabs

yum clean all
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Reply
Thanks given by:
#3
RE: Installation error
I have used autoinstaller script from github and i got message saying successful but i am unable to connect to zpanel login page at all.

"echo " Congratulations Sentora has now been installed on your"
echo " server. Please review the log file left in /root/ for "
echo " any errors encountered during installation."
echo ""
echo " Login to Sentora at http://$PANEL_FQDN"
echo " Sentora Username : zadmin"
echo " Sentora Password : $zadminpassword"
echo ""
echo " MySQL Root Password : $mysqlpassword"
echo " MySQL Postfix Password : $postfixpassword"
echo " MySQL ProFTPd Password : $proftpdpassword"
echo " MySQL Roundcube Password : $roundcubepassword"
echo " (theses passwords are saved in /root/passwords.txt)"
"

Does it sound , i am successfully able to install it or not?
Reply
Thanks given by:
#4
RE: Installation error
(10-01-2017, 08:17 PM)testing Wrote: I have used autoinstaller script from github and i got message saying successful but i am unable to connect to zpanel login page at all.

"echo " Congratulations Sentora has now been installed on your"
echo " server. Please review the log file left in /root/ for "
echo " any errors encountered during installation."
echo ""
echo " Login to Sentora at http://$PANEL_FQDN"
echo " Sentora Username  : zadmin"
echo " Sentora Password  : $zadminpassword"
echo ""
echo " MySQL Root Password      : $mysqlpassword"
echo " MySQL Postfix Password   : $postfixpassword"
echo " MySQL ProFTPd Password   : $proftpdpassword"
echo " MySQL Roundcube Password : $roundcubepassword"
echo "   (theses passwords are saved in /root/passwords.txt)"
"

Does it sound , i am successfully able to install it or not?

From what I can see, that should be a possible successful installation. Although could you send me your installation log file located in "/root" so I can determine if the installer actually successfully installed.
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Reply
Thanks given by:
#5
RE: Installation error
How do i get the files (Although could you send me your installation log file located in "/root")
Because i only see apache page on my ip adress.
Reply
Thanks given by:
#6
RE: Installation error
(10-01-2017, 08:27 PM)testing Wrote: How do i get the files (Although could you send me your installation log file located in "/root")
Because i only see apache page on my ip adress.

log into your server using ssh eg: root@your_server_ip, then do cd /root/ after that you should list the files using "ls" and open/copy all contents in the installation log file. Upload it here using the attaments section Smile
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Reply
Thanks given by:
#7
RE: Installation error
(10-01-2017, 08:08 PM)betatester3.0 Wrote: Hi @[testing],

If you want you could install CentOS using the "minimal option" that would help as well.

if you want you could install the CentOS you used and then use the following to remove everything that Sentora will install.

Code:
yum remove -y httpd httpd-devel php php-devel php-gd php-mbstring php-intl php-mysql php-xml php-xmlrpc php-mcrypt php-imap php-pear php-mysql php-cli php-common php5-dev myself mysql dovecot-mysql MariaDB MariaDB-common MariaDB-compat MariaDB-server phpMyAdmin postfix dovecot dovecot-mysql dovecot-pigeonhole sendmail ProFTPd proftpd proftpd-mysql vsftpd named bind bind-utils bind-libs bind9 pdns pdns-backend-mysql pdns-server pdns-server-backend-mysql webalizer crontabs

yum clean all

I used your method and it worked like a charm. Thanks but I was not able to 
Restart your server now to complete the install (y/n)? 

Press "Y" as I was copying the login info, would that be an issue or that ok?
Reply
Thanks given by:
#8
RE: Installation error
(10-01-2017, 08:46 PM)testing Wrote: I used your method and it worked like a charm. Thanks but I was not able to 
Restart your server now to complete the install (y/n)? 

Press "Y" as I was copying the login info, would that be an issue or that ok?

I think it might have copied half of the file?

Post that previous log file, then re download the new log file and post it here as "old" & "new".
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Reply
Thanks given by:
#9
RE: Installation error
(10-01-2017, 09:25 PM)betatester3.0 Wrote: I think it might have copied half of the file?

Post that previous log file, then re download the new log file and post it here as "old" & "new".

I think I proabably copied all password infor correctly, the last one was "round cube" passowrd" in text "password.txt" file. and same I copied earlier when I couldn't click "Y".
Reply
Thanks given by:
#10
RE: Installation error
(10-01-2017, 09:42 PM)testing Wrote: I think I proabably copied all password infor correctly, the last one was "round cube" passowrd" in text "password.txt" file. and same I copied earlier when I couldn't click "Y".

No need to send the file, if your Sentora Panel starts pushing out errors then check the log for the location where there errors are coming from and post a thread Smile.
-BetaTester3.0  ||  Just Another Sentora User. 

Did you know, Sentora has a full Support Documentation ?
If I helped +rep & Thanks is appreciated.
BTC: 1Bps3ZerDFDDnXJ9XdWtHhdhwsV4MVGLkw

Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
Repo update error hostingms 3 5 ,428 02-14-2024, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 25 ,715 11-11-2022, 09:14 PM
Last Post: zustudios
Sentora debug and error files johnnyp 0 1 ,162 10-27-2022, 06:16 PM
Last Post: johnnyp

Forum Jump:


Users browsing this thread: 1 Guest(s)