![]() |
|
Unable to install - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Unable to install (/showthread.php?tid=184) Pages:
1
2
|
Unable to install - damanmokha - 08-23-2014 hi installed centos fresh and updated it but unable to install showing me errors in both installers with curl its showing me "/dev/fd/63: line 1: Not: command not found " and with wget its swhoing me "Resolving raw.githubusercontent.com... 23.235.43.133 Connecting to raw.githubusercontent.com|23.235.43.133|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2014-08-23 00:02:22 ERROR 404: Not Found" tried another installer shows me follwing error and keeps asking for mysql password i installed fresh centos this mysql thing was also occring in zpanel that why i am trying this. please help me kind of an urgent thing this is error chmod: cannot access `/etc/zpanel/panel/bin/zppy': No such file or directory chmod: cannot access `/etc/zpanel/panel/bin/setso': No such file or directory cp: cannot stat `/etc/zpanel/panel/etc/build/config_packs/centos_6/.': No such file or directory /dev/fd/63: line 270: cc: command not found chown: cannot access `/etc/zpanel/panel/bin/zsudo': No such file or directory chmod: cannot access `/etc/zpanel/panel/bin/zsudo': No such file or directory chmod: cannot access `/etc/zpanel/configs/phpmyadmin/config.inc.php': No such file or directory sed: can't read /etc/zpanel/configs/phpmyadmin/config.inc.php: No such file or directory ln: creating symbolic link `/etc/zpanel/panel/etc/apps/phpmyadmin/config.inc.php': No such file or directory mysqld: unrecognized service /dev/fd/63: line 283: mysqladmin: command not found enter your root mysql password : enter your root mysql password : Please help me out. thanks in advance RE: Unable to install - Nigel - 08-23-2014 Sentora hasn't been released yet.
RE: Unable to install - damanmokha - 08-23-2014 (08-23-2014, 02:20 PM)Jigsaw Hosting Group Wrote: ok i understand but then what can we zpanel is not also installing giving same problems RE: Unable to install - Nigel - 08-23-2014 On CentOS 7? ZPanelCP v10.1.1 installs fine (I know because I'm always installing it), on CentOS 6.3/4/5 RE: Unable to install - damanmokha - 08-23-2014 (08-23-2014, 03:06 PM)Jigsaw Hosting Group Wrote: On CentOS 7?tried on both centos 7 and centos 6 its keep asking me mysql password even after clean installed i tried around 10 times. RE: Unable to install - Nigel - 08-23-2014 Code: bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh)(08-23-2014, 03:11 PM)damanmokha Wrote: tried on both centos 7 It's not Supported on CentOS 7 yet, it's on my to do list. But it works fine for me on CentOS 6.3 (updated to 6.5) using the above command. If curl isn't installed then Code: yum install -y curlAlso sometimes there's a problem at GitHub's end which causes this issue also. RE: Unable to install - damanmokha - 08-23-2014 (08-23-2014, 03:12 PM)Jigsaw Hosting Group Wrote: i think i have also tried it let me do it once again RE: Unable to install - Nigel - 08-23-2014 If that doesn't work then try this site. Then run an update to 10.1.1 Code: bash <(curl -Ss https://raw.github.com/zpanel/installers/master/upgrade/CentOS-6_4/10_1_1.sh)RE: Unable to install - damanmokha - 08-23-2014 (08-23-2014, 03:16 PM)Jigsaw Hosting Group Wrote: If that doesn't work then try this site. its installed using that site but panel is not opening with ip. RE: Unable to install - nelsahost - 08-23-2014 Hey ,I just sow your post .I had also problem install zPanel with Code: bash <(curl -Ss https://raw.github.com/zpanel/installers/master/upgrade/CentOS-6_4/10_1_1.sh)Code: wget https://raw.githubusercontent.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh
chmod +x 10_1_1.sh
./10_1_1.shFollow the on screen instructions during the installation. Before you start update Centos |