When I was trying to install Cyberpanel on existing DO droplet (Ubuntu 18), getting the errors
./cyberpanel.sh: line 742 : usr/local/cyberpanel/bin/python2: No such file or directory
grep: /var/log/installLogs.txt: No such file or directory
reference error image - http://joxi.ru/KAxJGq9HZ7ZZ6m
please help me
qtwrk
November 28, 2019, 2:11pm
#2
Hi,
I just grabbed a ubuntu 18 droplet but seems can not reproduce the issue.
please try this
resintall the droplet to ubuntu 18.04
login to SSH , run script /root/install.log
now run sh <(curl cyberpanel.sh)
Now the installer will run , and if it hits error and stopped as in your screenshot , run exit
then check your root dir you will see a file “install.log”
please send me this file , this will contain more info
Aykut24
January 6, 2020, 12:44pm
#3
Installation will start in 10 seconds, if you wish to stop please press CTRL + C
./cyberpanel.sh: line 969: /usr/local/CyberPanel/bin/python: No such file or directory
grep: /var/log/installLogs.txt: No such file or directory
Oops, something went wrong…
qtwrk
January 6, 2020, 1:05pm
#4
there must be more error above that, please run that script command to log output
i run it “script /root/install.log”
qtwrk
January 6, 2020, 1:24pm
#6
Then upload that file please
script only created so many log records
Aykut24
January 7, 2020, 6:13am
#10
I got a record of the ssh window https://we.tl/t-4qcm51o9Uu
Aykut24
January 8, 2020, 5:22am
#11
I got a record of the ssh window https://we.tl/t-4qcm51o9Uu > @qtwrk said:
the log is incomplete…
help pls
Jito
January 8, 2020, 9:34am
#12
Please help, I’m with centos 7 and getting error:
fatal: destination path ‘cyberpanel’ already exists and is not an empty directory.
Minstall/install.py
Minstall/installCyberPanel.py
Already on ‘stable’
/home/centos
setenforce: SELinux is disabled
Preparing…
Installation will start in 10 seconds, if you wish to stop please press CTRL + C
./cyberpanel.sh: line 990: /usr/local/CyberPanel/bin/python: No such file or directory
grep: /var/log/installLogs.txt: No such file or directory
Oops, something went wrong…
qtwrk
January 8, 2020, 10:42am
#13
are you running as root or sudo ?
Jito
January 8, 2020, 3:23pm
#14
Type your comment> @qtwrk said:
are you running as root or sudo ?
of course,
I run:
$ sudo su
$ sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh )
I built again & built again for a new instance, but get the same results
qtwrk
January 8, 2020, 3:26pm
#15
Type your comment> @Jito said:
Type your comment> @qtwrk said:
are you running as root or sudo ?
of course,
I run:
$ sudo su
$ sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh )
I built again & built again for a new instance, but get the same results
please try this set
after install a new clean system ,
yum update
yum install curl wget
wget cyberpanel.sh/cyberpanel.sh
chmod +x cyberpanel.sh
script /root/debug.log
./cyberpanel.sh
now it starts to install , if you encouter error and stops , run “exit” , then please post file /root/debug.log
this file will contain all the output in the terminal
Jito
January 8, 2020, 5:27pm
#16
/root/install.log
bash: /root/install.log: Permission denied
Aykut24
January 9, 2020, 6:16am
#17
this problem is very annoying. I have 7 servers running smoothly, but I’m having trouble installing 8.
qtwrk
January 9, 2020, 12:46pm
#18
Type your comment> @Jito said:
/root/install.log
bash: /root/install.log: Permission denied
no , check my commands again.
Aykut24
January 10, 2020, 5:55am
#19
Installation will start in 10 seconds, if you wish to stop please press CTRL + C
./cyberpanel.sh: line 990: /usr/local/CyberPanel/bin/python: No such file or directory
grep: /var/log/installLogs.txt: No such file or directory
https://wetransfer.com/downloads/9a347ae7f6d67cab7d72c5e21073929a20200110055453/d64df32f17702a88e35d43bf64016f4a20200110055453/a83a00
qtwrk
January 10, 2020, 12:43pm
#20
may I know your system and provider ? i will try to reproduce it.