Hi Kir, The problem remains -
[root@hachi ~]# for f in /etc/yum.repos.d/*repo; do printf '%s\t' $f; rpm -qf $f; done /etc/yum.repos.d/cloudlinux.repo cloudlinux-release-7.1-0.1.el7.x86_64 /etc/yum.repos.d/cloudlinux-virtuozzo.repo virtuozzo-release-7.0.0-13.vz7.x86_64 /etc/yum.repos.d/factory.repo virtuozzo-release-7.0.0-13.vz7.x86_64 /etc/yum.repos.d/virtuozzo.repo virtuozzo-release-7.0.0-13.vz7.x86_64 [root@hachi ~]# ... and ... http://kojistorage.eng.sw.ru/mash/latest/latest/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: kojistorage.eng.sw.ru; Name or service not known" Trying other mirror. Loading mirror speeds from cached hostfile * virtuozzo-os: download.openvz.org * virtuozzo-updates: download.openvz.org 297 packages excluded due to repository priority protections Resolving Dependencies --> Running transaction check ---> Package rsync.x86_64 0:3.0.9-15.el7 will be updated ---> Package rsync.x86_64 0:3.0.9-15.vz7.7 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: rsync x86_64 3.0.9-15.vz7.7 factory 360 k Transaction Summary ================================================================================ Upgrade 1 Package Total download size: 360 k Downloading packages: No Presto metadata available for factory rsync-3.0.9-15.vz7.7.x86_64.rp FAILED http://kojistorage.eng.sw.ru/mash/latest/latest/x86_64/os/Packages/r/rsync-3.0.9-15.vz7.7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: kojistorage.eng.sw.ru; Name or service not known" Trying other mirror. Error downloading packages: rsync-3.0.9-15.vz7.7.x86_64: [Errno 256] No more mirrors to try. - it was installed before, but yum distro-sync had removed it. Either way, the problem remains: kojistorage.eng.sw.ru is unresolvable, and is the only mirror listed: [root@hachi ~]# cat /etc/yum.repos.d/factory.repo # These repositories are for internal use by developers only # Enable them on your own risk!!! [factory] name=Build Factory packages for Containers baseurl=http://kojistorage.eng.sw.ru/mash/latest/latest/x86_64/os/ enabled=1 gpgcheck=0 [factory-debuginfo] name=Debug packages for Containers from Build Factory baseurl=http://kojistorage.eng.sw.ru/debug/latest/ enabled=0 gpgcheck=0 [root@hachi ~]# Joe On Fri, Sep 11, 2015 at 4:30 PM, Kir Kolyshkin <k...@openvz.org> wrote: > > > On 09/11/2015 03:43 PM, jjs - mainphrame wrote: > > Hi Kirill - > > I've only ever gotten any of the packages from > <http://download.openvz.org>http://download.openvz.org; I've installed > the package "virtuozzo-release-7.0.0-13.vz7.x86_64.rpm" (linked in the > announcement at the head of this thread) on an existing OVZ 7 pre-release. > > > By looking at the below output, It seems you still have older > virtuozzo-release-7.0.0-11.vz7.x86_64 installed, not 7.0.0-13. > Please upgrade virtuozzo-release to the one from > http://download.openvz.org/virtuozzo/factory/x86_64/os/Packages/v/ > and retry. > > > > Here is the command output: > > [root@hachi ~]# for f in /etc/yum.repos.d/*repo; do printf '%s\t' $f; rpm > -qf $f; done > /etc/yum.repos.d/cloudlinux.repo > cloudlinux-release-7.1-0.1.el7.x86_64 > /etc/yum.repos.d/cloudlinux-virtuozzo.repo > virtuozzo-release-7.0.0-11.vz7.x86_64 > /etc/yum.repos.d/factory.repo virtuozzo-release-7.0.0-11.vz7.x86_64 > /etc/yum.repos.d/virtuozzo.repo virtuozzo-release-7.0.0-11.vz7.x86_64 > [root@hachi ~]# > > > > > Joe > > On Fri, Sep 11, 2015 at 3:18 PM, Kirill Kolyshkin <kolysh...@gmail.com> > wrote: > >> Where did you get it from? Please provide the output of >> >> for f in /etc/yum.repos.d/*repo; do printf '%s\t' $f; rpm -qf $f; done >> >> On 11 September 2015 at 14:09, jjs - mainphrame < <j...@mainphrame.com> >> j...@mainphrame.com> wrote: >> >>> Could someone perhaps volunteer the IP address of "kojistorage.eng.sw.ru" >>> to allow working around the breakage? >>> >>> ... >>> Downloading packages: >>> No Presto metadata available for factory >>> rsync-3.0.9-15.vz7.7.x86_64.rp FAILED >>> >>> >>> http://kojistorage.eng.sw.ru/mash/latest/latest/x86_64/os/Packages/r/rsync-3.0.9-15.vz7.7.x86_64.rpm: >>> [Errno 14] curl#6 - "Could not resolve host: kojistorage.eng.sw.ru; >>> Name or service not known" >>> Trying other mirror. >>> >>> >>> Error downloading packages: >>> rsync-3.0.9-15.vz7.7.x86_64: [Errno 256] No more mirrors to try. >>> >>> >>> On Fri, Sep 11, 2015 at 9:39 AM, Kir Kolyshkin <k...@openvz.org> wrote: >>> >>>> My interpretation of the below is: >>>> >>>> 1. There is a "factory" yum repo now available for VZ7. The meaning of >>>> factory >>>> is the same as "rawhide" for Fedora or "sid" for Debian, in other words >>>> this is the >>>> bleeding edge, latest untested packages. >>>> >>>> 2. In order to use it, you have to do the following: >>>> >>>> * Upgrade virtuozzo-release package to the one available in >>>> http://download.openvz.org/virtuozzo/factory/x86_64/os/Packages/v/ >>>> >>>> * Enable the factory repo by running "yum-config-manager --enable >>>> factory". >>>> >>>> * Run "yum update". >>>> >>>> 3. If you want to switch back to "latest stable" version: >>>> >>>> * Disable the factory repo by running "yum-config-manager --disable >>>> factory". >>>> >>>> * Run "yum distro-sync". >>>> >>>> 4. If yum-config-manager is not available, run "yum install yum-utils". >>>> >>>> >>>> Sergey, please let us know if there's anything I misinterpreted or >>>> missed. >>>> >>>> Kir. >>>> >>>> >>>> On 09/11/2015 06:06 AM, Sergey Bronnikov wrote: >>>> >>>>> Hello, everyone >>>>> >>>>> in July 2015 we have released Virtuozzo 7 Technical Preview [1] >>>>> when we considered branch 7.0-Beta1 as stable. >>>>> >>>>> Beside Beta1 we continue Virtuozzo development in another branch - >>>>> 7.0-Beta2. >>>>> The main goal for next milestone is working virtual machines based on >>>>> KVM >>>>> hypervisor. It is highly recommended to test this branch on some of >>>>> your >>>>> servers as build from this branch will be stable some time later. >>>>> >>>>> To bring Beta2 packages to installed Virtuozzo 7 instance you should >>>>> install >>>>> package virtuozzo-release on your server and run 'yum update'. Take a >>>>> link to >>>>> package 'virtuozzo-release' in factory repository [2]. Don't forget to >>>>> enable >>>>> factory YUM repository before update via yum. >>>>> Now installation of package with new release failed due to conflicts >>>>> [3] >>>>> so probably you will need to use option "--force" on installation. >>>>> >>>>> YUM repositories >>>>> ================ >>>>> >>>>> Each Virtuozzo 7 installation instance has amount of YUM repositories: >>>>> - links to stable branch are in file virtuozzo.repo; >>>>> - links to unstable branch are in file factory.repo and disabled by >>>>> default; >>>>> >>>>> Links >>>>> ===== >>>>> 1. http://lists.openvz.org/pipermail/announce/2015-July/000617.html >>>>> 2. http://download.openvz.org/virtuozzo/factory/x86_64/os/Packages/v/ >>>>> 3. https://bugs.openvz.org/browse/OVZ-6532 >>>>> 4. https://openvz.org/Roadmap >>>>> >>>>> -- >>>>> sergeyb@ >>>>> _______________________________________________ >>>>> Announce mailing list >>>>> annou...@openvz.org >>>>> https://lists.openvz.org/mailman/listinfo/announce >>>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> Users@openvz.org >>>> https://lists.openvz.org/mailman/listinfo/users >>>> >>> >>> >>> _______________________________________________ >>> Users mailing list >>> Users@openvz.org >>> https://lists.openvz.org/mailman/listinfo/users >>> >>> >> >> _______________________________________________ >> Users mailing list >> Users@openvz.org >> https://lists.openvz.org/mailman/listinfo/users >> >> > > > _______________________________________________ > Users mailing > listUsers@openvz.orghttps://lists.openvz.org/mailman/listinfo/users > > > > _______________________________________________ > Users mailing list > Users@openvz.org > https://lists.openvz.org/mailman/listinfo/users > >
_______________________________________________ Users mailing list Users@openvz.org https://lists.openvz.org/mailman/listinfo/users