Unable to run Yum update after restore

Issues related to configuring your network
Post Reply
shelly.parker
Posts: 1
Joined: 2019/01/18 18:41:23

Unable to run Yum update after restore

Post by shelly.parker » 2019/01/18 18:51:16

I was trying to perform a yum update on my CentOS server this morning and I don't believe it finished correctly before the reboot because it took a kernel panic after reboot command. I restored it to a new VM, but now I can't ssh to it or run any yum commands?
I've read some issues like this and everything says to check the /etc/resolv.conf file and put in the nameserver, but mine already has it in there.

search heart.org
nameserver 10.5.0.50
nameserver 10.0.1.50

When I am running yum update, I am getting the following error: http://mirror.steadfastnet.com/centos/7 ... repomd.xml: {Errno 14} curl #6 - "Could not resolve host: mirrors.cmich.edu; Uknown error"
Trying other mirror.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Unable to run Yum update after restore

Post by hunter86_bg » 2019/01/20 06:29:59

Run a

Code: Select all

 yum clean all && yum makecache fast 
and try again.
Also what is the output of:

Code: Select all

host mirrors.cmich.edu

Post Reply