OpenVZ Forum


Home » General » Support » Problem create ct
Problem create ct [message #53477] Fri, 18 January 2019 23:00 Go to next message
gral is currently offline  gral
Messages: 34
Registered: May 2006
Member

Hello again, i still with troubles migrating to openvz 7, now i can create containers using the ubuntu template; im receiving this;

[root@vps2 conf]# prlctl create ar1.wind.com --vmtype ct --ostemplate ubuntu-16.04
Creating the Container...
Creating cache
Processing metadata for ubuntu-16.04-x86_64
Failed to register the CT: PRL_ERR_VZCTL_OPERATION_FAILED (Details: Creating OS template cache for ubuntu-16.04 template
Error: Error: Got signal 11
Creation of Container private area failed
)
Failed to create the virtual machine.

But its work fine i use centos7 instead;

[root@vps2 conf]# prlctl create ar1.wind.com --vmtype ct --ostemplate centos-7-x86_64
Creating the Container...
The Container has been successfully created.
[root@vps2 conf]#

This happend with all debian base distribution, other release of ubuntu or debian8 template;

here is the output of vzpkg list;

[root@vps2 private]# vzpkg list
ubuntu-14.04-x86_64
ubuntu-14.04-x86_64 squirrelmail
ubuntu-14.04-x86_64 devel
ubuntu-14.04-x86_64 jsdk
ubuntu-14.04-x86_64 imp
ubuntu-14.04-x86_64 postgresql
ubuntu-14.04-x86_64 php
ubuntu-14.04-x86_64 tomcat
ubuntu-14.04-x86_64 wordpress
ubuntu-14.04-x86_64 mysql
ubuntu-14.04-x86_64 cyrus-imap
ubuntu-14.04-x86_64 mailman
ubuntu-14.04-x86_64 proftpd
ubuntu-14.04-x86_64 jre
ubuntu-14.04-x86_64 phpmyadmin
ubuntu-14.04-x86_64 webalizer
ubuntu-14.04-x86_64 mod_perl
ubuntu-14.04-x86_64 spamassassin
ubuntu-14.04-x86_64 phppgadmin
ubuntu-16.04-x86_64
ubuntu-16.04-x86_64 squirrelmail
ubuntu-16.04-x86_64 devel
ubuntu-16.04-x86_64 jsdk
ubuntu-16.04-x86_64 imp
ubuntu-16.04-x86_64 postgresql
ubuntu-16.04-x86_64 mariadb
ubuntu-16.04-x86_64 php
ubuntu-16.04-x86_64 tomcat
ubuntu-16.04-x86_64 wordpress
ubuntu-16.04-x86_64 cyrus-imap
ubuntu-16.04-x86_64 mailman
ubuntu-16.04-x86_64 proftpd
ubuntu-16.04-x86_64 jre
ubuntu-16.04-x86_64 phpmyadmin
ubuntu-16.04-x86_64 webalizer
ubuntu-16.04-x86_64 mod_perl
ubuntu-16.04-x86_64 spamassassin
ubuntu-16.04-x86_64 phppgadmin
centos-7-x86_64 2018-06-28 15:54:24
centos-7-x86_64 vsftpd
centos-7-x86_64 devel
centos-7-x86_64 jsdk
centos-7-x86_64 postgresql
centos-7-x86_64 php
centos-7-x86_64 tomcat
centos-7-x86_64 mysql
centos-7-x86_64 cyrus-imap
centos-7-x86_64 mailman
centos-7-x86_64 mod_ssl
centos-7-x86_64 jre
centos-7-x86_64 spamassassin
debian-8.0-x86_64
debian-8.0-x86_64-minimal
debian-8.0-x86_64 squirrelmail
debian-8.0-x86_64 devel
debian-8.0-x86_64 jsdk
debian-8.0-x86_64 imp
debian-8.0-x86_64 postgresql
debian-8.0-x86_64 php
debian-8.0-x86_64 tomcat
debian-8.0-x86_64 wordpress
debian-8.0-x86_64 mysql
debian-8.0-x86_64 cyrus-imap
debian-8.0-x86_64 mailman
debian-8.0-x86_64 proftpd
debian-8.0-x86_64 jre
debian-8.0-x86_64 phpmyadmin
debian-8.0-x86_64 webalizer
debian-8.0-x86_64 mod_perl
debian-8.0-x86_64 spamassassin
debian-8.0-x86_64 phppgadmin

kernel: 3.10.0-693.21.1.vz7.50.16

What can be wrong ?

Thanks!


Argentina
--Vz--

[Updated on: Sat, 19 January 2019 19:48]

Report message to a moderator

Re: Problem create ct [message #53478 is a reply to message #53477] Thu, 24 January 2019 04:56 Go to previous messageGo to next message
vaverin is currently offline  vaverin
Messages: 708
Registered: September 2005
Senior Member
Please try to execute vzpkg create cache ubuntu-16.04,
it generates detailed output and can help to explain the reason of the trouble.
Also it makes sense to update kernel (and other vz-related packages too) -- your current vz7.50.16 is quite old.

Thank you,
Vasily Averin
Re: Problem create ct [message #53479 is a reply to message #53477] Thu, 24 January 2019 05:10 Go to previous messageGo to next message
gral is currently offline  gral
Messages: 34
Registered: May 2006
Member

Hello Vasily, thanks a lot for your answer;

I already did an update of the vzctl environment ;

# uname -a
Linux vpsh2.servidoraweb.net 3.10.0-862.20.2.vz7.73.25 #1 SMP Thu Dec 20 15:51:48 MSK 2018 x86_64 x86_64 x86_64 GNU/Linux

# vzctl --version
vzctl v.7.0.193-1.vz7

Anyway the problem reamins there;

# vzpkg create cache ubuntu-16.04
Creating OS template cache for ubuntu-16.04 template
Error: Error: Got signal 11

Damn!


Argentina
--Vz--
Re: Problem create ct [message #53480 is a reply to message #53479] Thu, 24 January 2019 12:25 Go to previous messageGo to next message
vaverin is currently offline  vaverin
Messages: 708
Registered: September 2005
Senior Member
I would note that you use binaries from 'factory' repo.
you can try to switch to stable branch, this may help.

Please re-install ubuntu-16.04.ez tempalte rpm, to be sure that original files was not modified.

There is /var/log/vztt.log log file, but I afraid it can be useless here.
You can execute vzpkg with debug (-d key) -- however according to developers
it usually helps to troubleshoot the problem related to installation of the packets.

Please search core dump of failed vzpkg,
or at least execute vzpkg under strace.

If nothing helps, please provide exact version of vztt and submit new bug on https://bugs.openvz.org

Thank you,
Vasily Averin
Re: Problem create ct [message #53482 is a reply to message #53477] Tue, 29 January 2019 19:36 Go to previous message
gral is currently offline  gral
Messages: 34
Registered: May 2006
Member

Hello , due i've change the repo and tried with the originals rpm. Have no changes, i opened a ticket bug to openvz.

https://bugs.openvz.org/browse/OVZ-7078

Thanks!


Argentina
--Vz--
Previous Topic: iptables firewall in openvz7 hardware node
Next Topic: vzkernel-3.10.0-x releases stopped since Sept?
Goto Forum:
  


Current Time: Thu Mar 28 12:16:44 GMT 2024

Total time taken to generate the page: 0.01731 seconds