OpenVZ Forum


Home » General » Support » Unable to access vz.repo from VM, but works on host node
icon12.gif  Re: Unable to access vz.repo from VM, but works on host node [message #53171 is a reply to message #51801] Tue, 13 February 2018 16:15 Go to previous message
slrslr is currently offline  slrslr
Messages: 12
Registered: April 2014
Junior Member
For anyone who have same issue, i solved it this way:

$ grep -Ri "vzdownload.swsoft" /etc/yum.repos.d

to find which repository contains that address which fails to connect. It was /etc/yum.repos.d/vz.repo

So i edited it and set this new line: enabled=false
to all sections. Other option my be to rename repo or move it somewhere else.

I then downloaded new repo as is mentioned at https://openvz.org/Quick_Installation_CentOS_6

$ wget -O /etc/yum.repos.d/openvz.repo http://download.openvz.org/openvz.repo

Then clean yum cache and do update (now without issue):

$ yum clean all
$ yum update
 
Read Message
Read Message
Read Message icon12.gif
Previous Topic: venet cannot listen on ip address specified
Next Topic: The certificate for https://download.openvz.org/ is broken/expired
Goto Forum:
  


Current Time: Sun Sep 15 07:10:28 GMT 2024

Total time taken to generate the page: 0.03402 seconds