Blog

Beta: LVE Manager 0.6-8 - bugfix and minor improvemnets

This version of LVE Manager fixes several issues for PHP Selector, including an issue that prevented abilty to set php.ini settings in Plesk.

Changelog:
  • Bugfix: Plesk: fixed "It cannot be run outside of Plesk 9 environment. " caused by PHP Selector
  • Bugfix: PHP Selector: Invalid output in firefox browser fixed
  • Bugfix: ISPmanager: Error on account creation from WHMCS resolved
  • Added conflict detection between 'apc' and 'zend_optimizer' modules.
  • 'Save' and 'Default' buttons are disabled instead of removed when 'native' version chosen
  • cPanel: Improved support for RVSkin
  • cl-selector: added command argumennts error processing

To update:
$ yum update lvemanager --enablerepo=cloudlinux-updates-testing

Beta: MySQL Governor 1.0-3

The new beta of MySQL Governor features ability to easily switch between different versions of MySQL. It supports all control panels, and MySQL versions:
MySQL 5.0
MySQL 5.1
MySQL 5.5
MariaDB 5.5



Instructions on how to switch MySQL version can be found here:
http://docs.cloudlinux.com/index.html?change_mysql_version.html

To update: 
$ yum update governor-mysql --enablerepo=cloudlinux-updates-testing

To install - follow installation guide:
http://docs.cloudlinux.com/index.html?installation3.html

Beta: CL6/Hybrid kernel 2.6.32-458.6.2.lve1.2.2

The new version ports improvements from upstream such as memory management, deadlock prevention on fsync, optimized CPU scheduler




Changelog:
  • rebase to 2.6.32-042stab078.13
  • faster lookup_mnt for big /proc/mounts
  • xen_blkfront.sda_is_xvda is not writable

To upgrade CL6 servers:
$ yum install kernel-2.6.32-458.6.2.lve1.2.22.el6 --enablerepo=cloudlinux-updates-testing

To upgrade hybrid servers:
$ yum install kernel-2.6.32-458.6.2.lve1.2.22.el5h --enablerepo=cloudlinux-hybrid-testing

Beta: PHP Selector for DirectAdmin - ability to change php.ini settings added

New version of PHP Selector gives end users ability to edit php.ini settings through their DirectAdmin interface.

To update:
$ yum update lvemanager --enablerepo=cloudlinux-updates-testing

Beta: PHP Selector - alt-php updates

This beta release bring in full support of MySQL 5.0, 5.1 & 5.5 for PHP 4.4.9 as well as support for Zend Guard Loader v6.0.0 for PHP 5.4


To update:
# yum groupinstall alt-php --enablerepo=cloudlinux-updates-testing

Beta: Updated CageFS 4.0-19 and LVE Manager 0.6-6.7

New version of CageFS and LVE Manager are available. This release is geared toward fixing number of bugs


CageFS Changelog:
  • native.conf: changed paths to php-cgi and php.ini for DirectAdmin
  • cagefslib.py: scan /opt/alt/phpNN/usr/sbin directories in order to copy libs for php-fpm (bugfix in function get_alt_php_libs)
  • removed /usr/bin/ssh-agent from black.list file, added /usr/bin/ssh-keygen to cagefs-skeleton
  • cagefsctl: bugfix in function invalid_homes_exist() in cagefslib.py
  • CageFS RPM: Automatically configure Litespeed for PHP Selector (when needed)
  • cagefsctl: minor bugfix in function tmpwatch() - reset counter to zero after execution of tmpwatch binary
  • cagefsctl: bugfix: do not acquire lock when --list-enabled or --list-disabled options are processed
  • LiteSpeed detection: bugfix: Added enableLVE xml tag when it's missing
  • added ispmanager.cfg: bugfix: make pbackup work in CageFS
  • cagefsctl --force-update-etc: bugfix: always update etc directories of user
  • userdel.cagefs: Added 2>&1 >/dev/null to all commands
  • CageFS RPM: remount CageFS when needed (added new conditions)
  • merge stderr with stdout when capturing output of 'php -qm'
  • install-cagefs-plugin.py: never remove /etc/cagefs/etc.safe/disable.etcfs
  • cagefsctl --setup-cl-selector: configure Litespeed for PHP Selector
  • PHP Selector: added hooks for Plesk, ISP Manager, DirectAdmin
  • adaptation for new syscall lve_set_root()  in lve_jail_uid() in liblve


LVE Manager Changelog
  • PHP Selector for DirectAdmin: handle condition when user is not in CageFS
  • LVEmanager for ISPmanager: resource usage top image fixed
  • LVEManager for ISPmanager: added /etc/init.d/cl-ispsystems for load correct plugin on reboot
  • LVEManager for ISPmanager, DirectAdmin, InterWorx: install-lvemanager-plugin.py -u|-i always update files
  • Added line in /etc/sudoers for PHP Selector


To update
$ yum update cagefs lvemanager --enablerepo=cloudlinux-updates-testing

Beta: PHP Selector alt-php updates

New versions of PHP 5.5, 5.4 & 5.3 are available. Additionaly, we have recompiled PHP with latest PCRE libraries.


To update:
$ yum groupupdate alt-php --enablerepo=cloudlinux-updates-testing


Full list of changes:

Version 5.5.0RC1
  • FPM:
    • Ignore QUERY_STRING when sent in SCRIPT_FILENAME. (Remi)
    • Fixed some possible memory or resource leaks and possible null dereference detected by code coverity scan. (Remi)
    • Log a warning when a syscall fails. (Remi)

  • GD:
    • Fix build with system libgd >= 2.1 which is now the minimal version required (as build with previous version is broken). No change when bundled libgd is used. (Ondrej Sury, Remi)

  • SNMP:
    • Fixed bug #64765 (Some IPv6 addresses get interpreted wrong). (Boris Lytochkin)
    • Fixed bug #64159 (Truncated snmpget). (Boris Lytochkin)

  • Streams:
    • Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64). (Anatol)


Version 5.4.15
  • Core:
    • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault).
    • Fixed bug #64458 (dns_get_record result with string of length -1).
    • Fixed bug #64433 (follow_location parameter of context is ignored for most response codes).
    • Fixed bug #47675 (fd leak on Solaris).
    • Fixed bug #64577 (fd leak on Solaris).

  • Fileinfo:
    • Upgraded libmagic to 5.14.

  • Streams:
    • Fixed Windows x64 version of stream_socket_pair() and improved error handling.

  • Zip:
    • Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).


Version 5.3.25
  • Core:
    • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault).
    • Fixed bug #64458 (dns_get_record result with string of length -1).
    • Fixed bug #47675 (fd leak on Solaris).
    • Fixed bug #64577 (fd leak on Solaris).

  • Streams:
    • Fixed Windows x64 version of stream_socket_pair() and improved error handling.

  • Zip:
    • Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).


Alt-php build with latest PCRE:
    1. – PCRE-8.0.2
    2. - PCRE-8.32
    3. - PCRE-8.32
    4. - PCRE-8.32


IonCube Loader updated to 4.4.0
timezone_db updated to 2013.3
mongo updated to 1.3.7
gender updated to 0.9.0

Important: Local root exploit - new kernels for CL6/Hybrid are available

There is a new root exploit making rounds that affects CloudLinux 6/CentOS 6/RHEL 6 systems (CloudLinux 5 is not affected, but CloudLinux 5 hybrid is).

There is a thread with example exploit on centos.org: https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=42827&forum=59

New kernel fixes the above mentioned problem, and everyone is highly recommended to upgrade.


To install on CL6 servers:
$ yum install kernel-2.6.32-379.22.1.lve1.2.17.1.el6

To install on hybrid servers:
$ yum install kernel-2.6.32-379.22.1.lve1.2.17.1.el5h

Beta: CL6 and hybrid kernel 2.6.32-379.22.1.lve1.2.20


New kernel features rebase to latest upstream kernel

Changelog:


To upgrade CL6 servers:
$ yum install kernel-2.6.32-379.22.1.lve1.2.20.el6 --enablerepo=cloudlinux-updates-testing

To upgrade hybrid servers:
$ yum install kernel-2.6.32-379.22.1.lve1.2.20.el5h --enablerepo=cloudlinux-hybrid-testing

CloudLinux 5.x kernel 2.6.18-448.4.1.el5.lve0.8.68 released


This new kernel for CloudLinux 5.x features a number of bugfixes from upstream

Changelog:
  • Rebase to upstream 028stab107.1
  • Kernel packaging now allows for kmod-* files, similar to CL6

To update:
$ yum install kernel-2.6.18-448.4.1.el5.lve0.8.68 

If you have PAE, xen or Enterprise kernel -- use corresponding prefix, like: kernel-PAE, kernel-xen, kernel-ent instead of kernel

New CL5 kernel 2.6.18-448.3.1.el5.lve0.8.65 availalbe

This kernel has no changes since previous CL5 kernel. It was repackaged to allow for installation of additional kernel modules using kmod-* packaging. Right now we added such package for aacraid, and next week we plan to release kmod package for Hyper-V.
You don't need to upgrade to this kernel - as there is no improvements other then ability to install additional kmod packages.

Beta: CloudLinux 5.x kernel 2.6.18-448.4.1.el5.lve0.8.68 released

New beta kernel is ready for testing. 
Changelog:
  • Rebase to upstream 028stab107.1
  • Kernel packaging now allows for kmod-* files, similar to CL6
To update:
$ yum install kernel-2.6.18-448.4.1.el5.lve0.8.68 --enablerepo=cloudlinux-updates-testing

If you have PAE, xen or Enterprise kernel -- use corresponding prefix, like: kernel-PAE, kernel-xen, kernel-ent instead of kernel

Beta: PHP Selector for DirectAdmin and Plesk

New beta of LVE Manager brings PHP Selector for DirectAdmin and Plesk control panels. A lot of internals of UI for PHP Selector for cPanel was rewritten as well in an attempt to re-use as much code as possible among different control panels.



Changelog for lvemanager 0.6-6.4
  • PHP Selector UI for DirectAdmin added
  • PHP Selector UI for Plesk added
  • PHP Selector UI for cPanel rewritten
  • bugfix: Interworx:  fs.proc_super_gid is set to iworx gid

To update:
$ yum update lvemanager --enablerepo=cloudlinux-updates-testing

We need your help with shared hosting industry survey. It will take just 3 minutes of your time.



We want to collect the data about hardware and software configuration of servers used for shared hosting. The information that we collect:
hardware configuration, installed software, version of control panel, number of accounts, domains and mail users, partitioning information, amount of free memory, load averages, etc... The script should take about 2-3 minutes to collect all the data. We also ask you to submit your email address for a chance to win $100 Amazon gift card. We will contact the winner using that email.  We will consider each submission (from a different server) as a separate entry, so the more servers you run this script on - the more chances you have to win. If you don’t want to participate in the giveaway, leave your email blank. The submissions will be accepted until May 15, 2013


If you would like to participate in the surve execute one of the following command on your shared hosting server (CloudLinux, CentOS or RHEL, any control panels, including custom) as root:

If you have wget installed:
$ wget -qq -O clinfo.sh http://www.cloudlinux.com/clinfo/clinfo.sh; bash clinfo.sh


If you have curl installed: 
$ curl -o clinfo.sh -s http://www.cloudlinux.com/clinfo/clinfo.sh; bash clinfo.sh

lve-utils 1.2-11, alt-php 4.4.9 for CL5, updates for alt-php 5.x

We have released new version of lve-utils, updated versions of PHP 5.x for PHP selector, and PHP 4.4.9 for CloudLinux 5.

Minor updates for lve-utils version 1.2-11:



  • Prevent suppression of wrong kernel detection on install
  • bugfix: correctly handle the case when apache user is missing
  • moved remove_ubc.py from /usr/bin
  • bugfix: lvectl destroy all, added json output.
  • bugfix: cldetect --set-securelinks-gid. fs.symlinkown_gid always setup
  • bugfix: getpleskuserspackages - get correct Plesk users packages
  • bugfix: lvectl list - don't show stack trace on output error


To update:

$ yum update lve-utils






alt-php updates

To update:

$ yum groupupdate alt-php


Version 4.4.9 support for CL5


Version 5.4.14
  • Core:
    • Fixed bug #64529 (Ran out of opcode space).
    • Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration).
    • Fixed bug #64432 (more empty delimiter warning in strX methods).
    • Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
    • Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
    • Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
    • Fixed bug #63976 (Parent class incorrectly using child constant in class property).
    • Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
    • Fixed bug #62343 (Show class_alias In get_declared_classes()).

  • PCRE:
    • Merged PCRE 8.32.

  • SNMP:
    • Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).

  • Zip:
    • Fixed bug #64452 (Zip crash intermittently). (Anatol)


Version 5.3.24
  • Core:
    • Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
    • Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
    • Fixed bug #62343 (Show class_alias In get_declared_classes()).

  • PCRE:
    • Merged PCRE 8.32.

  • mysqlnd:
    • Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).

  • DateTime:
    • Fixed bug #62852 (Unserialize Invalid Date causes crash).

  • Zip:
    • Fixed bug #64452 (Zip crash intermittently).



Version 5.5.0beta3
  • Core:
    • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:segfault). (Laruence)
    • Fixed bug #64565 (copy doesn't report failure on partial copy). (Remi)
    • Fixed bug #64555 (foreach no longer copies keys if they are interned) (Nikita Popov)
    • Fixed bugs #47675 and #64577 (fd leak on Solaris)

  • CURL:
    • Added CURL_WRAPPERS_ENABLED constant. (Laruence)

  • DateTime
  • Fixed bug #54567 (DateTimeZone serialize/unserialize) (Lonny Kapelushnik, Derick)
  • Fixed bug #60774 (DateInterval::format("%a"smile;) is always zero when an interval is created using the createFromDateString method) (Lonny Kapelushnik, Derick)
  • General improvements:
    • Drop support for bison < 2.4 when building PHP from GIT source. (Laruence)

  • Fileinfo:
    • Upgraded libmagic to 5.14. (Anatol)

PHP Selector for Plesk coming soon

We plan to release this week a beta of PHP Selector for Plesk & DA. Here are some of the screenshots from Plesk (we have posted DA screenshots before).

Admin View




End User View:



Selecting version and extensions


Customizing php.ini settings

Beta: lve-utils 1.2-10, updates for alt-php 5.x

Minor updates for lve-utils version 1.2-10:
  • bugfix: cldetect --set-securelinks-gid. fs.symlinkown_gid always setup (bugfix)
  • bugfix: getpleskuserspackages - get correct Plesk users packages (bugfix).
  • bugfix: lvectl list - don't show stack trace on output error

To update:
$ yum update lve-utils --enablerepo=cloudlinux-updates-testing

alt-php updates

To update:
$ yum groupupdate alt-php --enablerepo=cloudlinux-updates-testing

Version 5.4.14
  • Core:
    • Fixed bug #64529 (Ran out of opcode space).
    • Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration).
    • Fixed bug #64432 (more empty delimiter warning in strX methods).
    • Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
    • Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
    • Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
    • Fixed bug #63976 (Parent class incorrectly using child constant in class property).
    • Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
    • Fixed bug #62343 (Show class_alias In get_declared_classes()).

  • PCRE:
    • Merged PCRE 8.32.

  • SNMP:
    • Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).

  • Zip:
    • Fixed bug #64452 (Zip crash intermittently). (Anatol)


Version 5.3.24
  • Core:
    • Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
    • Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
    • Fixed bug #62343 (Show class_alias In get_declared_classes()).

  • PCRE:
    • Merged PCRE 8.32.

  • mysqlnd:
    • Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).

  • DateTime:
    • Fixed bug #62852 (Unserialize Invalid Date causes crash).

  • Zip:
    • Fixed bug #64452 (Zip crash intermittently).



Version 5.5.0beta3
  • Core:
    • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:segfault). (Laruence)
    • Fixed bug #64565 (copy doesn't report failure on partial copy). (Remi)
    • Fixed bug #64555 (foreach no longer copies keys if they are interned) (Nikita Popov)
    • Fixed bugs #47675 and #64577 (fd leak on Solaris)

  • CURL:
    • Added CURL_WRAPPERS_ENABLED constant. (Laruence)

  • DateTime
  • Fixed bug #54567 (DateTimeZone serialize/unserialize) (Lonny Kapelushnik, Derick)
  • Fixed bug #60774 (DateInterval::format("%a"smile;) is always zero when an interval is created using the createFromDateString method) (Lonny Kapelushnik, Derick)
  • General improvements:
    • Drop support for bison < 2.4 when building PHP from GIT source. (Laruence)

  • Fileinfo:
    • Upgraded libmagic to 5.14. (Anatol)

Beta: CloudLinux takes a giant step ... back, with the release of PHP 4.4.9


I know that  it sounds like delayed April 1st joke for most of you, but due to requests from quite a few people we have decided to package PHP 4.4.9 for PHP Selector. It is available only for CloudLinux 5.x, though support for CloudLinux 6.x might come soon.

This version bundles modest number of modules:
bcmath bz2 calendar ctype curl dba dbase dbx domxml exif fileinfo ftp gd gettext gmp iconv imap json ldap mbstring mcrypt mhash mysql ncurses odbc overload pcntl pcre pgsql posix pspell recode session shmop snmp sockets standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlrpc 

It also hasn't been updated since Aug 2008, and provides your customers with a perfect way to create easily hackable websites.

To install (CL5 Only):
$ yum install alt-php44* --enablerepo=cloudlinux-updates-testing

CloudLinux 5.x kernel 2.6.18-448.3.1.el5.lve0.8.64

We have released a new production  kernel that features rebase to upstream 028stab106.2 kernel, that includes several bug & security fixes. The new kernel also includes:




To update:
$ yum install kernel-2.6.18-448.3.1.el5.lve0.8.64

Beta: Improved MySQL Governor stats, MariaDB support and Apache ITK in httpd RPM for CL6

We have quite a few changes ready to be tested. MySQL Governor now supports MariaDB. Apache RPM for CL6 added support for MPM ITK. We have also improved output of lve-stats to better display MySQL resource usage information.


Change log: governor-mysql 0.9-12
  • Added MariaDB patch
  • Removed dependencies on LVE when not necessary

Installation instructions: http://docs.cloudlinux.com/index.html?installation3.html

To update:
$ yum update governor-mysql --enablerepo=cloudlinux-updates-testing

Change log: lve-stats-0.9-23
  • Improved output of MySQL Governor statistics

To update:
$ yum install lve-stats --enablerepo=cloudlinux-updates-testing

Change log: httpd-2.2.15-26 (CL6 only)
  • MPM ITK support
  • SSL bug fixes for Parallels hosting NG

To update:
$ yum update httpd --enablerepo=cloudlinux-updates-testing

CL6 Kernel 2.6.32-379.22.1.lve1.2.17

The new kernel has been released to production channels. It features rebase to latest upstream version 042stab076.5



To install on CL6 servers:


$ yum install kernel-2.6.32-379.22.1.lve1.2.17.el6

To install on hybrid servers:
$ yum install kernel-2.6.32-379.22.1.lve1.2.17.el5h

Beta: CloudLinux 5.x kernel 2.6.18-448.3.1.el5.lve0.8.64

The new beta kernel features rebase to upstream 028stab106.2 kernel, that includes several bug & security fixes.

To update:
$ yum install kernel-2.6.18-448.3.1.el5.lve0.8.64 --enablerepo=cloudlinux-updates-testing

Beta: CL6 Kernel 2.6.32-379.22.1.lve1.2.17

The new beta kernel features rebase to latest upstream version 042stab076.5

To install on CL6 servers:
$ yum install kernel-2.6.32-379.22.1.lve1.2.17.el6 --enablerepo=cloudlinux-updates-testing

To install on hybrid servers:
$ yum install kernel-2.6.32-379.22.1.lve1.2.17.el5h --enablerepo=cloudlinux-hybrid-testing

CageFS 4.0-17, LVE Manager 0.6-4 are released to production channels

New version of CageFS & LVE Manager are moved to production. They bring a number of bug fixes and small improvements.


CageFS 4.0-17 Changelog:
  • cPanel boxtrapper support
  • ISPManager pbackup support
  • cPanel: fix shebang in addon_cagefs.cgi (detect path to perl binary)
  • cagefsctl: added new option --force-update-etc
  • execute "cagefsctl --force-update-etc" in posttrans in order to fix incorrect passwd files in CageFS for all users (
  • cagefsctl: fixed bug in is_writable function
  • cagefsctl: set / restore supplementary groups
  • added removing of outdated files in tmp directory in CageFS (execute "cagefsctl --tmpwatch" via cronjob)
  • cagefsctl: added options --tmpwatch, --set-tmpwatch
  • cagefsctl --enter user: enter in CageFS (as root) even when shell is disabled for user
  • bugfix: proxyexec/cagefs.server.c: execute setgid() in proxyexec before exec()
  • cagefsctl --reconfigure-cagefs: create /etc/cagefs/cagefs.base.home.dirs file for Plesk


LVE Manager 0.6-4 Changelog
  • piniset: check php binary only
  • CloudLinux.cgi: added JSON interface for lvectl commands
  • bugfix: install_module.pl: restored ability to show/hide left-side user statistics column in accordance with WHM lvemanager settings
  • bugfix: extensions.py: fixed argumets set for set_alternatives call
  • extensions.py: added exceptions handling while processing files
  • extensions.py: option '--with-reload' marked as deprecated and left for compatibility
  • install_module.pl: added processing additional cpanel themes
  • CloudLinux.cgi: added processing additional cpanel themes
  • extensions.py: on displaying current user php version now only php-cgi path is searched for
  • bugfix: Added trim() before exec command in Plesk lvemanager plugin.

LVE Utils 1.2-9
  • Added JSON output for lvectl 'lvectl command (--json, json)'
  • Added cldetect --detect-cp-nameonly.
  • Improve getcontrolpaneluserspackages, added Fast detection of user control panel name via cldetect.


To update:
$ yum update cagefs lvemanager lve-utils

Beta: CageFS 4.0-17, LVE Manager 0.6-4

This is a beta update for CageFS & LVE Manager that brings in a number of bug fixes and small improvements.

CageFS 4.0-17 Changelog:
  • cPanel boxtrapper support
  • ISPManager pbackup support
  • cPanel: fix shebang in addon_cagefs.cgi (detect path to perl binary)
  • cagefsctl: added new option --force-update-etc
  • execute "cagefsctl --force-update-etc" in posttrans in order to fix incorrect passwd files in CageFS for all users (
  • cagefsctl: fixed bug in is_writable function 

  • cagefsctl: set / restore supplementary groups
  • added removing of outdated files in tmp directory in CageFS (execute "cagefsctl --tmpwatch" via cronjob)
  • cagefsctl: added options --tmpwatch, --set-tmpwatch
  • cagefsctl --enter user: enter in CageFS (as root) even when shell is disabled for user
  • bugfix: proxyexec/cagefs.server.c: execute setgid() in proxyexec before exec() 
  • cagefsctl --reconfigure-cagefs: create /etc/cagefs/cagefs.base.home.dirs file for Plesk


LVE Manager 0.6-4 Changelog
  • piniset: check php binary only
  • CloudLinux.cgi: added JSON interface for lvectl commands
  • bugfix: install_module.pl: restored ability to show/hide left-side user statistics column in accordance with WHM lvemanager settings 
  • bugfix: extensions.py:  fixed argumets set for set_alternatives call
  • extensions.py: added exceptions handling while processing files
  • extensions.py: option '--with-reload' marked as deprecated and left for compatibility
  • install_module.pl: added processing additional cpanel themes
  • CloudLinux.cgi: added processing additional cpanel themes
  • extensions.py: on displaying current user php version now only php-cgi path is searched for
  • bugfix: Added trim() before exec command in Plesk lvemanager plugin.

LVE Utils 1.2-8
  • Added JSON output for lvectl 'lvectl command (--json, json)'

  • Added cldetect --detect-cp-nameonly.
  • Improve getcontrolpaneluserspackages, added Fast detection of user control panel name via cldetect.
To update: 



$ yum update cagefs lvemanager lve-utils --enablerepo=cloudlinux-updates-testing

beta: alt-php update

alt-php used for PHP Selector had been updated. 

Changes:
  • PHP 5.5 updated to Beta 2
  • New extensions for php5.5 added: APM, LZF, bitset, geoip, stats, stem, uuid
  • --with-libexpat-dir has been disabled
  • Zend Optimizer+ support added
  •  update timezonedb to 2013.2
  • update eio to 1.2.1
  •  update mongo to 1.3.6
  • update msgpack to 0.5.5
  • update xdebug to 2.2.2
  • alt-libmemecached moved to /opt/alt/libmemcached
  • alt-freetds moved to /opt/alt/freetds
  • alt-libssh2 moved to /opt/alt/libssh2
  • add alt-ImageMagick 6.8.3.9

$ yum groupupdate alt-php --enablerepo=cloudlinux-updates-testing

Pages: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next