Issue
mirrors down?
I wonder if the mirrors are down. The marketplace spits "Cannot find a valid baseurl for repo: clearos-centos-verified" or other repos unreachable.
What I tried:
ping websites from clearOS - OK
rm -rf /var/cache/yum/
yum clean all && yum update
and more + reboots
nothing helped, what else can I try or check?
What I tried:
ping websites from clearOS - OK
rm -rf /var/cache/yum/
yum clean all && yum update
and more + reboots
nothing helped, what else can I try or check?
Share this post:
Accepted Answer
So it is not the certificates issue. I'll need to do some more detailed troubleshooting. What version do you have installed ("cat /etc/clearos-release"?
If you are running"ClearOS release 7.9.1 (Final)", can you, please download https://mirror1-newyork.clearos.com/clearos/7/updates/x86_64/RPMS/third_party/kmod-r8168-8.049.02-1.clearos7_9.x86_64.rpm and https://mirror1-newyork.clearos.com/clearos/7/updates/x86_64/RPMS/third_party/kmod-r8169-6.020.00-3.1.clearos7_7.x86_64.rpm then put them somewhere in the server e.g /root. Then navigate to there, do a:
If you have a really old version of ClearOS you may do better to reinstall, but you still need to do the NIC driver update. Alternatively try:
What do you get from:
If you are running"ClearOS release 7.9.1 (Final)", can you, please download https://mirror1-newyork.clearos.com/clearos/7/updates/x86_64/RPMS/third_party/kmod-r8168-8.049.02-1.clearos7_9.x86_64.rpm and https://mirror1-newyork.clearos.com/clearos/7/updates/x86_64/RPMS/third_party/kmod-r8169-6.020.00-3.1.clearos7_7.x86_64.rpm then put them somewhere in the server e.g /root. Then navigate to there, do a:
yum install kmod-r816* --disablerepo=*
Then reboot. It will give a better NIC driver than the one you have.If you have a really old version of ClearOS you may do better to reinstall, but you still need to do the NIC driver update. Alternatively try:
yum update app-base --enablerepo=clearos-updates,clearos,clearos-centos,clearos-centos-updates
rm -rf /var/cache/yum/
yum update app-base --enablerepo=clearos-updates,clearos,clearos-centos,clearos-centos-updates
What do you get from:
curl https://secure.clearcenter.com
Responses (7)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Heureka! This actually works. My installation is a fresh bare metal one.
curl https://secure.clearcenter.com gives.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="/https://secure.clearcenter.com/portal">here</a>.</p>
</body></html> -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
I'm not behind a proxy. The PC I access clearOS from updates just fine.
grep IF /etc/clearos/network.conf
EXTIF="enp3s0"
LANIF=""
DMZIF=""
HOTIF=""
ifconfig | grep '^\S' -A1
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.18.99 netmask 255.255.255.0 broadcast 192.168.18.255
--
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
lspci -k | grep Eth -A 3
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
Subsystem: Intel Corporation NUC Kit DN2820FYKH
Kernel driver in use: r8169
Kernel modules: r8169 -
Accepted Answer
They are working for me. (BTW no point in doing a "yum clean all" after an "rm -rf /var/cache/yum/" as the first command cleans all repos including the disabled ones and private ones. The "yum clean all" only cleans enabled repos.
Are you by any chance behind an upstream proxy? If so, you will need to enter its settings in the IP Settings screen for your external interface.
What is the output from:
grep IF /etc/clearos/network.conf
ifconfig | grep '^\S' -A1
lspci -k | grep Eth -A 3

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »