Symptoms
When running command '"vzpkg create cache ubuntu-8.0-x86" the following error occurs:Error: "/usr/sbin/vzctl --skiplock --quiet start 10000001 --skip_ve_setup" return 65
Cause
The reason of the error is using "QUOTAUGIDLIMIT" option in global configuration file of "Parallels Virtuozzo Containers 4.0" system (/etc/sysconfig/vz). The issue is that this limit is configured during container's start in the environment also, but the limited container sample (which is used during cache creation) does not have any shell to execute scripts.Resolution
Please remove or comment-out the option "QUOTAUGIDLIMIT" in the configuration file /etc/sysconfig/vz, and try to create cache for EZ OS template again.This PVC 4.0 behavior will be changed in future PVC versions.