Re: . tar.gz.tar.gz not found while trying to create a container [message #42316 is a reply to message #42310] |
Wed, 30 March 2011 20:54  |
Sharp
Messages: 14 Registered: March 2011
|
Junior Member |
|
|
On Thu, Mar 31, 2011 at 12:33 AM, Terry <terry.kemmerer@gmail.com> wrote:
> root@ispy2:/var/lib/vz/template/cache# vzctl create 102 --ostemplate
> ubuntu-10.04-minimal_10.04_amd64.tar.gz --config basic
>
> Creating container private area (ubuntu-10.04-minimal_10.04_amd64.tar.gz)
>
> Cached OS template
> /var/lib/vz/template/cache/ubuntu-10.04-minimal_10.04_amd64. tar.gz.tar.gz
> not found
Try this command instead of yours:
vzctl create 102 --ostemplate ubuntu-10.04-minimal_10.04_amd64 --config basic
You need to specify your precreated template name without the
extension (.tar.gz).
|
|
|