I have a woefully dumb question. When I tell my wife's laptop, with CentOS 7 installed and a live ethernet cable plugged into it, "yum update," it fails saying that it doesn't see any repos. What do I need to do to?
Am 04.08.2017 um 19:01 schrieb Beartooth:
I have a woefully dumb question. When I tell my wife's laptop, with CentOS 7 installed and a live ethernet cable plugged into it, "yum update," it fails saying that it doesn't see any repos. What do I need to do to?
Without a precise error messge (copy & paste what is printed out) it is hard to judge.
rpm -V centos-release
If that command does not print out anything then the default CentOS repo definitions are there and set. I then would guess the laptop does not have internet connectivity. Validate that
ip a s
prints out a valid network address. And that
ip r s
has a valid route to reach the internet.
Is any internet address like www.google.com reachable from the system?
Alexander
On 08/04/2017 02:35 PM, Alexander Dalloz wrote:
Without a precise error messge (copy & paste what is printed out) it is hard to judge.
rpm -V centos-release
If that command does not print out anything then the default CentOS repo definitions are there and set. I then would guess the laptop does not have internet connectivity. Validate that
ip a s
prints out a valid network address. And that
ip r s
has a valid route to reach the internet.
Is any internet address like www.google.com reachable from the system?
Alexander
Standard troubleshooting 101:
Have you rebooted? Can you ping it?
If no then hit us up.
Had that as a sign forever on my wall. I probably should make a new one.
On Fri, 04 Aug 2017 14:46:06 -0400, Mark Haney wrote:
Standard troubleshooting 101:
Have you rebooted?
Yes. In fact, I brought it upstairs and replaced my normal #3 PC behind the KVM switch with it, and rebooted it.
I see boot messages (on the Thinkpad, not on my proper monitor; but it does seem to react to the keyboard I'm on now). The boot messages go past "Started GNOME Display Manager," followed twice by saying it couldn't find an input interrupt endpoint (with differing strings of gibberish).
Can you ping it?
Can any machine not on a network be pinged??
If no then hit us up.
Had that as a sign forever on my wall. I probably should make a new one.
I seldom feel so helpless and hapless as when I find myself at a machine with no connection to any network. :-{
On Fri, 04 Aug 2017 20:35:32 +0200, Alexander Dalloz wrote:
Am 04.08.2017 um 19:01 schrieb Beartooth:
I have a woefully dumb question. When I tell my wife's laptop, with CentOS 7 installed and a live ethernet cable plugged into it, "yum update," it fails saying that it doesn't see any repos. What do I need to do to?
Without a precise error messge (copy & paste what is printed out) it is hard to judge.
rpm -V centos-release
If that command does not print out anything then the default CentOS repo definitions are there and set. I then would guess the laptop does not have internet connectivity. Validate that
ip a s
prints out a valid network address. And that
ip r s
has a valid route to reach the internet.
Is any internet address like www.google.com reachable from the system?
Alexander
This is very helpful. I'm old and slow, and it may take me a while, but many many thanks!