Announcement

Collapse
No announcement yet.

cagefs destroy all failed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cagefs destroy all failed

    Code:
    cagefsctl --reinit
    Error: /usr/sbin/lvectl destroy all failed
    Error: /usr/sbin/lvectl destroy all failed
    Error: /usr/sbin/lvectl apply all failed
    ​

    Code:
    /usr/sbin/lvectl --destroy
    Traceback (most recent call last):
      File "/usr/sbin/lvectl", line 22, in <module>
        from cllimits_validator import LimitsValidator, ENTITY_USER, ENTITY_PACKAGE, ENTITY_RESELLER, ENTITY_DEFAULTS
      File "/opt/alt/python37/lib/python3.7/site-packages/cllimits_validator/__init__.py", line 9, in <module>
        from .limits_validator import LimitsValidator
      File "/opt/alt/python37/lib/python3.7/site-packages/cllimits_validator/limits_validator.py", line 13, in <module>
        from cllimitslib_v2 import LimitsDataStorage, DEFAULTS
      File "/opt/alt/python37/lib/python3.7/site-packages/cllimitslib_v2/__init__.py", line 9, in <module>
        from .lve_storage import (
      File "/opt/alt/python37/lib/python3.7/site-packages/cllimitslib_v2/lve_storage.py", line 14, in <module>
        from lvectllib import paneluserslist, panelpackagesdict, LVP_DEFAULT, LVE_DEFAULT, DEFAULT_PACKAGE
      File "/opt/alt/python37/lib/python3.7/site-packages/lvectllib.py", line 75, in <module>
        pylve = PyLve(debug=IS_DEBUG)
      File "/opt/alt/python37/lib/python3.7/site-packages/lveapi.py", line 333, in __init__
        self.api_version = self._pylve.lve_get_api_version()
    AttributeError: 'NoneType' object has no attribute 'lve_get_api_version'
    ​
    Code:
    uname -r
    3.10.0-962.3.2.lve1.5.63.el7.x86_64
    ​

  • #2
    Hi,

    It seems something is broken with the core packages like lve or liblve, please show the output of:

    Code:
    rpm -V lve liblve
    Or just reinstall them with:

    Code:
    yum reinstall lve liblve

    Comment

    Working...
    X