Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


CyberPanel - Control Panel Based on OpenLiteSpeed [Updated!] - Page 8
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CyberPanel - Control Panel Based on OpenLiteSpeed [Updated!]

1568101129

Comments

  • @cyberpersons its very simple validate lengt text "Firstname and Lastname", if you free the github many could help in simple things like this

    Regards,

  • @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

    Regards,

    Already fixed it, did you clear your cache?

  • @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!

    Thanked by 1cyberpersons
  • ourvpsourvps Member
    edited September 2017

    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

  • @ourvps said:
    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

    Key sent.

    Regards

  • Installed on clean centos7.4 with following error while accessing panel , please check out and little help on it...

    AttributeError at /
    'module' object has no attribute '_pslinux'
    Request Method: GET
    Request URL:    https://1.2.3.4:8090/
    Django Version: 1.11.5
    Exception Type: AttributeError
    Exception Value:    
    'module' object has no attribute '_pslinux'
    Exception Location: /usr/lib64/python2.7/site-packages/psutil/__init__.py in <module>, line 89
    Python Executable:  /usr/bin/python
    Python Version: 2.7.5
    Python Path:    
    ['/usr/local/CyberCP',
     '/usr/bin',
     '/usr/lib/python2.7/site-packages/pip-9.0.1-py2.7.egg',
     '/usr/lib/python2.7/site-packages/gunicorn-19.7.1-py2.7.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 18:28:27 +0000
    
    
    Environment:
    
    
    Request Method: GET
    Request URL: https://1.2.3.4:8090/
    
    Django Version: 1.11.5
    Python Version: 2.7.5
    Installed Applications:
    ['django.contrib.admin',
     'django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
     'django.contrib.messages',
     'django.contrib.staticfiles',
     'baseTemplate',
     'loginSystem',
     'packages',
     'websiteFunctions',
     'tuning',
     'serverStatus',
     'dns',
     'ftp',
     'userManagment',
     'databases',
     'mailServer',
     'serverLogs',
     'filemanager_app',
     'firewall',
     'backup',
     'managePHP']
    Installed Middleware:
    ['django.middleware.security.SecurityMiddleware',
     'django.contrib.sessions.middleware.SessionMiddleware',
     'django.middleware.common.CommonMiddleware',
     'django.contrib.auth.middleware.AuthenticationMiddleware',
     'django.contrib.messages.middleware.MessageMiddleware',
     'django.middleware.clickjacking.XFrameOptionsMiddleware']
    
    
    
    Traceback:
    
    File "/usr/lib64/python2.7/site-packages/django/core/handlers/exception.py" in inner
      41.             response = get_response(request)
    
    File "/usr/lib64/python2.7/site-packages/django/core/handlers/base.py" in _get_response
      172.         resolver_match = resolver.resolve(request.path_info)
    
    File "/usr/lib64/python2.7/site-packages/django/urls/resolvers.py" in resolve
      362.             for pattern in self.url_patterns:
    
    File "/usr/lib64/python2.7/site-packages/django/utils/functional.py" in __get__
      35.         res = instance.__dict__[self.name] = self.func(instance)
    
    File "/usr/lib64/python2.7/site-packages/django/urls/resolvers.py" in url_patterns
      405.         patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
    
    File "/usr/lib64/python2.7/site-packages/django/utils/functional.py" in __get__
      35.         res = instance.__dict__[self.name] = self.func(instance)
    
    File "/usr/lib64/python2.7/site-packages/django/urls/resolvers.py" in urlconf_module
      398.             return import_module(self.urlconf_name)
    
    File "/usr/lib64/python2.7/importlib/__init__.py" in import_module
      37.     __import__(name)
    
    File "/usr/local/CyberCP/CyberCP/urls.py" in <module>
      21.     url(r'^base/',include('baseTemplate.urls')),
    
    File "/usr/lib64/python2.7/site-packages/django/conf/urls/__init__.py" in include
      50.         urlconf_module = import_module(urlconf_module)
    
    File "/usr/lib64/python2.7/importlib/__init__.py" in import_module
      37.     __import__(name)
    
    File "/usr/local/CyberCP/baseTemplate/urls.py" in <module>
      2. import views
    
    File "/usr/local/CyberCP/baseTemplate/views.py" in <module>
      6. from plogical.getSystemInformation import SystemInformation
    
    File "/usr/local/CyberCP/plogical/getSystemInformation.py" in <module>
      4. import psutil
    
    File "/usr/lib64/python2.7/site-packages/psutil/__init__.py" in <module>
      89.     import psutil._pslinux as _psplatform
    
    Exception Type: AttributeError at /
    Exception Value: 'module' object has no attribute '_pslinux'
    
  • @cyberpersons please sent key, i have the same error,

    Regards,

  • @qtwrk @vanhels key sent, let's have a look.

    Regards

  • dedicadosdedicados Member
    edited September 2017

    i got this error

    root@chicago:~/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
    root@chicago:~/install#
    
  • @dedicados said:
    i got this error

    root@chicago:~/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
    root@chicago:~/install#
    

    Install python2.7

  • @dedicados

    Are you on centos 7?

  • Some major Updates:

    Minor:

    • Some Bug fixes to DNS.
    • Installation Script. (Installation should work on Openvz and KVM).

    Kind Regards

    Thanked by 3MikeA perryoo11 Rhys
  • ZweiTigerZweiTiger Member
    edited September 2017

    @cyberpersons said:
    Some major Updates:

    Minor:

    • Some Bug fixes to DNS.
    • Installation Script. (Installation should work on Openvz and KVM).

    Kind Regards

    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.

    :)

  • cyberpersonscyberpersons Member
    edited September 2017

    @ZweiTiger said:

    @cyberpersons said:
    Some major Updates:

    Minor:

    • Some Bug fixes to DNS.
    • Installation Script. (Installation should work on Openvz and KVM).

    Kind Regards

    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:

    • Dropbox.
    • Mega.nz
    • .. other?

    Regards

  • Aws , g drive ?

    Thanked by 1cyberpersons
  • +1 for G drive
    FTP/SFTP
    Dropbox
    1Fichier :P

  • @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. :)

    Thanked by 1BecomeWebHost
  • @cyberpersons said:

    @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. :)

    I have some other VPS can be used as storage, such option will be great

  • S3, SFTP (or maybe build you could even build rclone.org into the backup)

  • @cyberpersons said:

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

  • cyberpersons said: You guys know mega.nz offer great protection and 50GB for free. :)

    i would never trust mega.nz to host my backups... i prefeer to have my own vps

  • cyberpersonscyberpersons Member
    edited September 2017

    @caracal said:
    S3, SFTP (or maybe build you could even build rclone.org into the backup)

    rclone I think will be a great tool to look into, thanks.

    @Edmond said:

    @cyberpersons said:

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

    @dedicados said:

    cyberpersons said: You guys know mega.nz offer great protection and 50GB for free. :)

    i would never trust mega.nz to host my backups... i prefeer to have my own vps

    Why is that ?

    I think Google Drive wins here.

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

  • @cyberpersons said:

    @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. :)

    +1 for mega. I love it. I use it. Excellent.

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

  • 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 ;)

  • @BecomeWebHost said:

    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

  • @qtwrk said:

    @BecomeWebHost said:

    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.

    http://docs.cyberpanel.net/doku.php?id=php-configurations

Sign In or Register to comment.