@vanhels said: @cyberpersons its very simple validate lengt text "Firstname and Lastname", if you free the github many could help in simple things like this
[email protected]:~/install# python install.py 1.my.ip.8
Traceback (most recent call last):
File "install.py", line 1574, in <module>
Main()
File "install.py", line 1508, in Main
checks.installCyberPanelRepo()
File "install.py", line 35, in installCyberPanelRepo
res = subprocess.call(cmd)
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
[email protected]:~/install#
[email protected]:~/install# python install.py 1.my.ip.8
Traceback (most recent call last):
File "install.py", line 1574, in <module>
Main()
File "install.py", line 1508, in Main
checks.installCyberPanelRepo()
File "install.py", line 35, in installCyberPanelRepo
res = subprocess.call(cmd)
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
[email protected]:~/install#
@inthecloudblog said:
Aws , g drive ? @Ympker said:
+1 for G drive
FTP/SFTP
Dropbox
1Fichier :P
You guys know mega.nz offer great protection and 50GB for free.
Only reason why people want G Drive is because they probably have one of those unlimited accounts sitting around. But I like Onedrive better because I have a student account there that provides 1 TB and that's more than enough for me..
@inthecloudblog said:
Aws , g drive ? @Ympker said:
+1 for G drive
FTP/SFTP
Dropbox
1Fichier :P
You guys know mega.nz offer great protection and 50GB for free.
Only reason why people want G Drive is because they probably have one of those unlimited accounts sitting around. But I like Onedrive better because I have a student account there that provides 1 TB and that's more than enough for me..
I am not sure what it is, and if it is even reliable.
cyberpersons said: Only reason why people want G Drive is because they probably have one of those unlimited accounts sitting around.
Ahh, you should just stick with G Drive anyway, it's not "reliable" anyway, google can shut their accounts down if they use the ones off ebay. You could use legit ones but than the disk size is small to back up to.
Can anyone try this and confirm me result?
Install cyberpanel, and install a wordpress 4.8.2, put it behind cloudflare.
And then try to write a post in WP
I'm getting 500 error, time out and "server sending unknown response".
But if I turn off cloudflare,, things back to normal.
I also tried to use nginx which works fine behind cloudflare.
By using Chrome dev tool, I see
/wp-admin/setup-config.php internal error 500.
Googling around for day, but can't work out...
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
qtwrk said: By using Chrome dev tool, I see /wp-admin/setup-config.php internal error 500.
Googling around for day, but can't work out...
php error logs might give some clue
Yeah I know, but I was unable to find,even by manually edit php.ini , still can't obtain log, nor any error show in server wide log file of openlitespeed
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
qtwrk said: By using Chrome dev tool, I see /wp-admin/setup-config.php internal error 500.
Googling around for day, but can't work out...
php error logs might give some clue
Yeah I know, but I was unable to find,even by manually edit php.ini , still can't obtain log, nor any error show in server wide log file of openlitespeed
I don't know how it work in cyberpanel but this is how you should change php.ini as per their docs.
qtwrk said: By using Chrome dev tool, I see /wp-admin/setup-config.php internal error 500.
Googling around for day, but can't work out...
php error logs might give some clue
Yeah I know, but I was unable to find,even by manually edit php.ini , still can't obtain log, nor any error show in server wide log file of openlitespeed
I don't know how it work in cyberpanel but this is how you should change php.ini as per their docs.
qtwrk said: By using Chrome dev tool, I see /wp-admin/setup-config.php internal error 500.
Googling around for day, but can't work out...
php error logs might give some clue
Yeah I know, but I was unable to find,even by manually edit php.ini , still can't obtain log, nor any error show in server wide log file of openlitespeed
I don't know how it work in cyberpanel but this is how you should change php.ini as per their docs.
Enabling LSCPD Daemon
###############################################
Traceback (most recent call last):
File "install.py", line 1736, in
Main()
File "install.py", line 1718, in Main
checks.setupLSCPDDaemon()
File "install.py", line 1530, in setupLSCPDDaemon
shutil.copy("lscpd/lscpdctrl","/usr/local/lscp/bin/lscpdctrl")
File "/usr/lib64/python2.7/shutil.py", line 119, in copy
copyfile(src, dst)
File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 2] No such file or directory: '/usr/local/lscp/bin/lscpdctrl'
> Enabling LSCPD Daemon
> ###############################################
> Traceback (most recent call last):
> File "install.py", line 1736, in
> Main()
> File "install.py", line 1718, in Main
> checks.setupLSCPDDaemon()
> File "install.py", line 1530, in setupLSCPDDaemon
> shutil.copy("lscpd/lscpdctrl","/usr/local/lscp/bin/lscpdctrl")
> File "/usr/lib64/python2.7/shutil.py", line 119, in copy
> copyfile(src, dst)
> File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
> with open(dst, 'wb') as fdst:
> IOError: [Errno 2] No such file or directory: '/usr/local/lscp/bin/lscpdctrl'
>
> > Enabling LSCPD Daemon
> > ###############################################
> > Traceback (most recent call last):
> > File "install.py", line 1736, in
> > Main()
> > File "install.py", line 1718, in Main
> > checks.setupLSCPDDaemon()
> > File "install.py", line 1530, in setupLSCPDDaemon
> > shutil.copy("lscpd/lscpdctrl","/usr/local/lscp/bin/lscpdctrl")
> > File "/usr/lib64/python2.7/shutil.py", line 119, in copy
> > copyfile(src, dst)
> > File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
> > with open(dst, 'wb') as fdst:
> > IOError: [Errno 2] No such file or directory: '/usr/local/lscp/bin/lscpdctrl'
> >
What is in ''installLogs.txt''
Is it Centos 7 minimal?
Centos 7 minimal
[downoad_and_install_raindloop]
[Errno 2] No such file or directory: '/usr/local/lscp/cyberpanel' [downoad_and_install_raindloop]
[Errno 2] No such file or directory: '/usr/local/lscp/cyberpanel/' [download_install_phpmyadmin]
> > > Enabling LSCPD Daemon
> > > ###############################################
> > > Traceback (most recent call last):
> > > File "install.py", line 1736, in
> > > Main()
> > > File "install.py", line 1718, in Main
> > > checks.setupLSCPDDaemon()
> > > File "install.py", line 1530, in setupLSCPDDaemon
> > > shutil.copy("lscpd/lscpdctrl","/usr/local/lscp/bin/lscpdctrl")
> > > File "/usr/lib64/python2.7/shutil.py", line 119, in copy
> > > copyfile(src, dst)
> > > File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
> > > with open(dst, 'wb') as fdst:
> > > IOError: [Errno 2] No such file or directory: '/usr/local/lscp/bin/lscpdctrl'
> > >
What is in ''installLogs.txt''
Is it Centos 7 minimal?
Centos 7 minimal
> [downoad_and_install_raindloop]
> [Errno 2] No such file or directory: '/usr/local/lscp/cyberpanel' [downoad_and_install_raindloop]
> [Errno 2] No such file or directory: '/usr/local/lscp/cyberpanel/' [download_install_phpmyadmin]
>
> > > > Enabling LSCPD Daemon
> > > > ###############################################
> > > > Traceback (most recent call last):
> > > > File "install.py", line 1736, in
> > > > Main()
> > > > File "install.py", line 1718, in Main
> > > > checks.setupLSCPDDaemon()
> > > > File "install.py", line 1530, in setupLSCPDDaemon
> > > > shutil.copy("lscpd/lscpdctrl","/usr/local/lscp/bin/lscpdctrl")
> > > > File "/usr/lib64/python2.7/shutil.py", line 119, in copy
> > > > copyfile(src, dst)
> > > > File "/usr/lib64/python2.7/shutil.py", line 83, in copyfile
> > > > with open(dst, 'wb') as fdst:
> > > > IOError: [Errno 2] No such file or directory: '/usr/local/lscp/bin/lscpdctrl'
> > > >
What is in ''installLogs.txt''
Is it Centos 7 minimal?
Centos 7 minimal
> > [downoad_and_install_raindloop]
> > [Errno 2] No such file or directory: '/usr/local/lscp/cyberpanel' [downoad_and_install_raindloop]
> > [Errno 2] No such file or directory: '/usr/local/lscp/cyberpanel/' [download_install_phpmyadmin]
> >
Comments
The dashboard is not responsive on Chrome Android. The pages flies down ward. You'll have to scroll and scroll down..
Isn't that the concept of responsive?
Mailchannels low volume plans
That's what I mean.
well, now is suggesting to change ssh port..
good
Nothing for the moment
I will look into that.
Can also do via ssh?
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Change it from the panel.
This edit the / etc / ssh / sshd_config file
I installed in a virtual machine virtualbox with centos7 and the truth is very simple, excellent for that I found this bug:
If you change the profile name by placing a long one, that happens with the menu:
Review:
Regards,
@vanhels
This specific issue came in our internal testing as well, and it was fixed if you installed yesterday/today.
Try to clear your cache and see if it is gone.
Otherwise, edit your profile and make sure your "Firstname and Lastname" length combined is not > 20.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
@comeback
I've added that to the to-do list.
Thank you.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
@cyberpersons its very simple validate lengt text "Firstname and Lastname", if you free the github many could help in simple things like this
Regards,
Already fixed it, did you clear your cache?
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
@cyberpersons
Suggest you to add 2 factor login for admin area. I feel myself in "safe" when i got this kind of feature. (like at blesta,directadmin etc.)
Also enable remote FTP(S) backup
Keep up the good work!
ZeroDivisionError at /websites/HIDEN
float division by zero
Request Method: GET
Request URL: https://HIDEN/websites/HIDEN
Django Version: 1.11.5
Exception Type: ZeroDivisionError
Exception Value:
float division by zero
Exception Location: /usr/local/CyberCP/plogical/findBWUsage.py in findDomainBW, line 96
Python Executable: /usr/bin/python
Python Version: 2.7.5
Python Path:
['/usr/local/CyberCP',
'/usr/bin',
'/usr/lib/python2.7/site-packages/gunicorn-19.7.1-py2.7.egg',
'/usr/lib/python2.7/site-packages/psutil-5.3.1-py2.7-linux-x86_64.egg',
'/usr/lib64/python27.zip',
'/usr/lib64/python2.7',
'/usr/lib64/python2.7/plat-linux2',
'/usr/lib64/python2.7/lib-tk',
'/usr/lib64/python2.7/lib-old',
'/usr/lib64/python2.7/lib-dynload',
'/usr/lib64/python2.7/site-packages',
'/usr/lib/python2.7/site-packages']
Server time: Mon, 25 Sep 2017 03:25:34 +0000
PLEASE HELP ME
@ZweiTiger
Yes, that can be a good security feature.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Key sent.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Installed on clean centos7.4 with following error while accessing panel , please check out and little help on it...
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
@cyberpersons please sent key, i have the same error,
Regards,
@qtwrk @vanhels key sent, let's have a look.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
i got this error
Nothing for the moment
Install python2.7
@dedicados
Are you on centos 7?
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Some major Updates:
Minor:
Kind Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Happy to hear!
Now i translate the panel from English to Hungarian. If you need, just PM.
+Cron feature, subdomain, and email tools,able to list ftp user,email users, databases, and change database password,ftp pass is a must i think.
Regarding translation, we will start this process in few days.
A suggestion is required, remote backups should sync to:
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Aws , g drive ?
hotelmes.com
+1 for G drive
FTP/SFTP
Dropbox
1Fichier :P
Uptime.is , 1Fichier Review, Ympker's VPN LTD Comparison Chart , Contabo Review, Shared Hosting/Reseller Comparison Chart, Shared Uptime
You guys know mega.nz offer great protection and 50GB for free.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
I have some other VPS can be used as storage, such option will be great
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
S3, SFTP (or maybe build you could even build rclone.org into the backup)
HetrixTools - Highly recommended uptime monitor [aff]
Only reason why people want G Drive is because they probably have one of those unlimited accounts sitting around. But I like Onedrive better because I have a student account there that provides 1 TB and that's more than enough for me..
i would never trust mega.nz to host my backups... i prefeer to have my own vps
Nothing for the moment
rclone I think will be a great tool to look into, thanks.
I am not sure what it is, and if it is even reliable.
Why is that ?
I think Google Drive wins here.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Ahh, you should just stick with G Drive anyway, it's not "reliable" anyway, google can shut their accounts down if they use the ones off ebay. You could use legit ones but than the disk size is small to back up to.
+1 for mega. I love it. I use it. Excellent.
BecomeWebHost.com | ScreenShots WHM Reseller hosting + billing + support system + client area included...
Can anyone try this and confirm me result?
Install cyberpanel, and install a wordpress 4.8.2, put it behind cloudflare.
And then try to write a post in WP
I'm getting 500 error, time out and "server sending unknown response".
But if I turn off cloudflare,, things back to normal.
I also tried to use nginx which works fine behind cloudflare.
By using Chrome dev tool, I see
/wp-admin/setup-config.php internal error 500.
Googling around for day, but can't work out...
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
php error logs might give some clue
BecomeWebHost.com | ScreenShots WHM Reseller hosting + billing + support system + client area included...
CF and WP are not good friends.
Yeah I know, but I was unable to find,even by manually edit php.ini , still can't obtain log, nor any error show in server wide log file of openlitespeed
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
I don't know how it work in cyberpanel but this is how you should change php.ini as per their docs.
http://docs.cyberpanel.net/doku.php?id=php-configurations
BecomeWebHost.com | ScreenShots WHM Reseller hosting + billing + support system + client area included...
Yes. , that's where I changed, but error log file is still missing, can't find it anywhere, arrrgggg, this problem is driving me nuts
netcup 5 euro coupon: 36nc15324722143 36nc15324722144
BecomeWebHost.com | ScreenShots WHM Reseller hosting + billing + support system + client area included...
I will have a look
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Had a quick play, shaping up very nicely but a few comments (sorry if they've been posted, only had a quick read through)
Was installed on a brand new centos 7 VM (KVM)
Creating a SQL database produced "Can not create database, Error message"
If possible I'd like to trust X-Forwarded-For in Logs for use behind a proxy (Converving IPv4 space)
Looks like the webserver runs as nobody so presumably no isolation between sites yet?
Server > Server Status > CyberCP Main Log File
You can see logs from here if it says database username should be less than 16 characters, make sure total length of username <= 16.
This issue was fixed, I will double check.
Yes webserver do run as nobody.
Regards
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Manage your server without Migraine ;-)
What is in ''installLogs.txt''
Is it Centos 7 minimal?
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Centos 7 minimal
Manage your server without Migraine ;-)
LSCPD did not compiled, try without minimal.
|| CyberPanel - WebHosting Control Panel Based on OpenLiteSpeed ||
|| Cloud Platform ||
Thanks a lot. Fixed by using non-minimal template
Manage your server without Migraine ;-)