Announcement

Collapse
No announcement yet.

Error Installing CageFS

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

  • Error Installing CageFS

    Hello,

    I was installing CageFS on my new server today. When installing it via yum, I got:

    root@web1 [~]# yum -y install cagefs
    Loaded plugins: fastestmirror, rhnplugin
    Loading mirror speeds from cached hostfile
    * cloudlinux-x86_64-server-6: cl.banahosting.com
    * rpmforge: mirror.team-cymru.org
    cloudlinux-x86_64-server-6 | 1.0 kB 00:00
    cloudlinux-x86_64-server-6/primary | 5.5 MB 00:04
    cloudlinux-x86_64-server-6 15669/15669
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package cagefs.x86_64 0:4.0-17.el6.cloudlinux will be installed
    --> Processing Dependency: cagefs-safebin = 4.0-17.el6.cloudlinux for package: cagefs-4.0-17.el6.cloudlinux.x86_64
    --> Processing Dependency: bsock >= 0.09 for package: cagefs-4.0-17.el6.cloudlinux.x86_64
    --> Processing Dependency: lve-wrappers >= 0.5-7 for package: cagefs-4.0-17.el6.cloudlinux.x86_64
    --> Running transaction check
    ---> Package bsock.x86_64 0:0.09-1.el6 will be installed
    --> Processing Dependency: bsock-libs = 0.09 for package: bsock-0.09-1.el6.x86_64
    --> Processing Dependency: libbsock.so()(64bit) for package: bsock-0.09-1.el6.x86_64
    ---> Package cagefs-safebin.x86_64 0:4.0-17.el6.cloudlinux will be installed
    ---> Package lve-wrappers.x86_64 0:0.5-11.el6.cloudlinux will be installed
    --> Running transaction check
    ---> Package bsock-libs.x86_64 0:0.09-1.el6 will be installed
    --> Finished Dependency Resolution

    Dependencies Resolved

    ================================================== ==============================
    Package Arch Version Repository Size
    ================================================== ==============================
    Installing:
    cagefs x86_64 4.0-17.el6.cloudlinux cloudlinux-x86_64-server-6 381 k
    Installing for dependencies:
    bsock x86_64 0.09-1.el6 cloudlinux-x86_64-server-6 32 k
    bsock-libs x86_64 0.09-1.el6 cloudlinux-x86_64-server-6 13 k
    cagefs-safebin x86_64 4.0-17.el6.cloudlinux cloudlinux-x86_64-server-6 67 k
    lve-wrappers x86_64 0.5-11.el6.cloudlinux cloudlinux-x86_64-server-6 18 k

    Transaction Summary
    ================================================== ==============================
    Install 5 Package(s)

    Total download size: 511 k
    Installed size: 0
    Downloading Packages:
    (1/5): bsock-0.09-1.el6.x86_64.rpm | 32 kB 00:00
    (2/5): bsock-libs-0.09-1.el6.x86_64.rpm | 13 kB 00:00
    (3/5): cagefs-4.0-17.el6.cloudlinux.x86_64.rpm | 381 kB 00:00
    (4/5): cagefs-safebin-4.0-17.el6.cloudlinux.x86_64.rpm | 67 kB 00:00
    (5/5): lve-wrappers-0.5-11.el6.cloudlinux.x86_64.rpm | 18 kB 00:00
    --------------------------------------------------------------------------------
    Total 413 kB/s | 511 kB 00:01
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
    Installing : lve-wrappers-0.5-11.el6.cloudlinux.x86_64 1/5
    Installing : bsock-libs-0.09-1.el6.x86_64 2/5
    Installing : bsock-0.09-1.el6.x86_64 3/5
    Installing : cagefs-safebin-4.0-17.el6.cloudlinux.x86_64 4/5
    Installing : cagefs-4.0-17.el6.cloudlinux.x86_64 5/5
    Traceback (most recent call last):
    File "/usr/sbin/cagefsctl", line 4518, in
    main()
    File "/usr/sbin/cagefsctl", line 4066, in main
    cagefsreconfigure.litespeed_configure()
    File "/usr/share/cagefs/cagefsreconfigure.py", line 90, in litespeed_configure
    enableLVE_value = litespeed_cfg.getElementsByTagName("httpServerConf ig"[0].getElementsByTagName(enableLVE)[0].firstChild.nodeValue
    IndexError: list index out of range

    No idea why this happened. Ive never had it happen before.

  • #2
    Hi!

    Could you please install CageFS 5.0-1 from testing repository?
    This version has many bugfixes and improvements over CageFS 4.0-17.
    We are planning to push CageFS 5.0-1 to stable repository soon.
    Please execute
    yum install cagefs --enablerepo=cloudlinux-updates-testing

    More detailed information about CageFS 5.0-1 release:

    Comment


    • #3
      Great, thank you. That installed successfully, and it also seemed to save a lot of space. We
      e using SSD drives, so it is good to save as much space as possible.

      Comment

      Working...
      X