Sentora Support Forums

Full Version: Unable to install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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
Sentora hasn't been released yet.
(08-23-2014, 02:20 PM)Jigsaw Hosting Group Wrote: [ -> ]
Sentora hasn't been released yet.

ok i understand but then what can we zpanel is not also installing giving same problems
On CentOS 7?

ZPanelCP v10.1.1 installs fine (I know because I'm always installing it), on CentOS 6.3/4/5
(08-23-2014, 03:06 PM)Jigsaw Hosting Group Wrote: [ -> ]On CentOS 7?

ZPanelCP v10.1.1 installs fine (I know because I'm always installing it), on CentOS 6.3/4/5
tried on both centos 7 and centos 6 its keep asking me mysql password even after clean installed i tried around 10 times.
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 curl

Also sometimes there's a problem at GitHub's end which causes this issue also.
(08-23-2014, 03:12 PM)Jigsaw Hosting Group Wrote: [ -> ]
Code:
bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh)

i think i have also tried it let me do it once again
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)
(08-23-2014, 03:16 PM)Jigsaw Hosting Group Wrote: [ -> ]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)

its installed using that site but panel is not opening with ip.
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)
But I didn't had any problem with


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.sh

Follow the on screen instructions during the installation.

Before you start update Centos
Pages: 1 2