Author Topic: CentOS Stream Delayed Question  (Read 2642 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CentOS Stream Delayed Question
« on: February 25, 2022, 07:58:09 PM »
I ran the sh /scripts/el8_stream_convert_to_cwp_stable is there a way to verify that it is using those repositories vs the standard ones?

Thanks,
Dave

Offline
***
Re: CentOS Stream Delayed Question
« Reply #1 on: February 25, 2022, 08:14:01 PM »
Choose your method:

- Method one:
In AdminCP
Server Settings -> Yum Manager.
Check the names of the repositories. Every CentOS-** repo should have CWP at the beginning of its name.

- Method two:
Code: [Select]
ls -all /etc/yum.repos.dShould give the same output as method 1

For some reason, my server has the original repos restored. Weird. Maybe I need to apply it every time dnf/yum itself gets updated.
« Last Edit: February 25, 2022, 08:17:15 PM by iraqiboy90 »

Offline
*****
Re: CentOS Stream Delayed Question
« Reply #2 on: March 13, 2022, 12:39:30 PM »
One of ways to check that run the command below
Code: [Select]
yum repolist
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: CentOS Stream Delayed Question
« Reply #3 on: March 13, 2022, 10:42:45 PM »
Sorry for kidnap the topic but I have this:
[root@moon ~]# ls -all /etc/yum.repos.d
total 136
drwxr-x---.   2 root root  4096 Mar  8 04:29 .
drwxr-xr-x. 121 root root 12288 Mar 13 11:44 ..
-rw-r--r--.   1 root root   718 Feb 28 05:02 CentOS-Linux-AppStream.repo.rpmsave
-rw-r--r--.   1 root root   703 Feb 28 05:02 CentOS-Linux-BaseOS.repo.rpmsave
-rw-r--r--.   1 root root  1129 Feb 28 05:02 CentOS-Linux-ContinuousRelease.repo.rpmsave
-rw-r--r--.   1 root root   731 Feb 28 05:02 CentOS-Linux-Devel.repo.rpmsave
-rw-r--r--.   1 root root   703 Feb 28 05:02 CentOS-Linux-Extras.repo.rpmsave
-rw-r--r--.   1 root root   718 Feb 28 05:02 CentOS-Linux-FastTrack.repo.rpmsave
-rw-r--r--.   1 root root   739 Feb 28 05:02 CentOS-Linux-HighAvailability.repo.rpmsave
-rw-r--r--.   1 root root   705 Feb 28 05:02 CentOS-Linux-Plus.repo.rpmsave
-rw-r--r--.   1 root root   723 Feb 28 05:02 CentOS-Linux-PowerTools.repo.rpmsave
-rw-r-----    1 root root   807 Jan 19  2021 CWP-CentOS-Stream-AppStream.repo
-rw-r-----    1 root root   785 Jan 19  2021 CWP-CentOS-Stream-Base.repo
-rw-r-----    1 root root   879 Jan 19  2021 CWP-CentOS-Stream-centosplus.repo
-rw-r-----    1 root root  1205 Jan 19  2021 CWP-CentOS-Stream-ContinuousRelease.repo
-rw-r-----    1 root root   666 Dec 19  2019 CWP-CentOS-Stream-Debuginfo.repo
-rw-r-----    1 root root   810 Jan 19  2021 CWP-CentOS-Stream-Devel.repo
-rw-r-----    1 root root   829 Jan 19  2021 CWP-CentOS-Stream-Extras.repo
-rw-r-----    1 root root   801 Jan 19  2021 CWP-CentOS-Stream-FastTrack.repo
-rw-r-----    1 root root   829 Jan 19  2021 CWP-CentOS-Stream-HighAvailability.repo
-rw-r-----    1 root root   932 Dec 19  2019 CWP-CentOS-Stream-Media.repo
-rw-r-----    1 root root   806 Jan 19  2021 CWP-CentOS-Stream-PowerTools.repo
-rw-r-----    1 root root  1374 Dec 19  2019 CWP-CentOS-Stream-Sources.repo
-rw-r-----    1 root root    74 Dec 19  2019 CWP-CentOS-Stream-Vault.repo
-rw-r--r--    1 root root   146 Mar  5 11:51 cwp.repo
-rw-r--r--    1 root root  1485 Jan 31 16:19 epel-modular.repo
-rw-r--r--    1 root root  1434 Mar  5 11:51 epel.repo
-rw-r--r--    1 root root  1584 Jan 31 16:19 epel-testing-modular.repo
-rw-r--r--    1 root root  1521 Jan 31 16:19 epel-testing.repo
-rw-r--r--    1 root root   279 Mar  5 11:51 mariadb.repo
-rw-r-----    1 root root   109 Mar 13 03:23 nginx.repo
-rw-r--r--    1 root root   603 Mar  7 17:17 varnishcache_varnish64.repo

I saw some duplicated repos for example CentOS-Linux-AppStream.repo.rpmsave and CWP-CentOS-Stream-AppStream.repo the extension .rpmsave meaning that this repo is not active?

Offline
***
Re: CentOS Stream Delayed Question
« Reply #4 on: March 14, 2022, 12:20:18 AM »
you can try igor's command, it shows only the active repos?
Code: [Select]
yum repolist
Either way, it won't hurt doing this command again:
Code: [Select]
sh /scripts/el8_stream_convert_to_cwp_stable