Get our latest news

Blog & News

Criu-lve Updated

  • 29 August 2018

We have updated Ñriu-lve version 3.9-1 for CloudLinux 7 on all of our servers to the following versions.

Changelog:

criu-lve 3.9-1

  • MODLS-528: fixed an error on restore "Too big FD number to restore";
  • MODLS-516: open out of jail vma files before entering jail;
  • MODLS-516: fixed an error on dump "can't lookup mount path=/var/db/nscd";
  • Updated to CRIU version 3.9.

To install run:

yum clean all
yum install criu-lve

Start criu service:

systemctl enable criu
systemctl start criu

To update run:

yum clean all
yum update criu-lve

Restart criu service:

systemctl restart criu
systemctl daemon-reload