Symptoms

POA task 'Install set of VZ templates to VPS' fails with the following error message:

Error: failure: repodata/filelists.xml.gz from base0: [Errno 256] No more mirrors to try.

More detailed diagnostics is provided in the example below:

Internal error: 3501 : Can not install packages: ' vzpkg install -q 1001 .pp11' exec failed -
Error: failure: repodata/filelists.xml.gz from base0: [Errno 256] No more mirrors to try.
Error: /usr/share/vzyum/bin/yum failed, exitcode=1

Cause

OS template metadata is outdated on the Parallels Virtuozzo Containers (PVC) hardware node where customer's VPS is located.

Resolution

  1. Log into the PVC server where where the VPS in question resides, use the 'vzpkg' utility to find OS template the VPS is based on (ID of the container is displayed in the failed task in POA Task Manager):

    # vzpkg list -O 1001
    centos-6-x86_64         2012-12-04 18:27:00
    
  2. Update metadata for the OS template you found on the previous step:

    # vzpkg update metadata centos-6-x86_64
    
  3. Rerun the failed task in POA Task Manager.

Internal content