zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
415 stars 297 forks source link

Does not work on CentOS 6.5 #187

Closed samayo closed 10 years ago

samayo commented 10 years ago

I don't know if this software is tested on CentOs 6.4, 32bit. I did: curl -Ss https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh

and this is what I get.

chkconfig mysqld on
chkconfig named on
chkconfig proftpd on
service httpd start
service postfix restart
service dovecot start
service crond start
service mysqld restart
service named start
service proftpd start
service atd start
php /etc/zpanel/panel/bin/daemon.php

restart all service

service httpd restart
service postfix restart
service dovecot restart
service crond restart
service mysqld restart
service named restart
service proftpd restart
service atd restart

We'll now remove the temporary install cache.

cd ../
rm -rf zp_install_cache/ zpanelx/

Advise the user that ZPanel is now installed and accessible.

echo -e "##############################################################" &>/dev/tty
echo -e "# Congratulations ZpanelX has now been installed on your #" &>/dev/tty
echo -e "# server. Please review the log file left in /root/ for #" &>/dev/tty
echo -e "# any errors encountered during installation. #" &>/dev/tty
echo -e "# #" &>/dev/tty
echo -e "# Save the following information somewhere safe: #" &>/dev/tty
echo -e "# MySQL Root Password : $password" &>/dev/tty
echo -e "# MySQL Postfix Password : $postfixpassword" &>/dev/tty
echo -e "# ZPanelX Username : zadmin #" &>/dev/tty
echo -e "# ZPanelX Password : $zadminNewPass" &>/dev/tty
echo -e "# #" &>/dev/tty
echo -e "# ZPanelX Web login can be accessed using your server IP #" &>/dev/tty
echo -e "# inside your web browser. #" &>/dev/tty
echo -e "# #" &>/dev/tty
echo -e "##############################################################" &>/dev/tty
echo -e "" &>/dev/tty

We now request that the user restarts their server...

while true; do
read -e -p "Restart your server now to complete the install (y/n)? " rsn
case $rsn in
[Yy]* ) break;;
[Nn]* ) exit;
esac
done
shutdown -r now

I rebooted, but I can't find, search, stop, start the service. The documentation is next to poor. Has anyone actually tried to crap? I'm reinstalling my OS now.

ghost commented 10 years ago

@simon-eQ FOR SUPPORT use the forums. This is a bug trackers and this is not the place for such reports.

I use daily centos and it works FINE. So report to forums.

Guys you can trash this report/close it.

samayo commented 10 years ago

Trust me this is a bug. I tried it in many ways possible, even reinstalled my OS. I am 100% sure it does not work on 32 bit CentOS 6.5.

ghost commented 10 years ago

@simon-eQ you dare calling Zpanel crap and this a bug... You are totally getting it WRONG and I Said to the forum for support and even bug so we can escalate it.

THANKS TO CLOSE THIS REPORT.

@bobsta63

allebb commented 10 years ago

Hi Simon,

This 'bug' should be logged against the 'zpanel/installers' repository instead, this is not a 'bug' that relates to t'zpanel/zpanelx' repository.

The main Zpanel repository contains the main control panel code, the installers are a seperate project.

Cheers, Bobby

On 17 April 2014 14:43, Simon ei notifications@github.com wrote:

Trust me this is a bug. I tried it in many ways possible, even reinstalled my OS. I am 100% sure it does not work on 32 bit CentOS 6.5.

— Reply to this email directly or view it on GitHubhttps://github.com/zpanel/zpanelx/issues/187#issuecomment-40715011 .

samayo commented 10 years ago

Thanks @bobsta63 for the response. This is just the first time something is so poorly documented that I felt to transfer a message somehow.

I just decided to take a look at the documentation. So, I went here. https://github.com/zpanel/zpanelx then I followed the link to the documentation http://www.zpanelcp.com/support/documentation/ then again I followed the link to the documentation http://docs.zpanelcp.com/ by now would would hope that someone at-least has posted one freaking line on how to yum this thing, but there is absolutely no guide on how to install it.

Who ever wrote the docs, has some seriously questionable mental problems.

Anyway, sorry for the rant, take it as a constructive criticism instead.

ghost commented 10 years ago

@simon-eQ are you just trolling here or looking for help? IF yo have questions use the forums:

http://forums.zpanelcp.com/Forum-General-Support-Questions

Notice rants like this will get you banned on the forum. If you want a constructive help then formulate better your questions and be polite with ALL forum users. IF you don't like the doc either help building it or move on. You are not forced to use Zpanel if you feel this project don't fulfill your high expectations!

allebb commented 10 years ago

Hey @simon-eQ https://github.com/simon-eQ,

Well whatever dude, sorry we couldn't do more for you than provide you wish this free software man, jeeesssuss!

...Maybe the fact that you've not been able to install it where as hundreds of others are running it fine on CentOS 6.5, maybe that translates to you being the one with serious mental problems lol!

Anyway... I'm bored of this topic now!

On 17 April 2014 15:11, Me-Bl notifications@github.com wrote:

@simon-eQ https://github.com/simon-eQ are you just trolling here or looking for help? IF yo have questions we the forums:

http://forums.zpanelcp.com/Forum-General-Support-Questions

Notice rants like this will get you banned on the forum. If you want a constructive help then formulate better your questions and be polite with ALL forum users. IF you don't like the doc either help building it or move on. You are not forced to use Zpanel if you feel this project don't fulfill your high expectations!

— Reply to this email directly or view it on GitHubhttps://github.com/zpanel/zpanelx/issues/187#issuecomment-40717892 .

TGates71 commented 10 years ago

@simon-eQ : http://docs.zpanelcp.com/?node=24 CentOS install instructions...

samayo commented 10 years ago

@TGates71 thanks, that was helpful

ghost commented 10 years ago

latest install are here in fact doc hold only 10.1.0 we will update it soon: http://forums.zpanelcp.com/Thread-ZPanelX-10-1-1-has-been-released

I updated the doc with centos installer 10.1.1.

This issue should be in the forum not in ZPANEL bug tracker @simon-eQ