From jamesbtobin at gmail.com Thu Feb 2 13:16:09 2023 From: jamesbtobin at gmail.com (James Tobin) Date: Thu, 2 Feb 2023 13:16:09 +0000 Subject: [CentOS] JOB | Champion, Leader, Mentor (United Kingdom) Message-ID: Hello, I'm working with a low latency critical platform that is looking to hire someone anywhere in the UK to confidently run a team of on-premises Linux and automation engineers. You must be a champion, leader and mentor. Consequently, I hoped that some members of this group may like to discuss further. I can be reached using "JamesBTobin (at) Gmail (dot) Com". Kind regards, James From fred.fredex at gmail.com Sun Feb 5 22:09:17 2023 From: fred.fredex at gmail.com (Fred) Date: Sun, 5 Feb 2023 17:09:17 -0500 Subject: [CentOS] C7, removing zoom problem Message-ID: Guys, I'm trying to update my zoom client and yum (or yumex) won't let me do an update, so I try to remove the installed one, on the theory that if it isn't there I should be able to install a newer one, by doing "sudo yum remove zoom_x86_64" (where my PWD is the directory where the zoom RPM files live) and it tells me "no packages marked for removal. Reading thru the man page for rpm I can't figure out any other way to do it. Suggestions, any one? Thanks in advance! Fred From simon.matter at invoca.ch Sun Feb 5 22:19:02 2023 From: simon.matter at invoca.ch (Simon Matter) Date: Sun, 5 Feb 2023 23:19:02 +0100 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: Message-ID: Hi > Guys, I'm trying to update my zoom client and yum (or yumex) won't let me > do an update, so I try to remove the installed one, on the theory that if > it isn't there I should be able to install a newer one, by doing "sudo yum > remove zoom_x86_64" (where my PWD is the directory where the zoom RPM > files > live) and it tells me "no packages marked for removal. This should tell you the real name of the package rpm -qa zoom\* Then rpm -e zoom... should remove it. That said, I've never used zoom so I don't really know if they do something special. Regards, Simon > > Reading thru the man page for rpm I can't figure out any other way to do > it. Suggestions, any one? > > Thanks in advance! > > Fred > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From christopher.schanzle at nist.gov Sun Feb 5 22:40:22 2023 From: christopher.schanzle at nist.gov (Chris Schanzle) Date: Sun, 5 Feb 2023 17:40:22 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: Message-ID: On 2/5/23 5:19 PM, Simon Matter wrote: > Hi > >> Guys, I'm trying to update my zoom client and yum (or yumex) won't let me >> do an update, so I try to remove the installed one, on the theory that if >> it isn't there I should be able to install a newer one, by doing "sudo yum >> remove zoom_x86_64" (where my PWD is the directory where the zoom RPM >> files >> live) and it tells me "no packages marked for removal. > This should tell you the real name of the package > > rpm -qa zoom\* > > Then rpm -e zoom... should remove it. > > That said, I've never used zoom so I don't really know if they do > something special. > > Regards, > Simon Looking at https://support.zoom.us/hc/en-us/articles/204206269-Installing-or-updating-Zoom-on-Linux#h_c3eadf5f-1311-4d38-972e-dd8868353ccb You should use: ? sudo yum remove zoom Commercial companies are notorious for renaming their RPM's to different filenames than what the package variables set.? The filename has no bearing on the package name when installed.? In this case, the download is called "zoom_x86_64.rpm" but it's real rpm filename with the typical name-version-release.arch may be queried from the download file itself: rpm -q --qf='%{name}-%{version}-%{release}.%{arch}\n' -p ./zoom_x86_64.rpm zoom-5.13.5.431-1.x86_64 As you can see, the real package name is "zoom". "sudo rpm -ev zoom" would also be a fine option. From i.mortimer at uq.edu.au Tue Feb 7 00:35:10 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Tue, 7 Feb 2023 00:35:10 +0000 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: Message-ID: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> On Sun, 2023-02-05 at 17:09 -0500, Fred wrote: > Guys, I'm trying to update my zoom client and yum (or yumex) won't let > me > do an update,? That's because CentOS/RHEL 7 is no longer supported. Zoom download page shows 5.13.4.711 as the latest for 7. (5.13.7.683 is the latest for 8+.) > so I try to remove the installed one, on the theory that if > it isn't there I should be able to install a newer one You can download and install 5.13.7.683 but it won't start: zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by zoom) zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by zoom) -- Ian From fred.fredex at gmail.com Tue Feb 7 02:13:12 2023 From: fred.fredex at gmail.com (Fred) Date: Mon, 6 Feb 2023 21:13:12 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: well, as one of the earlier posters showed how, I did remove the existing one then installed the new one (the one that Zoom offers for Centos-7, not the one for Centos-8, which has the problem you describe) and voila, works like a charm! Fred On Mon, Feb 6, 2023 at 7:35 PM Ian Mortimer wrote: > On Sun, 2023-02-05 at 17:09 -0500, Fred wrote: > > > Guys, I'm trying to update my zoom client and yum (or yumex) won't let > > me > > do an update, > > That's because CentOS/RHEL 7 is no longer supported. Zoom download > page shows 5.13.4.711 as the latest for 7. (5.13.7.683 is the latest > for 8+.) > > > so I try to remove the installed one, on the theory that if > > it isn't there I should be able to install a newer one > > You can download and install 5.13.7.683 but it won't start: > > zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found > (required by zoom) > zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found > (required by zoom) > > > -- > Ian > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From i.mortimer at uq.edu.au Wed Feb 8 02:21:55 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Wed, 8 Feb 2023 02:21:55 +0000 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: On Mon, 2023-02-06 at 21:13 -0500, Fred wrote: > well, as one of the earlier posters showed how, I did remove the > existing > one then installed the new one (the one that Zoom offers for Centos- > 7, not > the one for Centos-8, which has the problem you describe) and voila, > works > like a charm! Yes but that's the old version - 5.13.4.711 not the latest 5.13.7.683. "Check for Updates" will tell you there's a new version but you'll be stuck with that old version until you upgrade from CentOS 7 to something newer. -- Ian From fred.fredex at gmail.com Wed Feb 8 04:53:58 2023 From: fred.fredex at gmail.com (Fred) Date: Tue, 7 Feb 2023 23:53:58 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: ah, that's OK for now, as long as it works. I'm trying to build up the courage to do a full system upgrade to Rocky.latest. I hate doing upgrades, it's such a pain in the rear to get everything working again, and get all my tweaks back into place. I despise Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but the existing binaries for C8 don't work very well, there are none that I know of for C9, and AFAIK Rocky is the only Centos clone that supports Mate. there IS Ubuntu Mate, but I am more comfy with RH-derived systems. One thing I won't have to do anymore is set up email (used to have my own domain for email, but moved and can't get a static IP anymore, decided it was too much bother to do the ddns thing) along with POP3 for my wife to use. We now just use gmail. But I see that the time for said upgrade is drawing nearer and nearer. Fred On Tue, Feb 7, 2023 at 9:22 PM Ian Mortimer wrote: > On Mon, 2023-02-06 at 21:13 -0500, Fred wrote: > > > well, as one of the earlier posters showed how, I did remove the > > existing > > one then installed the new one (the one that Zoom offers for Centos- > > 7, not > > the one for Centos-8, which has the problem you describe) and voila, > > works > > like a charm! > > Yes but that's the old version - 5.13.4.711 not the latest 5.13.7.683. > "Check for Updates" will tell you there's a new version but you'll be > stuck with that old version until you upgrade from CentOS 7 to > something newer. > > > -- > Ian > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From pgeenhuizen at gmail.com Wed Feb 8 11:40:29 2023 From: pgeenhuizen at gmail.com (Pete Geenhuizen) Date: Wed, 8 Feb 2023 06:40:29 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: I've made to move to Rocky 8 after it was released and there is support for MATE and if you prefer lightdm as a window manager.? It has some minor quirks, but all in all it works just fine. I've not tried it yet but there is also a Rocky 9 MATE live image available https://docs.rockylinux.org/en/guides/desktop/mate_installation/ Pete On 2/7/23 23:53, Fred wrote: > ah, that's OK for now, as long as it works. > > I'm trying to build up the courage to do a full system upgrade to > Rocky.latest. I hate doing upgrades, it's such a pain in the rear to get > everything working again, and get all my tweaks back into place. I despise > Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but the > existing binaries for C8 don't work very well, there are none that I know > of for C9, and AFAIK Rocky is the only Centos clone that supports Mate. > there IS Ubuntu Mate, but I am more comfy with RH-derived systems. > > One thing I won't have to do anymore is set up email (used to have my own > domain for email, but moved and can't get a static IP anymore, decided it > was too much bother to do the ddns thing) along with POP3 for my wife to > use. We now just use gmail. > > But I see that the time for said upgrade is drawing nearer and nearer. > > Fred > > On Tue, Feb 7, 2023 at 9:22 PM Ian Mortimer wrote: > >> On Mon, 2023-02-06 at 21:13 -0500, Fred wrote: >> >>> well, as one of the earlier posters showed how, I did remove the >>> existing >>> one then installed the new one (the one that Zoom offers for Centos- >>> 7, not >>> the one for Centos-8, which has the problem you describe) and voila, >>> works >>> like a charm! >> Yes but that's the old version - 5.13.4.711 not the latest 5.13.7.683. >> "Check for Updates" will tell you there's a new version but you'll be >> stuck with that old version until you upgrade from CentOS 7 to >> something newer. >> >> >> -- >> Ian >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Unencumbered by the thought process. -- Click and Clack the Tappet brothers From i.mortimer at uq.edu.au Wed Feb 8 20:51:52 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Thu, 9 Feb 2023 06:51:52 +1000 (AEST) Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> On Wed, 8 Feb 2023, Fred wrote: > I'm trying to build up the courage to do a full system upgrade to > Rocky.latest. I hate doing upgrades, it's such a pain in the rear to get > everything working again, and get all my tweaks back into place. Getting all your configuration into ansible, puppet or the like is a bit of work but a real benefit when it's time to upgrade. > I despise > Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but the > existing binaries for C8 don't work very well, there are none that I know > of for C9, and AFAIK Rocky is the only Centos clone that supports Mate. I'm using Mate on Rocky 9 at work and on CentOS 8 stream on my laptop. Works fine for what I need. -- Ian From kaushalshriyan at gmail.com Thu Feb 9 16:37:22 2023 From: kaushalshriyan at gmail.com (Kaushal Shriyan) Date: Thu, 9 Feb 2023 22:07:22 +0530 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 Message-ID: Hi, I am running CentOS Linux release 7.9.2009 (Core) on node1 and node2. Is there a way to compare both files and directories in web server document root -> /var/www/html/webservices residing on both node1 and node2 including the files content. It is to make sure that both nodes are having the same file contents,number of files,subdirectories and directories. Please guide me. Thanks in advance. Best Regards, Kaushal From harshal.lakare at gmail.com Thu Feb 9 16:43:38 2023 From: harshal.lakare at gmail.com (Harshal Lakare) Date: Thu, 9 Feb 2023 22:13:38 +0530 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 In-Reply-To: References: Message-ID: In my opinion here is the options you have, 1) Use nfs to share same or identical file across the host. 2) Use rsync to compare files between two node , if there is any difference between source and destination then rsync will sync differential file. Hope it will help you Regarding, Harshal Lakare On Thu, 9 Feb 2023 at 10:07 PM, Kaushal Shriyan wrote: > Hi, > > I am running CentOS Linux release 7.9.2009 (Core) on node1 and node2. Is > there a way to compare both files and directories in web server > document root -> /var/www/html/webservices residing on both node1 and node2 > including the files content. > > It is to make sure that both nodes are having the same file contents,number > of files,subdirectories and directories. > > Please guide me. Thanks in advance. > > Best Regards, > > Kaushal > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Sent from My iPhone From agents at meddatainc.com Thu Feb 9 21:55:23 2023 From: agents at meddatainc.com (H) Date: Thu, 09 Feb 2023 16:55:23 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> Message-ID: <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> On February 8, 2023 3:51:52 PM EST, Ian Mortimer wrote: >On Wed, 8 Feb 2023, Fred wrote: > >> I'm trying to build up the courage to do a full system upgrade to >> Rocky.latest. I hate doing upgrades, it's such a pain in the rear to >get >> everything working again, and get all my tweaks back into place. > >Getting all your configuration into ansible, puppet or the like is a >bit >of work but a real benefit when it's time to upgrade. > >> I despise >> Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but >the >> existing binaries for C8 don't work very well, there are none that I >know >> of for C9, and AFAIK Rocky is the only Centos clone that supports >Mate. > >I'm using Mate on Rocky 9 at work and on CentOS 8 stream on my >laptop. Works fine for what I need. Is it possible to use ansible, puppet or the like to do this on an existing system? From johnny at centos.org Thu Feb 9 23:55:29 2023 From: johnny at centos.org (Johnny Hughes) Date: Thu, 9 Feb 2023 17:55:29 -0600 Subject: [CentOS] dnf-makecache.service failing every few days and dnf-automatic.service samba freeipa issues (again). In-Reply-To: References: <42cc8d16-8d7e-0175-7d63-a6f439133298@powercraft.nl> <54ec3670-f230-6c55-61d8-928e9935f972@powercraft.nl> <5f86c714-10b3-3460-2bbf-1805bdea3bf1@powercraft.nl> <3ac6220e-8097-c070-4b46-2cb9283b14e1@powercraft.nl> Message-ID: On 1/19/23 14:38, Jelle de Jong wrote: > > > On 1/9/23 19:06, Johnny Hughes wrote: >> On 1/9/23 10:16, Jelle de Jong wrote: >>> Hello everybody, >>> >>> What is the status of the freeipa/sssd and samba conflicts in the >>> repositories? >>> >>> I can not wrap my mind around that two big packages are not getting >>> security updates anymore, because they are conflicting. I will go to >>> FOSDEM in Belgium this year to figure out more, but I am considering >>> moving my centos systems to rockylinux. >>> >>> Kind regards, >>> >>> Jelle de Jong >>> >>> On 12/16/22 16:59, Jelle de Jong wrote: >>>> Hello everybody, >>>> >>>> Could someone give me an estimate on when the repositories are >>>> resolving the right dependencies for the freeipa pacakges in CentOS >>>> Stream release 8? >>>> >>>> I have about +10 systems sending me alerts everyday that >>>> dnf-automatic.service is failing because of the freeipa dependency >>>> issues. Since freeipa is one of the security elements I would like >>>> to give people an estimate on when these issues are resolved? >>>> >>>> How can I keep track of the work that is been done as well? >>>> >>>> Is there a package tracker to be followed for this? URLs? >>>> >>>> I asked this question on the centos-devel list weeks ago, but have >>>> not received any feedback. The issues is bothering me a lot as it is >>>> an security issue that stays unresolved. >>>> >>>> Kind regards, >>>> >>>> Jelle de Jong >>>> >>>> On 11/30/22 13:06, Jelle de Jong wrote: >>>>> Hello everybody, >>>>> >>>>> I attached the dnf conflict logs with conflicting pacakges. >>>>> >>>>> ??Problem 1: package >>>>> ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 >>>>> requires libndr.so.2()(64bit), but none of the providers can be >>>>> installed >>>>> ??Problem 2: package >>>>> ipa-server-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 requires >>>>> libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit), but none of the >>>>> providers can be installed >>>>> ??Problem 3: problem with installed package >>>>> ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 >>>>> ??Problem 4: problem with installed package >>>>> ipa-server-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 >>>>> >>>>> Kind regards, >>>>> >>>>> Jelle >>>>> >>>>> >>>>> On 11/29/22 12:43, Jelle de Jong wrote: >>>>>> Hello everybody, >>>>>> >>>>>> 1. I got many systems with failing dnf-makecache.service because >>>>>> some mirror/repo is tried once and fails. >>>>>> >>>>>> Is there an option to make dnf more reliable, to try the mirror >>>>>> url a few times and check its availability? >>>>>> >>>>>> man yum.conf does not >>>>>> >>>>>> # cat /etc/yum.conf >>>>>> [main] >>>>>> gpgcheck=1 >>>>>> installonly_limit=3 >>>>>> clean_requirements_on_remove=True >>>>>> best=True >>>>>> skip_if_unavailable=False >>>>>> >>>>>> ExecStart=/usr/bin/dnf makecache --timer >>>>>> >>>>>> 2. I saw in the mailing list the messages about samba sssd >>>>>> dependency issues. I got lots of servers failing my dnf-automatic >>>>>> because of this when can I expect a resolution for this? >>>>>> >> >> There should not be freeipa/sssd dependency issues in the latest release. > > These are the freeipa/samba issue I am having all other packages are > updated... and the server got rebooted as well. dnf-automatic is failing > because of these conflicts. > > ? dnf-automatic.service loaded failed failed dnf automatic > > [root at freeipa01 ~]# yum update --best --allowerasing --skip-broken > --refresh > CentOS Stream 8 - AppStream > ????????????????????????????????????????????????????????????? 14 kB/s | > 4.4 kB???? 00:00 > CentOS Stream 8 - BaseOS > ????????????????????????????????????????????????????????????? 79 kB/s | > 3.9 kB???? 00:00 > CentOS Stream 8 - Extras > ????????????????????????????????????????????????????????????? 11 kB/s | > 2.9 kB???? 00:00 > CentOS Stream 8 - Extras common packages > ????????????????????????????????????????????????????????????? 13 kB/s | > 3.0 kB???? 00:00 > Extra Packages for Enterprise Linux 8 - x86_64 > ????????????????????????????????????????????????????????????? 43 kB/s | > ?26 kB???? 00:00 > Extra Packages for Enterprise Linux 8 - Next - x86_64 > ????????????????????????????????????????????????????????????? 69 kB/s | > ?32 kB???? 00:00 > Error: > ?Problem: cannot install the best update candidate for package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > ? - problem with installed package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr-nbt.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit), but none of the > providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-passdb.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit), but none of > the providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-util.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit), but none of the > providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbconf.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2(SMBLDAP_0)(64bit), but none of the providers > can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2(SMBLDAP_1)(64bit), but none of the providers > can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2(SMBLDAP_2)(64bit), but none of the providers > can be installed > ? - cannot install the best update candidate for package > samba-client-libs-4.16.4-2.el8.x86_64 > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr.so.2()(64bit), but none of the providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr.so.2(NDR_0.0.1)(64bit), but none of the providers can be > installed > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.4-2.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.3-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.4-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-3.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-4.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-5.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-8.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.1-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.2-1.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.4-1.el8.x86_64 This issue is fixed wit the update set currently syncing to the mirrors, should be available on all the mirrors in less than 24 hours. From bgee at campercaver.net Fri Feb 10 11:50:29 2023 From: bgee at campercaver.net (Bill Gee) Date: Fri, 10 Feb 2023 05:50:29 -0600 Subject: [CentOS] CentOS9 Stream - boinc client?? In-Reply-To: References: <424f9dbc-8b5c-078f-fdbd-e1187ff3a9bc@campercaver.net> <612f0dd494a7935e5334aed9c2c1271768c087ec.camel@kathenas.org> <1e2cafdf-b7ff-741f-bd47-a61e82417fd9@campercaver.net> <3e3c8f8b3a1f54534d5e962839d68089fa5991a4.camel@kathenas.org> <250773479df0a0eb79e16e291628cac7c35be29c.camel@kathenas.org> <6ea82914-15ec-ee69-b9ce-1d05dcbdcf19@campercaver.net> Message-ID: On 1/29/23 11:27, Philip Wyett wrote: > On Sun, 2023-01-29 at 09:58 -0600, Bill Gee wrote: >> On 1/29/23 05:49, Philip Wyett wrote: >>> On Sun, 2023-01-29 at 09:16 +0000, Philip Wyett wrote: >>> Hi, >>> >>> The ping comment on the bug report has be promptly dealt with by the maintainer and the build >>> for >>> EPEL9 has now been done and will in 7 days work through testing and then drop into EPEL9 for >>> all to >>> install. >>> >>> I hope this is OK for you and dispels the concerns with regards community and how responsive >>> folks >>> within it are. >>> >>> Regards >>> >>> Phil >>> >>> >>> _______________________________________________ >>> CentOS mailing list >>> CentOS at centos.org >>> https://lists.centos.org/mailman/listinfo/centos >> >> Oh, very nice! Thank you Phil. I appreciate random acts of senseless >> kindness. :-) >> >> It will be interesting to see how dnf reacts when the el9 package for >> boinc goes live. Will dnf recognize it as an upgrade from the el8 >> package? I will let the group know what happens. >> >> Bill Gee >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos > > Hi, > > The EPEL 8 version is boinc-client-7.20.2-1.el8 and the version submitted to EPEL 9 is > boinc-client-7.20.2-4.el9, so yes it will be seen as an upgrade once it passes out of testing. > > Regards > > Phil > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos As promised, I am sending an update on this. The EL9 package for boinc client has indeed appeared in the repositories. I ran "dnf upgrade" on the system last night, and it successfully pulled in the package as an upgrade to the EL8 package I installed a few weeks ago. That closes out this issue. Thanks Phil for prodding the packaging process along. Bill Gee From gjn at gjn.priv.at Fri Feb 10 11:58:09 2023 From: gjn at gjn.priv.at (=?ISO-8859-1?Q?G=FCnther_J=2E?= Niederwimmer) Date: Fri, 10 Feb 2023 12:58:09 +0100 Subject: [CentOS] Question about virt-manager Version 9.1 Message-ID: <5646745.DvuYhMxLoT@techz> hello list, I switched to version 9 (not redhat) on my "new" server, and that worked. But after updating to 9.1, the virt-manger doesn't work anymore? There are only more error messages when opening the 2nd window for the settings. I hope someone on this list can help? It's a beloved tool which for me is the easiest way to create a KVM machine. thanks for any help, -- mit freundlichen Gr??en / best Regards, G?nther J. Niederwimmer From shiva at sewingwitch.com Fri Feb 10 12:51:46 2023 From: shiva at sewingwitch.com (Kenneth Porter) Date: Fri, 10 Feb 2023 04:51:46 -0800 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 In-Reply-To: References: Message-ID: <11d14b3b-175b-0cfb-3543-f77a6c792bc5@sewingwitch.com> On 2/9/2023 8:43 AM, Harshal Lakare wrote: > 2) Use rsync to compare files between two node , if there is any difference > between source and destination then rsync will sync differential file. Use --dry-run to do this non-destructively, with the verbose flag to list the differences. From joskra42.list at gmail.com Fri Feb 10 17:07:27 2023 From: joskra42.list at gmail.com (Joshua Kramer) Date: Fri, 10 Feb 2023 12:07:27 -0500 Subject: [CentOS] Question about virt-manager Version 9.1 In-Reply-To: <5646745.DvuYhMxLoT@techz> References: <5646745.DvuYhMxLoT@techz> Message-ID: This may provide the answer you are looking for: it's being deprecated in favor of Cockpit. https://bugzilla.redhat.com/show_bug.cgi?id=2030592 On Fri, Feb 10, 2023 at 6:58 AM G?nther J. Niederwimmer wrote: > hello list, > > I switched to version 9 (not redhat) on my "new" server, and that worked. > But > after updating to 9.1, the virt-manger doesn't work anymore? There are > only > more error messages when opening the 2nd window for the settings. > > I hope someone on this list can help? It's a beloved tool which for me is > the > easiest way to create a KVM machine. > > thanks for any help, > -- > mit freundlichen Gr??en / best Regards, > > G?nther J. Niederwimmer > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From arrfab at centos.org Fri Feb 10 17:32:15 2023 From: arrfab at centos.org (Fabian Arrotin) Date: Fri, 10 Feb 2023 18:32:15 +0100 Subject: [CentOS] Question about virt-manager Version 9.1 In-Reply-To: References: <5646745.DvuYhMxLoT@techz> Message-ID: On 10/02/2023 18:07, Joshua Kramer wrote: > This may provide the answer you are looking for: it's being deprecated in > favor of Cockpit. > > https://bugzilla.redhat.com/show_bug.cgi?id=2030592 > I know it's not a full answer but at least it works fine for me with : - distrobox - a stream 8 box/container that has virt-manager If you don't know distrobox (available in epel9) it's really a pleasure to work with : I have some containers (Fedora 36, stream 8, stream 9) from which I have gui apps seamlessly integrated into my RHEL 9 desktop : sudo dnf install distrobox # needs epel9 distrobox-create --name stream8box --image quay.io/centos/centos:stream8 --yes distrobox enter stream8box # init container for distrobox usage and enter stream 8 shell and then BAU: from the shell in container : sudo dnf install virt-manager && virt-manager Bonus point to then export the app to your own desktop menu and you'll not have to start container : it will be done for you : distrobox-export --app virt-manager Application virt-manager successfully exported. OK! virt-manager will appear in your applications list in a few seconds. It's then available in your gnome apps menu (it created the needed .desktop app as shortcut) I'm using some other apps like this (including OBS-Studio, etc) and it's a charm ... Hope it helps :) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | @arrfab[@fosstodon.org] -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From kaushalshriyan at gmail.com Fri Feb 10 18:03:17 2023 From: kaushalshriyan at gmail.com (Kaushal Shriyan) Date: Fri, 10 Feb 2023 23:33:17 +0530 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 In-Reply-To: <11d14b3b-175b-0cfb-3543-f77a6c792bc5@sewingwitch.com> References: <11d14b3b-175b-0cfb-3543-f77a6c792bc5@sewingwitch.com> Message-ID: Thanks a lot Kenneth and Harshal for the reply. Appreciate it. On Fri, Feb 10, 2023 at 6:22 PM Kenneth Porter wrote: > On 2/9/2023 8:43 AM, Harshal Lakare wrote: > > 2) Use rsync to compare files between two node , if there is any > difference > > between source and destination then rsync will sync differential file. > > Use --dry-run to do this non-destructively, with the verbose flag to > list the differences. > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From i.mortimer at uq.edu.au Fri Feb 10 21:32:51 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Sat, 11 Feb 2023 07:32:51 +1000 (AEST) Subject: [CentOS] C7, removing zoom problem In-Reply-To: <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> Message-ID: On Thu, 9 Feb 2023, H wrote: > Is it possible to use ansible, puppet or the like to do this on an existing system? It's possible but can be a lot of work if you're not familiar with the software. A simpler option is to save all your configured files in a version control system (git, subverion, mercury for example). That keeps a history of all the customizations you made and also makes it easy to revert a change that causes problems. There are open source tools to help (etckeeper is one but there are others). -- Ian From agents at meddatainc.com Sat Feb 11 01:33:26 2023 From: agents at meddatainc.com (H) Date: Fri, 10 Feb 2023 20:33:26 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> Message-ID: <6854c927-1e8e-f54e-9188-6048da31fbb9@meddatainc.com> On 02/10/2023 04:32 PM, Ian Mortimer wrote: > On Thu, 9 Feb 2023, H wrote: > >> Is it possible to use ansible, puppet or the like to do this on an existing system? > > It's possible but can be a lot of work if you're not familiar with the software. > > A simpler option is to save all your configured files in a version control > system (git, subverion, mercury for example). That keeps a history of all > the customizations you made and also makes it easy to revert a change > that causes problems.? There are open source tools to help (etckeeper is one but there are others). > > Yes, that would be 1/2 of the challenge. The other 1/2 is the installation of all the software, some of which is done through yum (or dnf) of course. The more challenging part is the installation of various bits and pieces the main apps have been extended by etc. I agree, not easy to automate. From jelledejong at powercraft.nl Sat Feb 11 15:21:55 2023 From: jelledejong at powercraft.nl (Jelle de Jong) Date: Sat, 11 Feb 2023 16:21:55 +0100 Subject: [CentOS] regression in libsmbclient-4.17.5-0.el8.x86_64 with nextcloud Kerberos smb intergration Message-ID: <9fd1a3c2-51c5-e98a-c794-c4efaac3068b@powercraft.nl> Hello everybody, Just reporting a regression with libsmbclient 4.17.5, php-smbclient-1.0.6-1.el8.remi.8.1.x86_64 and nextcloud 25.0.3.2 I have not found the cause nor the solution, but for other users I am reporting a workaround here: [root at nextcloud01 ~]# yum downgrade libsmbclient-4.17.2-2.el8.x86_64 [root at nextcloud01 ~]# systemctl restart php-fpm.service Kind regards, Jelle de Jong Error PHP Error: Undefined array key 1 at /var/www/html/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php#46 at lib/private/Log/ErrorHandler.php line 92 2023-02-11T16:09:01+01:00 0. apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php line 46 OC\Log\ErrorHandler::onError( ) 1. apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php line 69 Icewind\SMB\Native\NativeFileInfo->stat( ) 2. apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php line 114 Icewind\SMB\Native\NativeFileInfo->getSize( ) 3. apps/files_external/lib/Lib/Storage/SMB.php line 191 Icewind\SMB\Native\NativeShare->stat( ) 4. apps/files_external/lib/Lib/Storage/SMB.php line 348 OCA\Files_External\Lib\Storage\SMB->getFileInfo( ) 5. lib/private/Files/Storage/Common.php line 462 OCA\Files_External\Lib\Storage\SMB->stat( ) 6. apps/files_external/lib/Lib/Storage/SMB.php line 729 OC\Files\Storage\Common->test( ) 7. apps/files_external/lib/MountConfig.php line 131 OCA\Files_External\Lib\Storage\SMB->test( ) 8. apps/files_external/lib/Controller/StoragesController.php line 288 OCA\Files_External\MountConfig::getBackendStatus("*** sensitive parameters replaced ***") 9. apps/files_external/lib/Controller/UserGlobalStoragesController.php line 126 OCA\Files_External\Controller\StoragesController->updateStorageStatus("*** sensitive parameters replaced ***") 10. lib/private/AppFramework/Http/Dispatcher.php line 225 OCA\Files_External\Controller\UserGlobalStoragesController->show( ) 11. lib/private/AppFramework/Http/Dispatcher.php line 133 OC\AppFramework\Http\Dispatcher->executeController( ) 12. lib/private/AppFramework/App.php line 172 OC\AppFramework\Http\Dispatcher->dispatch( ) 13. lib/private/Route/Router.php line 298 OC\AppFramework\App::main( ) 14. lib/base.php line 1047 OC\Route\Router->match( ) 15. index.php line 36 OC::handleRequest( ) From rnicholsNOSPAM at comcast.net Sun Feb 12 00:15:43 2023 From: rnicholsNOSPAM at comcast.net (Robert Nichols) Date: Sat, 11 Feb 2023 18:15:43 -0600 Subject: [CentOS] Question about virt-manager Version 9.1 In-Reply-To: References: <5646745.DvuYhMxLoT@techz> Message-ID: On 2/10/23 11:07, Joshua Kramer wrote: > This may provide the answer you are looking for: it's being deprecated in > favor of Cockpit. > > https://bugzilla.redhat.com/show_bug.cgi?id=2030592 Deprecated, yes, rut only in Red Hat. Still fully supported upstream. https://blog.wikichoon.com/2020/06/virt-manager-deprecated-in-rhel.html -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it. From orion at nwra.com Tue Feb 14 15:49:21 2023 From: orion at nwra.com (Orion Poplawski) Date: Tue, 14 Feb 2023 08:49:21 -0700 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> Message-ID: On 1/29/23 11:24, Orion Poplawski wrote: > It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) > broke OAuth authentication with outlook.office365.com.? Downgrading to > 102.4.0-1.el8 resolved the issue. > > Error console reports: > > XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token > [HTTP/1.1 400 Bad Request 293ms] This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to CentOS Stream 8. When can we expect to see that? Thanks. -- Orion Poplawski he/him/his - surely the least important thing about me IT Systems Manager 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion at nwra.com Boulder, CO 80301 https://www.nwra.com/ From orion at nwra.com Wed Feb 15 15:26:08 2023 From: orion at nwra.com (Orion Poplawski) Date: Wed, 15 Feb 2023 08:26:08 -0700 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> Message-ID: <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> On 2/14/23 08:49, Orion Poplawski wrote: > On 1/29/23 11:24, Orion Poplawski wrote: >> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke >> OAuth authentication with outlook.office365.com.? Downgrading to >> 102.4.0-1.el8 resolved the issue. >> >> Error console reports: >> >> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token >> [HTTP/1.1 400 Bad Request 293ms] > > This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to > CentOS Stream 8.? When can we expect to see that? It also does not appear to have made it to CentOS 7 yet either. -- Orion Poplawski IT Systems Manager 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion at nwra.com Boulder, CO 80301 https://www.nwra.com/ From jwboyer at redhat.com Wed Feb 15 15:31:04 2023 From: jwboyer at redhat.com (Josh Boyer) Date: Wed, 15 Feb 2023 10:31:04 -0500 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> Message-ID: On Wed, Feb 15, 2023 at 10:26 AM Orion Poplawski wrote: > > On 2/14/23 08:49, Orion Poplawski wrote: > > On 1/29/23 11:24, Orion Poplawski wrote: > >> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke > >> OAuth authentication with outlook.office365.com. Downgrading to > >> 102.4.0-1.el8 resolved the issue. > >> > >> Error console reports: > >> > >> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token > >> [HTTP/1.1 400 Bad Request 293ms] > > > > This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to > > CentOS Stream 8. When can we expect to see that? > > It also does not appear to have made it to CentOS 7 yet either. The team is working on some other issues at the moment. Your patience is appreciated. josh From centos-announce-request at centos.org Mon Feb 20 12:00:02 2023 From: centos-announce-request at centos.org (centos-announce-request at centos.org) Date: Mon, 20 Feb 2023 12:00:02 +0000 Subject: [CentOS] CentOS-announce Digest, Vol 211, Issue 1 Message-ID: Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CentOS Stream 8 is transitioning to be ahead of RHEL 8 - Compose push to mirror operations affected (Brian Stinson) ---------------------------------------------------------------------- Message: 1 Date: Sun, 19 Feb 2023 16:52:04 -0600 From: Brian Stinson To: centos-announce at centos.org, centos-devel at centos.org Subject: [CentOS-announce] CentOS Stream 8 is transitioning to be ahead of RHEL 8 - Compose push to mirror operations affected Message-ID: Content-Type: text/plain; charset="utf-8" Hi Folks, As many of you know, CentOS Stream 8 is currently produced using an "inside out" workflow, meaning RHEL builds happen first and then are reflected in CentOS Stream afterward. This is not the case with CentOS Stream 9 where builds are performed directly by maintainers at Red Hat from merge requests in gitlab.com. The CentOS Stream team is busy working on a project to migrate CentOS Stream 8 to the gitlab.com/Stream-first workflow. This is an exciting step to reflect CentOS Stream's true purpose in both currently active releases. One effect of this transition, though, is that we need to migrate from the old mbox buildsystem to the new Stream koji ( https://kojihub.stream.centos.org). To do this the team needs to pause regular compose and push-to-mirror jobs to avoid a split-brain situation with 2 separate systems. You may notice a lack of updates to the repos on the mirrors for a few more weeks while this transition is completed. The team's first priority is making sure that Red Hat maintainers take control over the c8s branches in https://gitlab.com/redhat/centos-stream/rpms (and builds in koji) and then the team will return to working on regular composes and push-to-mirror operations. If you have any questions in the interim, please reach out to me. Cheers! -- Brian Stinson -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Subject: Digest Footer _______________________________________________ CentOS-announce mailing list CentOS-announce at centos.org https://lists.centos.org/mailman/listinfo/centos-announce ------------------------------ End of CentOS-announce Digest, Vol 211, Issue 1 *********************************************** From centos-announce-request at centos.org Tue Feb 21 12:00:02 2023 From: centos-announce-request at centos.org (centos-announce-request at centos.org) Date: Tue, 21 Feb 2023 12:00:02 +0000 Subject: [CentOS] CentOS-announce Digest, Vol 211, Issue 2 Message-ID: Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2023:0530 Important CentOS 7 libksba Security Update (Johnny Hughes) 2. CESA-2023:0675 Important CentOS 7 tigervnc Security Update (Johnny Hughes) 3. CESA-2023:0600 Important CentOS 7 thunderbird Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Mon, 20 Feb 2023 16:15:30 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0530 Important CentOS 7 libksba Security Update Message-ID: <20230220161530.GA29558 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0530 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0530 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 09f2614aeded0a8d1f7454f0270fe81a129ba048470ed9851001049d758c2a0f libksba-1.3.0-7.el7_9.i686.rpm b93825bf103f570b5e1032748e404b0d685f2025279cdfd1efbd0506671dd269 libksba-1.3.0-7.el7_9.x86_64.rpm d66f8f50f89a80ba6132ad39773812f3a9b5d598db35a63de6e8465c3c7137d8 libksba-devel-1.3.0-7.el7_9.i686.rpm 082abb4e91620918c0d5d1da8dfb191f950c793d112a4ac3ec4f2055ca594c68 libksba-devel-1.3.0-7.el7_9.x86_64.rpm Source: 3e26e87673f1bf593161fedcff13c52a5f4cd7708824d3d04c4a43b955749c98 libksba-1.3.0-7.el7_9.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Message: 2 Date: Mon, 20 Feb 2023 16:16:26 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0675 Important CentOS 7 tigervnc Security Update Message-ID: <20230220161626.GA29969 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0675 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0675 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: c8b6abc5626065638f17e289f7fb74fa496ecaff7832cc8ba0a863022187702f tigervnc-1.8.0-24.el7_9.x86_64.rpm e56d1ffa341be20d595bbecff5b341080ab023c5d8420ce4a03813df47621344 tigervnc-icons-1.8.0-24.el7_9.noarch.rpm acf66eaf4814c700b8d03668188f2b09be1df06f54e8dfc7159e8377313b08d1 tigervnc-license-1.8.0-24.el7_9.noarch.rpm 5a75bd391a4b8675246d8051d4d1a0e28e7ba932456d922c9e6dfe78320bf4dd tigervnc-server-1.8.0-24.el7_9.x86_64.rpm f7d0605e20c9b7a067014b7687865aa1141217958d73b9b8d83a71b4da504daf tigervnc-server-applet-1.8.0-24.el7_9.noarch.rpm 24769d4968eb49e6106e6ccec86baf5eeb3e053dfd03158fb385fd0bfd8b3cd7 tigervnc-server-minimal-1.8.0-24.el7_9.x86_64.rpm 7af082c81c1d06e353c77f01f35f6d3cd695a765a542d309f406079af5f14000 tigervnc-server-module-1.8.0-24.el7_9.x86_64.rpm Source: d8d8280d36c838cedd4317e9dccff0ef3280e34d948978144bb6a9bec93e3d81 tigervnc-1.8.0-24.el7_9.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Message: 3 Date: Mon, 20 Feb 2023 16:17:35 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0600 Important CentOS 7 thunderbird Security Update Message-ID: <20230220161735.GA30672 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0600 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0600 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: d56ae1d4e0d4b0be63156bddcdb2f72700d55124efafecb654bbb436fd36eca5 thunderbird-102.7.1-2.el7.centos.x86_64.rpm Source: ada28b6b49333e3f9a0de597ea818a8c12dda5339d9026143456fff103a3a9a5 thunderbird-102.7.1-2.el7.centos.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Subject: Digest Footer _______________________________________________ CentOS-announce mailing list CentOS-announce at centos.org https://lists.centos.org/mailman/listinfo/centos-announce ------------------------------ End of CentOS-announce Digest, Vol 211, Issue 2 *********************************************** From johnny at centos.org Wed Feb 22 16:45:06 2023 From: johnny at centos.org (Johnny Hughes) Date: Wed, 22 Feb 2023 10:45:06 -0600 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> Message-ID: On 2/15/23 09:26, Orion Poplawski wrote: > On 2/14/23 08:49, Orion Poplawski wrote: >> On 1/29/23 11:24, Orion Poplawski wrote: >>> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke >>> OAuth authentication with outlook.office365.com.? Downgrading to >>> 102.4.0-1.el8 resolved the issue. >>> >>> Error console reports: >>> >>> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token >>> [HTTP/1.1 400 Bad Request 293ms] >> >> This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to >> CentOS Stream 8.? When can we expect to see that? > > It also does not appear to have made it to CentOS 7 yet either. > 102.7.1-2 has been released for el7 .. and both firefox and thunderbird 102.8.0-2 should be released later today, assuming it all passes QA testing, which it is currently running. From centos-announce-request at centos.org Thu Feb 23 12:00:03 2023 From: centos-announce-request at centos.org (centos-announce-request at centos.org) Date: Thu, 23 Feb 2023 12:00:03 +0000 Subject: [CentOS] CentOS-announce Digest, Vol 211, Issue 3 Message-ID: Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2023:0817 Important CentOS 7 thunderbird Security Update (Johnny Hughes) 2. CESA-2023:0812 Important CentOS 7 firefox Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Wed, 22 Feb 2023 17:48:54 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0817 Important CentOS 7 thunderbird Security Update Message-ID: <20230222174854.GA3641 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0817 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0817 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 5a404e4d0261a2aa45188a169969665640124c8587bfaff7eaa4706a5f16727d thunderbird-102.8.0-2.el7.centos.x86_64.rpm Source: 903812da24e8377d3a858f8a95f7452a4502456f38cb2017de0d4645cc81671a thunderbird-102.8.0-2.el7.centos.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Message: 2 Date: Wed, 22 Feb 2023 17:50:01 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0812 Important CentOS 7 firefox Security Update Message-ID: <20230222175001.GA3905 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0812 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0812 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e0d62271ecc1d123dd2dfe6e63131923215ed05f9f87bb42cbe1c713b4cfec5d firefox-102.8.0-2.el7.centos.i686.rpm 74484befc2ade710df325b9af62b87ffaef3b2b13a00935396297467ec8e98a8 firefox-102.8.0-2.el7.centos.x86_64.rpm Source: 0f8e5aaf9fe71a7e8c1aae8df88aaeaf36e719fba4446bf0d1de74636047283b firefox-102.8.0-2.el7.centos.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Subject: Digest Footer _______________________________________________ CentOS-announce mailing list CentOS-announce at centos.org https://lists.centos.org/mailman/listinfo/centos-announce ------------------------------ End of CentOS-announce Digest, Vol 211, Issue 3 *********************************************** From florian at fsrv.xyz Thu Feb 23 12:48:58 2023 From: florian at fsrv.xyz (Florian Bauer) Date: Thu, 23 Feb 2023 13:48:58 +0100 Subject: [CentOS] EFI boot order rewrite Message-ID: Hello, we are running CentOS Stream 8 on some of our dedicated servers. On the newer servers that boot with efi, the system that is installed with the default properties in the ISO installer writes itself to the top of the efi boot order. This seems to happen every time after bootup. Since we run all our systems with efi network boot as the first boot option for rescue operation, this would be a significant problem for the future if the behavior cannot be turned off. I have already checked the use of efibootmgr and some of the related grub settings such as GRUB_DEFAULT and GRUB_SAVEDEFAULT (which may have nothing to do with it). On Debian, I found a debconf option that prevents updating nvram. This seems to prevent the described behavior. Does anyone have an idea for this problem? With kind regards Florian From james-p at moving-picture.com Fri Feb 24 11:43:36 2023 From: james-p at moving-picture.com (James Pearson) Date: Fri, 24 Feb 2023 11:43:36 +0000 Subject: [CentOS] EFI boot order rewrite In-Reply-To: References: Message-ID: Florian Bauer wrote> > we are running CentOS Stream 8 on some of our dedicated servers. > On the newer servers that boot with efi, the system that is installed > with the default properties in the ISO installer writes itself to the > top of the efi boot order. > This seems to happen every time after bootup. > > Since we run all our systems with efi network boot as the first boot > option for rescue operation, this would be a significant problem for the > future if the behavior cannot be turned off. > > I have already checked the use of efibootmgr and some of the related > grub settings such as GRUB_DEFAULT and GRUB_SAVEDEFAULT (which may have > nothing to do with it). > On Debian, I found a debconf option that prevents updating nvram. > This seems to prevent the described behavior. > > Does anyone have an idea for this problem? I had a similar issue with EFI booting with CentOS 7 a while ago - my 'fix' was to add something to the %post section of the kickstart file to use efibootmgr to set 'EFI Network' as the first device in the EFI BootOrder - which seemed to work OK for subsequent boots James Pearson From florian at fsrv.xyz Fri Feb 24 15:33:23 2023 From: florian at fsrv.xyz (Florian Bauer) Date: Fri, 24 Feb 2023 16:33:23 +0100 Subject: [CentOS] EFI boot order rewrite In-Reply-To: References: Message-ID: Hi, Thank you for your answer. That would only solve the problem at initial bootup but not for already installed systems. Inserting such a solution into a late running service would be no option due to it?s destroying the boards storage over time because of the many writes. On Debian/Ubuntu, there are a couple of grub2 debconf parameters. Unfortunately, there seems to be no such system like debconf for package level configuration properties iirc. Kind regards Florian > Am 24.02.2023 um 12:44 schrieb James Pearson : > > ?Florian Bauer wrote> >> we are running CentOS Stream 8 on some of our dedicated servers. >> On the newer servers that boot with efi, the system that is installed >> with the default properties in the ISO installer writes itself to the >> top of the efi boot order. >> This seems to happen every time after bootup. >> >> Since we run all our systems with efi network boot as the first boot >> option for rescue operation, this would be a significant problem for the >> future if the behavior cannot be turned off. >> >> I have already checked the use of efibootmgr and some of the related >> grub settings such as GRUB_DEFAULT and GRUB_SAVEDEFAULT (which may have >> nothing to do with it). >> On Debian, I found a debconf option that prevents updating nvram. >> This seems to prevent the described behavior. >> >> Does anyone have an idea for this problem? > > I had a similar issue with EFI booting with CentOS 7 a while ago - my 'fix' was to add something to the %post section of the kickstart file to use efibootmgr to set 'EFI Network' as the first device in the EFI BootOrder - which seemed to work OK for subsequent boots > > James Pearson > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos From james-p at moving-picture.com Mon Feb 27 18:21:53 2023 From: james-p at moving-picture.com (James Pearson) Date: Mon, 27 Feb 2023 18:21:53 +0000 Subject: [CentOS] EFI boot order rewrite In-Reply-To: References: Message-ID: Florian Bauer> > > Thank you for your answer. > That would only solve the problem at initial bootup but not for already installed systems. > > Inserting such a solution into a late running service would be no option due to it?s > destroying the boards storage over time because of the many writes. I'm pretty sure I only had to run efibootmgr once (at install time in my case) - and the boot order was fixed for all subsequent reboots (don't currently have a setup that does this at the moment, so can't check) James Pearson From jamesbtobin at gmail.com Thu Feb 2 13:16:09 2023 From: jamesbtobin at gmail.com (James Tobin) Date: Thu, 2 Feb 2023 13:16:09 +0000 Subject: [CentOS] JOB | Champion, Leader, Mentor (United Kingdom) Message-ID: Hello, I'm working with a low latency critical platform that is looking to hire someone anywhere in the UK to confidently run a team of on-premises Linux and automation engineers. You must be a champion, leader and mentor. Consequently, I hoped that some members of this group may like to discuss further. I can be reached using "JamesBTobin (at) Gmail (dot) Com". Kind regards, James From fred.fredex at gmail.com Sun Feb 5 22:09:17 2023 From: fred.fredex at gmail.com (Fred) Date: Sun, 5 Feb 2023 17:09:17 -0500 Subject: [CentOS] C7, removing zoom problem Message-ID: Guys, I'm trying to update my zoom client and yum (or yumex) won't let me do an update, so I try to remove the installed one, on the theory that if it isn't there I should be able to install a newer one, by doing "sudo yum remove zoom_x86_64" (where my PWD is the directory where the zoom RPM files live) and it tells me "no packages marked for removal. Reading thru the man page for rpm I can't figure out any other way to do it. Suggestions, any one? Thanks in advance! Fred From simon.matter at invoca.ch Sun Feb 5 22:19:02 2023 From: simon.matter at invoca.ch (Simon Matter) Date: Sun, 5 Feb 2023 23:19:02 +0100 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: Message-ID: Hi > Guys, I'm trying to update my zoom client and yum (or yumex) won't let me > do an update, so I try to remove the installed one, on the theory that if > it isn't there I should be able to install a newer one, by doing "sudo yum > remove zoom_x86_64" (where my PWD is the directory where the zoom RPM > files > live) and it tells me "no packages marked for removal. This should tell you the real name of the package rpm -qa zoom\* Then rpm -e zoom... should remove it. That said, I've never used zoom so I don't really know if they do something special. Regards, Simon > > Reading thru the man page for rpm I can't figure out any other way to do > it. Suggestions, any one? > > Thanks in advance! > > Fred > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From christopher.schanzle at nist.gov Sun Feb 5 22:40:22 2023 From: christopher.schanzle at nist.gov (Chris Schanzle) Date: Sun, 5 Feb 2023 17:40:22 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: Message-ID: On 2/5/23 5:19 PM, Simon Matter wrote: > Hi > >> Guys, I'm trying to update my zoom client and yum (or yumex) won't let me >> do an update, so I try to remove the installed one, on the theory that if >> it isn't there I should be able to install a newer one, by doing "sudo yum >> remove zoom_x86_64" (where my PWD is the directory where the zoom RPM >> files >> live) and it tells me "no packages marked for removal. > This should tell you the real name of the package > > rpm -qa zoom\* > > Then rpm -e zoom... should remove it. > > That said, I've never used zoom so I don't really know if they do > something special. > > Regards, > Simon Looking at https://support.zoom.us/hc/en-us/articles/204206269-Installing-or-updating-Zoom-on-Linux#h_c3eadf5f-1311-4d38-972e-dd8868353ccb You should use: ? sudo yum remove zoom Commercial companies are notorious for renaming their RPM's to different filenames than what the package variables set.? The filename has no bearing on the package name when installed.? In this case, the download is called "zoom_x86_64.rpm" but it's real rpm filename with the typical name-version-release.arch may be queried from the download file itself: rpm -q --qf='%{name}-%{version}-%{release}.%{arch}\n' -p ./zoom_x86_64.rpm zoom-5.13.5.431-1.x86_64 As you can see, the real package name is "zoom". "sudo rpm -ev zoom" would also be a fine option. From i.mortimer at uq.edu.au Tue Feb 7 00:35:10 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Tue, 7 Feb 2023 00:35:10 +0000 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: Message-ID: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> On Sun, 2023-02-05 at 17:09 -0500, Fred wrote: > Guys, I'm trying to update my zoom client and yum (or yumex) won't let > me > do an update,? That's because CentOS/RHEL 7 is no longer supported. Zoom download page shows 5.13.4.711 as the latest for 7. (5.13.7.683 is the latest for 8+.) > so I try to remove the installed one, on the theory that if > it isn't there I should be able to install a newer one You can download and install 5.13.7.683 but it won't start: zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by zoom) zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by zoom) -- Ian From fred.fredex at gmail.com Tue Feb 7 02:13:12 2023 From: fred.fredex at gmail.com (Fred) Date: Mon, 6 Feb 2023 21:13:12 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: well, as one of the earlier posters showed how, I did remove the existing one then installed the new one (the one that Zoom offers for Centos-7, not the one for Centos-8, which has the problem you describe) and voila, works like a charm! Fred On Mon, Feb 6, 2023 at 7:35 PM Ian Mortimer wrote: > On Sun, 2023-02-05 at 17:09 -0500, Fred wrote: > > > Guys, I'm trying to update my zoom client and yum (or yumex) won't let > > me > > do an update, > > That's because CentOS/RHEL 7 is no longer supported. Zoom download > page shows 5.13.4.711 as the latest for 7. (5.13.7.683 is the latest > for 8+.) > > > so I try to remove the installed one, on the theory that if > > it isn't there I should be able to install a newer one > > You can download and install 5.13.7.683 but it won't start: > > zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found > (required by zoom) > zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found > (required by zoom) > > > -- > Ian > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From i.mortimer at uq.edu.au Wed Feb 8 02:21:55 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Wed, 8 Feb 2023 02:21:55 +0000 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: On Mon, 2023-02-06 at 21:13 -0500, Fred wrote: > well, as one of the earlier posters showed how, I did remove the > existing > one then installed the new one (the one that Zoom offers for Centos- > 7, not > the one for Centos-8, which has the problem you describe) and voila, > works > like a charm! Yes but that's the old version - 5.13.4.711 not the latest 5.13.7.683. "Check for Updates" will tell you there's a new version but you'll be stuck with that old version until you upgrade from CentOS 7 to something newer. -- Ian From fred.fredex at gmail.com Wed Feb 8 04:53:58 2023 From: fred.fredex at gmail.com (Fred) Date: Tue, 7 Feb 2023 23:53:58 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: ah, that's OK for now, as long as it works. I'm trying to build up the courage to do a full system upgrade to Rocky.latest. I hate doing upgrades, it's such a pain in the rear to get everything working again, and get all my tweaks back into place. I despise Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but the existing binaries for C8 don't work very well, there are none that I know of for C9, and AFAIK Rocky is the only Centos clone that supports Mate. there IS Ubuntu Mate, but I am more comfy with RH-derived systems. One thing I won't have to do anymore is set up email (used to have my own domain for email, but moved and can't get a static IP anymore, decided it was too much bother to do the ddns thing) along with POP3 for my wife to use. We now just use gmail. But I see that the time for said upgrade is drawing nearer and nearer. Fred On Tue, Feb 7, 2023 at 9:22 PM Ian Mortimer wrote: > On Mon, 2023-02-06 at 21:13 -0500, Fred wrote: > > > well, as one of the earlier posters showed how, I did remove the > > existing > > one then installed the new one (the one that Zoom offers for Centos- > > 7, not > > the one for Centos-8, which has the problem you describe) and voila, > > works > > like a charm! > > Yes but that's the old version - 5.13.4.711 not the latest 5.13.7.683. > "Check for Updates" will tell you there's a new version but you'll be > stuck with that old version until you upgrade from CentOS 7 to > something newer. > > > -- > Ian > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From pgeenhuizen at gmail.com Wed Feb 8 11:40:29 2023 From: pgeenhuizen at gmail.com (Pete Geenhuizen) Date: Wed, 8 Feb 2023 06:40:29 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: I've made to move to Rocky 8 after it was released and there is support for MATE and if you prefer lightdm as a window manager.? It has some minor quirks, but all in all it works just fine. I've not tried it yet but there is also a Rocky 9 MATE live image available https://docs.rockylinux.org/en/guides/desktop/mate_installation/ Pete On 2/7/23 23:53, Fred wrote: > ah, that's OK for now, as long as it works. > > I'm trying to build up the courage to do a full system upgrade to > Rocky.latest. I hate doing upgrades, it's such a pain in the rear to get > everything working again, and get all my tweaks back into place. I despise > Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but the > existing binaries for C8 don't work very well, there are none that I know > of for C9, and AFAIK Rocky is the only Centos clone that supports Mate. > there IS Ubuntu Mate, but I am more comfy with RH-derived systems. > > One thing I won't have to do anymore is set up email (used to have my own > domain for email, but moved and can't get a static IP anymore, decided it > was too much bother to do the ddns thing) along with POP3 for my wife to > use. We now just use gmail. > > But I see that the time for said upgrade is drawing nearer and nearer. > > Fred > > On Tue, Feb 7, 2023 at 9:22 PM Ian Mortimer wrote: > >> On Mon, 2023-02-06 at 21:13 -0500, Fred wrote: >> >>> well, as one of the earlier posters showed how, I did remove the >>> existing >>> one then installed the new one (the one that Zoom offers for Centos- >>> 7, not >>> the one for Centos-8, which has the problem you describe) and voila, >>> works >>> like a charm! >> Yes but that's the old version - 5.13.4.711 not the latest 5.13.7.683. >> "Check for Updates" will tell you there's a new version but you'll be >> stuck with that old version until you upgrade from CentOS 7 to >> something newer. >> >> >> -- >> Ian >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Unencumbered by the thought process. -- Click and Clack the Tappet brothers From i.mortimer at uq.edu.au Wed Feb 8 20:51:52 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Thu, 9 Feb 2023 06:51:52 +1000 (AEST) Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> Message-ID: <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> On Wed, 8 Feb 2023, Fred wrote: > I'm trying to build up the courage to do a full system upgrade to > Rocky.latest. I hate doing upgrades, it's such a pain in the rear to get > everything working again, and get all my tweaks back into place. Getting all your configuration into ansible, puppet or the like is a bit of work but a real benefit when it's time to upgrade. > I despise > Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but the > existing binaries for C8 don't work very well, there are none that I know > of for C9, and AFAIK Rocky is the only Centos clone that supports Mate. I'm using Mate on Rocky 9 at work and on CentOS 8 stream on my laptop. Works fine for what I need. -- Ian From kaushalshriyan at gmail.com Thu Feb 9 16:37:22 2023 From: kaushalshriyan at gmail.com (Kaushal Shriyan) Date: Thu, 9 Feb 2023 22:07:22 +0530 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 Message-ID: Hi, I am running CentOS Linux release 7.9.2009 (Core) on node1 and node2. Is there a way to compare both files and directories in web server document root -> /var/www/html/webservices residing on both node1 and node2 including the files content. It is to make sure that both nodes are having the same file contents,number of files,subdirectories and directories. Please guide me. Thanks in advance. Best Regards, Kaushal From harshal.lakare at gmail.com Thu Feb 9 16:43:38 2023 From: harshal.lakare at gmail.com (Harshal Lakare) Date: Thu, 9 Feb 2023 22:13:38 +0530 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 In-Reply-To: References: Message-ID: In my opinion here is the options you have, 1) Use nfs to share same or identical file across the host. 2) Use rsync to compare files between two node , if there is any difference between source and destination then rsync will sync differential file. Hope it will help you Regarding, Harshal Lakare On Thu, 9 Feb 2023 at 10:07 PM, Kaushal Shriyan wrote: > Hi, > > I am running CentOS Linux release 7.9.2009 (Core) on node1 and node2. Is > there a way to compare both files and directories in web server > document root -> /var/www/html/webservices residing on both node1 and node2 > including the files content. > > It is to make sure that both nodes are having the same file contents,number > of files,subdirectories and directories. > > Please guide me. Thanks in advance. > > Best Regards, > > Kaushal > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > -- Sent from My iPhone From agents at meddatainc.com Thu Feb 9 21:55:23 2023 From: agents at meddatainc.com (H) Date: Thu, 09 Feb 2023 16:55:23 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> Message-ID: <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> On February 8, 2023 3:51:52 PM EST, Ian Mortimer wrote: >On Wed, 8 Feb 2023, Fred wrote: > >> I'm trying to build up the courage to do a full system upgrade to >> Rocky.latest. I hate doing upgrades, it's such a pain in the rear to >get >> everything working again, and get all my tweaks back into place. > >Getting all your configuration into ansible, puppet or the like is a >bit >of work but a real benefit when it's time to upgrade. > >> I despise >> Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but >the >> existing binaries for C8 don't work very well, there are none that I >know >> of for C9, and AFAIK Rocky is the only Centos clone that supports >Mate. > >I'm using Mate on Rocky 9 at work and on CentOS 8 stream on my >laptop. Works fine for what I need. Is it possible to use ansible, puppet or the like to do this on an existing system? From johnny at centos.org Thu Feb 9 23:55:29 2023 From: johnny at centos.org (Johnny Hughes) Date: Thu, 9 Feb 2023 17:55:29 -0600 Subject: [CentOS] dnf-makecache.service failing every few days and dnf-automatic.service samba freeipa issues (again). In-Reply-To: References: <42cc8d16-8d7e-0175-7d63-a6f439133298@powercraft.nl> <54ec3670-f230-6c55-61d8-928e9935f972@powercraft.nl> <5f86c714-10b3-3460-2bbf-1805bdea3bf1@powercraft.nl> <3ac6220e-8097-c070-4b46-2cb9283b14e1@powercraft.nl> Message-ID: On 1/19/23 14:38, Jelle de Jong wrote: > > > On 1/9/23 19:06, Johnny Hughes wrote: >> On 1/9/23 10:16, Jelle de Jong wrote: >>> Hello everybody, >>> >>> What is the status of the freeipa/sssd and samba conflicts in the >>> repositories? >>> >>> I can not wrap my mind around that two big packages are not getting >>> security updates anymore, because they are conflicting. I will go to >>> FOSDEM in Belgium this year to figure out more, but I am considering >>> moving my centos systems to rockylinux. >>> >>> Kind regards, >>> >>> Jelle de Jong >>> >>> On 12/16/22 16:59, Jelle de Jong wrote: >>>> Hello everybody, >>>> >>>> Could someone give me an estimate on when the repositories are >>>> resolving the right dependencies for the freeipa pacakges in CentOS >>>> Stream release 8? >>>> >>>> I have about +10 systems sending me alerts everyday that >>>> dnf-automatic.service is failing because of the freeipa dependency >>>> issues. Since freeipa is one of the security elements I would like >>>> to give people an estimate on when these issues are resolved? >>>> >>>> How can I keep track of the work that is been done as well? >>>> >>>> Is there a package tracker to be followed for this? URLs? >>>> >>>> I asked this question on the centos-devel list weeks ago, but have >>>> not received any feedback. The issues is bothering me a lot as it is >>>> an security issue that stays unresolved. >>>> >>>> Kind regards, >>>> >>>> Jelle de Jong >>>> >>>> On 11/30/22 13:06, Jelle de Jong wrote: >>>>> Hello everybody, >>>>> >>>>> I attached the dnf conflict logs with conflicting pacakges. >>>>> >>>>> ??Problem 1: package >>>>> ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 >>>>> requires libndr.so.2()(64bit), but none of the providers can be >>>>> installed >>>>> ??Problem 2: package >>>>> ipa-server-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 requires >>>>> libsamba-errors.so.1(SAMBA_ERRORS_1)(64bit), but none of the >>>>> providers can be installed >>>>> ??Problem 3: problem with installed package >>>>> ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 >>>>> ??Problem 4: problem with installed package >>>>> ipa-server-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 >>>>> >>>>> Kind regards, >>>>> >>>>> Jelle >>>>> >>>>> >>>>> On 11/29/22 12:43, Jelle de Jong wrote: >>>>>> Hello everybody, >>>>>> >>>>>> 1. I got many systems with failing dnf-makecache.service because >>>>>> some mirror/repo is tried once and fails. >>>>>> >>>>>> Is there an option to make dnf more reliable, to try the mirror >>>>>> url a few times and check its availability? >>>>>> >>>>>> man yum.conf does not >>>>>> >>>>>> # cat /etc/yum.conf >>>>>> [main] >>>>>> gpgcheck=1 >>>>>> installonly_limit=3 >>>>>> clean_requirements_on_remove=True >>>>>> best=True >>>>>> skip_if_unavailable=False >>>>>> >>>>>> ExecStart=/usr/bin/dnf makecache --timer >>>>>> >>>>>> 2. I saw in the mailing list the messages about samba sssd >>>>>> dependency issues. I got lots of servers failing my dnf-automatic >>>>>> because of this when can I expect a resolution for this? >>>>>> >> >> There should not be freeipa/sssd dependency issues in the latest release. > > These are the freeipa/samba issue I am having all other packages are > updated... and the server got rebooted as well. dnf-automatic is failing > because of these conflicts. > > ? dnf-automatic.service loaded failed failed dnf automatic > > [root at freeipa01 ~]# yum update --best --allowerasing --skip-broken > --refresh > CentOS Stream 8 - AppStream > ????????????????????????????????????????????????????????????? 14 kB/s | > 4.4 kB???? 00:00 > CentOS Stream 8 - BaseOS > ????????????????????????????????????????????????????????????? 79 kB/s | > 3.9 kB???? 00:00 > CentOS Stream 8 - Extras > ????????????????????????????????????????????????????????????? 11 kB/s | > 2.9 kB???? 00:00 > CentOS Stream 8 - Extras common packages > ????????????????????????????????????????????????????????????? 13 kB/s | > 3.0 kB???? 00:00 > Extra Packages for Enterprise Linux 8 - x86_64 > ????????????????????????????????????????????????????????????? 43 kB/s | > ?26 kB???? 00:00 > Extra Packages for Enterprise Linux 8 - Next - x86_64 > ????????????????????????????????????????????????????????????? 69 kB/s | > ?32 kB???? 00:00 > Error: > ?Problem: cannot install the best update candidate for package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > ? - problem with installed package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr-nbt.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit), but none of the > providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-passdb.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-passdb.so.0(SAMBA_PASSDB_0.2.0)(64bit), but none of > the providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-util.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit), but none of the > providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbconf.so.0()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2()(64bit), but none of the providers can be > installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2(SMBLDAP_0)(64bit), but none of the providers > can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2(SMBLDAP_1)(64bit), but none of the providers > can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libsmbldap.so.2(SMBLDAP_2)(64bit), but none of the providers > can be installed > ? - cannot install the best update candidate for package > samba-client-libs-4.16.4-2.el8.x86_64 > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr.so.2()(64bit), but none of the providers can be installed > ? - package > ipa-server-trust-ad-4.9.10-6.module_el8.7.0+1209+42bcbcde.x86_64 > requires libndr.so.2(NDR_0.0.1)(64bit), but none of the providers can be > installed > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.4-2.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.3-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.4-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-3.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-4.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-5.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.15.5-8.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.1-0.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.2-1.el8.x86_64 > ? - cannot install both samba-client-libs-4.17.2-2.el8.x86_64 and > samba-client-libs-4.16.4-1.el8.x86_64 This issue is fixed wit the update set currently syncing to the mirrors, should be available on all the mirrors in less than 24 hours. From bgee at campercaver.net Fri Feb 10 11:50:29 2023 From: bgee at campercaver.net (Bill Gee) Date: Fri, 10 Feb 2023 05:50:29 -0600 Subject: [CentOS] CentOS9 Stream - boinc client?? In-Reply-To: References: <424f9dbc-8b5c-078f-fdbd-e1187ff3a9bc@campercaver.net> <612f0dd494a7935e5334aed9c2c1271768c087ec.camel@kathenas.org> <1e2cafdf-b7ff-741f-bd47-a61e82417fd9@campercaver.net> <3e3c8f8b3a1f54534d5e962839d68089fa5991a4.camel@kathenas.org> <250773479df0a0eb79e16e291628cac7c35be29c.camel@kathenas.org> <6ea82914-15ec-ee69-b9ce-1d05dcbdcf19@campercaver.net> Message-ID: On 1/29/23 11:27, Philip Wyett wrote: > On Sun, 2023-01-29 at 09:58 -0600, Bill Gee wrote: >> On 1/29/23 05:49, Philip Wyett wrote: >>> On Sun, 2023-01-29 at 09:16 +0000, Philip Wyett wrote: >>> Hi, >>> >>> The ping comment on the bug report has be promptly dealt with by the maintainer and the build >>> for >>> EPEL9 has now been done and will in 7 days work through testing and then drop into EPEL9 for >>> all to >>> install. >>> >>> I hope this is OK for you and dispels the concerns with regards community and how responsive >>> folks >>> within it are. >>> >>> Regards >>> >>> Phil >>> >>> >>> _______________________________________________ >>> CentOS mailing list >>> CentOS at centos.org >>> https://lists.centos.org/mailman/listinfo/centos >> >> Oh, very nice! Thank you Phil. I appreciate random acts of senseless >> kindness. :-) >> >> It will be interesting to see how dnf reacts when the el9 package for >> boinc goes live. Will dnf recognize it as an upgrade from the el8 >> package? I will let the group know what happens. >> >> Bill Gee >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos > > Hi, > > The EPEL 8 version is boinc-client-7.20.2-1.el8 and the version submitted to EPEL 9 is > boinc-client-7.20.2-4.el9, so yes it will be seen as an upgrade once it passes out of testing. > > Regards > > Phil > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos As promised, I am sending an update on this. The EL9 package for boinc client has indeed appeared in the repositories. I ran "dnf upgrade" on the system last night, and it successfully pulled in the package as an upgrade to the EL8 package I installed a few weeks ago. That closes out this issue. Thanks Phil for prodding the packaging process along. Bill Gee From gjn at gjn.priv.at Fri Feb 10 11:58:09 2023 From: gjn at gjn.priv.at (=?ISO-8859-1?Q?G=FCnther_J=2E?= Niederwimmer) Date: Fri, 10 Feb 2023 12:58:09 +0100 Subject: [CentOS] Question about virt-manager Version 9.1 Message-ID: <5646745.DvuYhMxLoT@techz> hello list, I switched to version 9 (not redhat) on my "new" server, and that worked. But after updating to 9.1, the virt-manger doesn't work anymore? There are only more error messages when opening the 2nd window for the settings. I hope someone on this list can help? It's a beloved tool which for me is the easiest way to create a KVM machine. thanks for any help, -- mit freundlichen Gr??en / best Regards, G?nther J. Niederwimmer From shiva at sewingwitch.com Fri Feb 10 12:51:46 2023 From: shiva at sewingwitch.com (Kenneth Porter) Date: Fri, 10 Feb 2023 04:51:46 -0800 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 In-Reply-To: References: Message-ID: <11d14b3b-175b-0cfb-3543-f77a6c792bc5@sewingwitch.com> On 2/9/2023 8:43 AM, Harshal Lakare wrote: > 2) Use rsync to compare files between two node , if there is any difference > between source and destination then rsync will sync differential file. Use --dry-run to do this non-destructively, with the verbose flag to list the differences. From joskra42.list at gmail.com Fri Feb 10 17:07:27 2023 From: joskra42.list at gmail.com (Joshua Kramer) Date: Fri, 10 Feb 2023 12:07:27 -0500 Subject: [CentOS] Question about virt-manager Version 9.1 In-Reply-To: <5646745.DvuYhMxLoT@techz> References: <5646745.DvuYhMxLoT@techz> Message-ID: This may provide the answer you are looking for: it's being deprecated in favor of Cockpit. https://bugzilla.redhat.com/show_bug.cgi?id=2030592 On Fri, Feb 10, 2023 at 6:58 AM G?nther J. Niederwimmer wrote: > hello list, > > I switched to version 9 (not redhat) on my "new" server, and that worked. > But > after updating to 9.1, the virt-manger doesn't work anymore? There are > only > more error messages when opening the 2nd window for the settings. > > I hope someone on this list can help? It's a beloved tool which for me is > the > easiest way to create a KVM machine. > > thanks for any help, > -- > mit freundlichen Gr??en / best Regards, > > G?nther J. Niederwimmer > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From arrfab at centos.org Fri Feb 10 17:32:15 2023 From: arrfab at centos.org (Fabian Arrotin) Date: Fri, 10 Feb 2023 18:32:15 +0100 Subject: [CentOS] Question about virt-manager Version 9.1 In-Reply-To: References: <5646745.DvuYhMxLoT@techz> Message-ID: On 10/02/2023 18:07, Joshua Kramer wrote: > This may provide the answer you are looking for: it's being deprecated in > favor of Cockpit. > > https://bugzilla.redhat.com/show_bug.cgi?id=2030592 > I know it's not a full answer but at least it works fine for me with : - distrobox - a stream 8 box/container that has virt-manager If you don't know distrobox (available in epel9) it's really a pleasure to work with : I have some containers (Fedora 36, stream 8, stream 9) from which I have gui apps seamlessly integrated into my RHEL 9 desktop : sudo dnf install distrobox # needs epel9 distrobox-create --name stream8box --image quay.io/centos/centos:stream8 --yes distrobox enter stream8box # init container for distrobox usage and enter stream 8 shell and then BAU: from the shell in container : sudo dnf install virt-manager && virt-manager Bonus point to then export the app to your own desktop menu and you'll not have to start container : it will be done for you : distrobox-export --app virt-manager Application virt-manager successfully exported. OK! virt-manager will appear in your applications list in a few seconds. It's then available in your gnome apps menu (it created the needed .desktop app as shortcut) I'm using some other apps like this (including OBS-Studio, etc) and it's a charm ... Hope it helps :) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 17F3B7A1 | @arrfab[@fosstodon.org] -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 840 bytes Desc: OpenPGP digital signature URL: From kaushalshriyan at gmail.com Fri Feb 10 18:03:17 2023 From: kaushalshriyan at gmail.com (Kaushal Shriyan) Date: Fri, 10 Feb 2023 23:33:17 +0530 Subject: [CentOS] Compare directories and files including files content from both node1 and node2 In-Reply-To: <11d14b3b-175b-0cfb-3543-f77a6c792bc5@sewingwitch.com> References: <11d14b3b-175b-0cfb-3543-f77a6c792bc5@sewingwitch.com> Message-ID: Thanks a lot Kenneth and Harshal for the reply. Appreciate it. On Fri, Feb 10, 2023 at 6:22 PM Kenneth Porter wrote: > On 2/9/2023 8:43 AM, Harshal Lakare wrote: > > 2) Use rsync to compare files between two node , if there is any > difference > > between source and destination then rsync will sync differential file. > > Use --dry-run to do this non-destructively, with the verbose flag to > list the differences. > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > From i.mortimer at uq.edu.au Fri Feb 10 21:32:51 2023 From: i.mortimer at uq.edu.au (Ian Mortimer) Date: Sat, 11 Feb 2023 07:32:51 +1000 (AEST) Subject: [CentOS] C7, removing zoom problem In-Reply-To: <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> Message-ID: On Thu, 9 Feb 2023, H wrote: > Is it possible to use ansible, puppet or the like to do this on an existing system? It's possible but can be a lot of work if you're not familiar with the software. A simpler option is to save all your configured files in a version control system (git, subverion, mercury for example). That keeps a history of all the customizations you made and also makes it easy to revert a change that causes problems. There are open source tools to help (etckeeper is one but there are others). -- Ian From agents at meddatainc.com Sat Feb 11 01:33:26 2023 From: agents at meddatainc.com (H) Date: Fri, 10 Feb 2023 20:33:26 -0500 Subject: [CentOS] C7, removing zoom problem In-Reply-To: References: <0926ddfef97ba78a91812da7334871d78d72ec95.camel@uq.edu.au> <2e7e7baa-793f-544-921c-8ede6b5f5554@uq.edu.au> <4E33C704-0954-4DCE-AA62-8A297EF7B350@meddatainc.com> Message-ID: <6854c927-1e8e-f54e-9188-6048da31fbb9@meddatainc.com> On 02/10/2023 04:32 PM, Ian Mortimer wrote: > On Thu, 9 Feb 2023, H wrote: > >> Is it possible to use ansible, puppet or the like to do this on an existing system? > > It's possible but can be a lot of work if you're not familiar with the software. > > A simpler option is to save all your configured files in a version control > system (git, subverion, mercury for example). That keeps a history of all > the customizations you made and also makes it easy to revert a change > that causes problems.? There are open source tools to help (etckeeper is one but there are others). > > Yes, that would be 1/2 of the challenge. The other 1/2 is the installation of all the software, some of which is done through yum (or dnf) of course. The more challenging part is the installation of various bits and pieces the main apps have been extended by etc. I agree, not easy to automate. From jelledejong at powercraft.nl Sat Feb 11 15:21:55 2023 From: jelledejong at powercraft.nl (Jelle de Jong) Date: Sat, 11 Feb 2023 16:21:55 +0100 Subject: [CentOS] regression in libsmbclient-4.17.5-0.el8.x86_64 with nextcloud Kerberos smb intergration Message-ID: <9fd1a3c2-51c5-e98a-c794-c4efaac3068b@powercraft.nl> Hello everybody, Just reporting a regression with libsmbclient 4.17.5, php-smbclient-1.0.6-1.el8.remi.8.1.x86_64 and nextcloud 25.0.3.2 I have not found the cause nor the solution, but for other users I am reporting a workaround here: [root at nextcloud01 ~]# yum downgrade libsmbclient-4.17.2-2.el8.x86_64 [root at nextcloud01 ~]# systemctl restart php-fpm.service Kind regards, Jelle de Jong Error PHP Error: Undefined array key 1 at /var/www/html/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php#46 at lib/private/Log/ErrorHandler.php line 92 2023-02-11T16:09:01+01:00 0. apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php line 46 OC\Log\ErrorHandler::onError( ) 1. apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php line 69 Icewind\SMB\Native\NativeFileInfo->stat( ) 2. apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php line 114 Icewind\SMB\Native\NativeFileInfo->getSize( ) 3. apps/files_external/lib/Lib/Storage/SMB.php line 191 Icewind\SMB\Native\NativeShare->stat( ) 4. apps/files_external/lib/Lib/Storage/SMB.php line 348 OCA\Files_External\Lib\Storage\SMB->getFileInfo( ) 5. lib/private/Files/Storage/Common.php line 462 OCA\Files_External\Lib\Storage\SMB->stat( ) 6. apps/files_external/lib/Lib/Storage/SMB.php line 729 OC\Files\Storage\Common->test( ) 7. apps/files_external/lib/MountConfig.php line 131 OCA\Files_External\Lib\Storage\SMB->test( ) 8. apps/files_external/lib/Controller/StoragesController.php line 288 OCA\Files_External\MountConfig::getBackendStatus("*** sensitive parameters replaced ***") 9. apps/files_external/lib/Controller/UserGlobalStoragesController.php line 126 OCA\Files_External\Controller\StoragesController->updateStorageStatus("*** sensitive parameters replaced ***") 10. lib/private/AppFramework/Http/Dispatcher.php line 225 OCA\Files_External\Controller\UserGlobalStoragesController->show( ) 11. lib/private/AppFramework/Http/Dispatcher.php line 133 OC\AppFramework\Http\Dispatcher->executeController( ) 12. lib/private/AppFramework/App.php line 172 OC\AppFramework\Http\Dispatcher->dispatch( ) 13. lib/private/Route/Router.php line 298 OC\AppFramework\App::main( ) 14. lib/base.php line 1047 OC\Route\Router->match( ) 15. index.php line 36 OC::handleRequest( ) From rnicholsNOSPAM at comcast.net Sun Feb 12 00:15:43 2023 From: rnicholsNOSPAM at comcast.net (Robert Nichols) Date: Sat, 11 Feb 2023 18:15:43 -0600 Subject: [CentOS] Question about virt-manager Version 9.1 In-Reply-To: References: <5646745.DvuYhMxLoT@techz> Message-ID: On 2/10/23 11:07, Joshua Kramer wrote: > This may provide the answer you are looking for: it's being deprecated in > favor of Cockpit. > > https://bugzilla.redhat.com/show_bug.cgi?id=2030592 Deprecated, yes, rut only in Red Hat. Still fully supported upstream. https://blog.wikichoon.com/2020/06/virt-manager-deprecated-in-rhel.html -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it. From orion at nwra.com Tue Feb 14 15:49:21 2023 From: orion at nwra.com (Orion Poplawski) Date: Tue, 14 Feb 2023 08:49:21 -0700 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> Message-ID: On 1/29/23 11:24, Orion Poplawski wrote: > It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) > broke OAuth authentication with outlook.office365.com.? Downgrading to > 102.4.0-1.el8 resolved the issue. > > Error console reports: > > XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token > [HTTP/1.1 400 Bad Request 293ms] This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to CentOS Stream 8. When can we expect to see that? Thanks. -- Orion Poplawski he/him/his - surely the least important thing about me IT Systems Manager 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion at nwra.com Boulder, CO 80301 https://www.nwra.com/ From orion at nwra.com Wed Feb 15 15:26:08 2023 From: orion at nwra.com (Orion Poplawski) Date: Wed, 15 Feb 2023 08:26:08 -0700 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> Message-ID: <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> On 2/14/23 08:49, Orion Poplawski wrote: > On 1/29/23 11:24, Orion Poplawski wrote: >> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke >> OAuth authentication with outlook.office365.com.? Downgrading to >> 102.4.0-1.el8 resolved the issue. >> >> Error console reports: >> >> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token >> [HTTP/1.1 400 Bad Request 293ms] > > This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to > CentOS Stream 8.? When can we expect to see that? It also does not appear to have made it to CentOS 7 yet either. -- Orion Poplawski IT Systems Manager 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion at nwra.com Boulder, CO 80301 https://www.nwra.com/ From jwboyer at redhat.com Wed Feb 15 15:31:04 2023 From: jwboyer at redhat.com (Josh Boyer) Date: Wed, 15 Feb 2023 10:31:04 -0500 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> Message-ID: On Wed, Feb 15, 2023 at 10:26 AM Orion Poplawski wrote: > > On 2/14/23 08:49, Orion Poplawski wrote: > > On 1/29/23 11:24, Orion Poplawski wrote: > >> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke > >> OAuth authentication with outlook.office365.com. Downgrading to > >> 102.4.0-1.el8 resolved the issue. > >> > >> Error console reports: > >> > >> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token > >> [HTTP/1.1 400 Bad Request 293ms] > > > > This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to > > CentOS Stream 8. When can we expect to see that? > > It also does not appear to have made it to CentOS 7 yet either. The team is working on some other issues at the moment. Your patience is appreciated. josh From centos-announce-request at centos.org Mon Feb 20 12:00:02 2023 From: centos-announce-request at centos.org (centos-announce-request at centos.org) Date: Mon, 20 Feb 2023 12:00:02 +0000 Subject: [CentOS] CentOS-announce Digest, Vol 211, Issue 1 Message-ID: Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CentOS Stream 8 is transitioning to be ahead of RHEL 8 - Compose push to mirror operations affected (Brian Stinson) ---------------------------------------------------------------------- Message: 1 Date: Sun, 19 Feb 2023 16:52:04 -0600 From: Brian Stinson To: centos-announce at centos.org, centos-devel at centos.org Subject: [CentOS-announce] CentOS Stream 8 is transitioning to be ahead of RHEL 8 - Compose push to mirror operations affected Message-ID: Content-Type: text/plain; charset="utf-8" Hi Folks, As many of you know, CentOS Stream 8 is currently produced using an "inside out" workflow, meaning RHEL builds happen first and then are reflected in CentOS Stream afterward. This is not the case with CentOS Stream 9 where builds are performed directly by maintainers at Red Hat from merge requests in gitlab.com. The CentOS Stream team is busy working on a project to migrate CentOS Stream 8 to the gitlab.com/Stream-first workflow. This is an exciting step to reflect CentOS Stream's true purpose in both currently active releases. One effect of this transition, though, is that we need to migrate from the old mbox buildsystem to the new Stream koji ( https://kojihub.stream.centos.org). To do this the team needs to pause regular compose and push-to-mirror jobs to avoid a split-brain situation with 2 separate systems. You may notice a lack of updates to the repos on the mirrors for a few more weeks while this transition is completed. The team's first priority is making sure that Red Hat maintainers take control over the c8s branches in https://gitlab.com/redhat/centos-stream/rpms (and builds in koji) and then the team will return to working on regular composes and push-to-mirror operations. If you have any questions in the interim, please reach out to me. Cheers! -- Brian Stinson -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Subject: Digest Footer _______________________________________________ CentOS-announce mailing list CentOS-announce at centos.org https://lists.centos.org/mailman/listinfo/centos-announce ------------------------------ End of CentOS-announce Digest, Vol 211, Issue 1 *********************************************** From centos-announce-request at centos.org Tue Feb 21 12:00:02 2023 From: centos-announce-request at centos.org (centos-announce-request at centos.org) Date: Tue, 21 Feb 2023 12:00:02 +0000 Subject: [CentOS] CentOS-announce Digest, Vol 211, Issue 2 Message-ID: Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2023:0530 Important CentOS 7 libksba Security Update (Johnny Hughes) 2. CESA-2023:0675 Important CentOS 7 tigervnc Security Update (Johnny Hughes) 3. CESA-2023:0600 Important CentOS 7 thunderbird Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Mon, 20 Feb 2023 16:15:30 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0530 Important CentOS 7 libksba Security Update Message-ID: <20230220161530.GA29558 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0530 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0530 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 09f2614aeded0a8d1f7454f0270fe81a129ba048470ed9851001049d758c2a0f libksba-1.3.0-7.el7_9.i686.rpm b93825bf103f570b5e1032748e404b0d685f2025279cdfd1efbd0506671dd269 libksba-1.3.0-7.el7_9.x86_64.rpm d66f8f50f89a80ba6132ad39773812f3a9b5d598db35a63de6e8465c3c7137d8 libksba-devel-1.3.0-7.el7_9.i686.rpm 082abb4e91620918c0d5d1da8dfb191f950c793d112a4ac3ec4f2055ca594c68 libksba-devel-1.3.0-7.el7_9.x86_64.rpm Source: 3e26e87673f1bf593161fedcff13c52a5f4cd7708824d3d04c4a43b955749c98 libksba-1.3.0-7.el7_9.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Message: 2 Date: Mon, 20 Feb 2023 16:16:26 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0675 Important CentOS 7 tigervnc Security Update Message-ID: <20230220161626.GA29969 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0675 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0675 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: c8b6abc5626065638f17e289f7fb74fa496ecaff7832cc8ba0a863022187702f tigervnc-1.8.0-24.el7_9.x86_64.rpm e56d1ffa341be20d595bbecff5b341080ab023c5d8420ce4a03813df47621344 tigervnc-icons-1.8.0-24.el7_9.noarch.rpm acf66eaf4814c700b8d03668188f2b09be1df06f54e8dfc7159e8377313b08d1 tigervnc-license-1.8.0-24.el7_9.noarch.rpm 5a75bd391a4b8675246d8051d4d1a0e28e7ba932456d922c9e6dfe78320bf4dd tigervnc-server-1.8.0-24.el7_9.x86_64.rpm f7d0605e20c9b7a067014b7687865aa1141217958d73b9b8d83a71b4da504daf tigervnc-server-applet-1.8.0-24.el7_9.noarch.rpm 24769d4968eb49e6106e6ccec86baf5eeb3e053dfd03158fb385fd0bfd8b3cd7 tigervnc-server-minimal-1.8.0-24.el7_9.x86_64.rpm 7af082c81c1d06e353c77f01f35f6d3cd695a765a542d309f406079af5f14000 tigervnc-server-module-1.8.0-24.el7_9.x86_64.rpm Source: d8d8280d36c838cedd4317e9dccff0ef3280e34d948978144bb6a9bec93e3d81 tigervnc-1.8.0-24.el7_9.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Message: 3 Date: Mon, 20 Feb 2023 16:17:35 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0600 Important CentOS 7 thunderbird Security Update Message-ID: <20230220161735.GA30672 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0600 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0600 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: d56ae1d4e0d4b0be63156bddcdb2f72700d55124efafecb654bbb436fd36eca5 thunderbird-102.7.1-2.el7.centos.x86_64.rpm Source: ada28b6b49333e3f9a0de597ea818a8c12dda5339d9026143456fff103a3a9a5 thunderbird-102.7.1-2.el7.centos.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Subject: Digest Footer _______________________________________________ CentOS-announce mailing list CentOS-announce at centos.org https://lists.centos.org/mailman/listinfo/centos-announce ------------------------------ End of CentOS-announce Digest, Vol 211, Issue 2 *********************************************** From johnny at centos.org Wed Feb 22 16:45:06 2023 From: johnny at centos.org (Johnny Hughes) Date: Wed, 22 Feb 2023 10:45:06 -0600 Subject: [CentOS] thunderbird-102.7.1-1.el8 breaks OAuth authentication In-Reply-To: <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> References: <9613ba96-f727-6bcb-12cb-28436ae0451a@nwra.com> <6e69a198-30da-ff91-0201-3a96b3439e17@nwra.com> Message-ID: On 2/15/23 09:26, Orion Poplawski wrote: > On 2/14/23 08:49, Orion Poplawski wrote: >> On 1/29/23 11:24, Orion Poplawski wrote: >>> It seems that thunderbird-102.7.1-1.el8 (at least on CentOS Stream) broke >>> OAuth authentication with outlook.office365.com.? Downgrading to >>> 102.4.0-1.el8 resolved the issue. >>> >>> Error console reports: >>> >>> XHR POST https://login.microsoftonline.com/common/oauth2/v2.0/token >>> [HTTP/1.1 400 Bad Request 293ms] >> >> This has been fixed in RHEL8 with 102.7.1-2, but this has not yet made it to >> CentOS Stream 8.? When can we expect to see that? > > It also does not appear to have made it to CentOS 7 yet either. > 102.7.1-2 has been released for el7 .. and both firefox and thunderbird 102.8.0-2 should be released later today, assuming it all passes QA testing, which it is currently running. From centos-announce-request at centos.org Thu Feb 23 12:00:03 2023 From: centos-announce-request at centos.org (centos-announce-request at centos.org) Date: Thu, 23 Feb 2023 12:00:03 +0000 Subject: [CentOS] CentOS-announce Digest, Vol 211, Issue 3 Message-ID: Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CESA-2023:0817 Important CentOS 7 thunderbird Security Update (Johnny Hughes) 2. CESA-2023:0812 Important CentOS 7 firefox Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Wed, 22 Feb 2023 17:48:54 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0817 Important CentOS 7 thunderbird Security Update Message-ID: <20230222174854.GA3641 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0817 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0817 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 5a404e4d0261a2aa45188a169969665640124c8587bfaff7eaa4706a5f16727d thunderbird-102.8.0-2.el7.centos.x86_64.rpm Source: 903812da24e8377d3a858f8a95f7452a4502456f38cb2017de0d4645cc81671a thunderbird-102.8.0-2.el7.centos.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Message: 2 Date: Wed, 22 Feb 2023 17:50:01 +0000 From: Johnny Hughes To: centos-announce at centos.org Subject: [CentOS-announce] CESA-2023:0812 Important CentOS 7 firefox Security Update Message-ID: <20230222175001.GA3905 at bstore1.rdu2.centos.org> Content-Type: text/plain; charset=us-ascii CentOS Errata and Security Advisory 2023:0812 Important Upstream details at : https://access.redhat.com/errata/RHSA-2023:0812 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e0d62271ecc1d123dd2dfe6e63131923215ed05f9f87bb42cbe1c713b4cfec5d firefox-102.8.0-2.el7.centos.i686.rpm 74484befc2ade710df325b9af62b87ffaef3b2b13a00935396297467ec8e98a8 firefox-102.8.0-2.el7.centos.x86_64.rpm Source: 0f8e5aaf9fe71a7e8c1aae8df88aaeaf36e719fba4446bf0d1de74636047283b firefox-102.8.0-2.el7.centos.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at libera.chat Twitter: @JohnnyCentOS ------------------------------ Subject: Digest Footer _______________________________________________ CentOS-announce mailing list CentOS-announce at centos.org https://lists.centos.org/mailman/listinfo/centos-announce ------------------------------ End of CentOS-announce Digest, Vol 211, Issue 3 *********************************************** From florian at fsrv.xyz Thu Feb 23 12:48:58 2023 From: florian at fsrv.xyz (Florian Bauer) Date: Thu, 23 Feb 2023 13:48:58 +0100 Subject: [CentOS] EFI boot order rewrite Message-ID: Hello, we are running CentOS Stream 8 on some of our dedicated servers. On the newer servers that boot with efi, the system that is installed with the default properties in the ISO installer writes itself to the top of the efi boot order. This seems to happen every time after bootup. Since we run all our systems with efi network boot as the first boot option for rescue operation, this would be a significant problem for the future if the behavior cannot be turned off. I have already checked the use of efibootmgr and some of the related grub settings such as GRUB_DEFAULT and GRUB_SAVEDEFAULT (which may have nothing to do with it). On Debian, I found a debconf option that prevents updating nvram. This seems to prevent the described behavior. Does anyone have an idea for this problem? With kind regards Florian From james-p at moving-picture.com Fri Feb 24 11:43:36 2023 From: james-p at moving-picture.com (James Pearson) Date: Fri, 24 Feb 2023 11:43:36 +0000 Subject: [CentOS] EFI boot order rewrite In-Reply-To: References: Message-ID: Florian Bauer wrote> > we are running CentOS Stream 8 on some of our dedicated servers. > On the newer servers that boot with efi, the system that is installed > with the default properties in the ISO installer writes itself to the > top of the efi boot order. > This seems to happen every time after bootup. > > Since we run all our systems with efi network boot as the first boot > option for rescue operation, this would be a significant problem for the > future if the behavior cannot be turned off. > > I have already checked the use of efibootmgr and some of the related > grub settings such as GRUB_DEFAULT and GRUB_SAVEDEFAULT (which may have > nothing to do with it). > On Debian, I found a debconf option that prevents updating nvram. > This seems to prevent the described behavior. > > Does anyone have an idea for this problem? I had a similar issue with EFI booting with CentOS 7 a while ago - my 'fix' was to add something to the %post section of the kickstart file to use efibootmgr to set 'EFI Network' as the first device in the EFI BootOrder - which seemed to work OK for subsequent boots James Pearson From florian at fsrv.xyz Fri Feb 24 15:33:23 2023 From: florian at fsrv.xyz (Florian Bauer) Date: Fri, 24 Feb 2023 16:33:23 +0100 Subject: [CentOS] EFI boot order rewrite In-Reply-To: References: Message-ID: Hi, Thank you for your answer. That would only solve the problem at initial bootup but not for already installed systems. Inserting such a solution into a late running service would be no option due to it?s destroying the boards storage over time because of the many writes. On Debian/Ubuntu, there are a couple of grub2 debconf parameters. Unfortunately, there seems to be no such system like debconf for package level configuration properties iirc. Kind regards Florian > Am 24.02.2023 um 12:44 schrieb James Pearson : > > ?Florian Bauer wrote> >> we are running CentOS Stream 8 on some of our dedicated servers. >> On the newer servers that boot with efi, the system that is installed >> with the default properties in the ISO installer writes itself to the >> top of the efi boot order. >> This seems to happen every time after bootup. >> >> Since we run all our systems with efi network boot as the first boot >> option for rescue operation, this would be a significant problem for the >> future if the behavior cannot be turned off. >> >> I have already checked the use of efibootmgr and some of the related >> grub settings such as GRUB_DEFAULT and GRUB_SAVEDEFAULT (which may have >> nothing to do with it). >> On Debian, I found a debconf option that prevents updating nvram. >> This seems to prevent the described behavior. >> >> Does anyone have an idea for this problem? > > I had a similar issue with EFI booting with CentOS 7 a while ago - my 'fix' was to add something to the %post section of the kickstart file to use efibootmgr to set 'EFI Network' as the first device in the EFI BootOrder - which seemed to work OK for subsequent boots > > James Pearson > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos From james-p at moving-picture.com Mon Feb 27 18:21:53 2023 From: james-p at moving-picture.com (James Pearson) Date: Mon, 27 Feb 2023 18:21:53 +0000 Subject: [CentOS] EFI boot order rewrite In-Reply-To: References: Message-ID: Florian Bauer> > > Thank you for your answer. > That would only solve the problem at initial bootup but not for already installed systems. > > Inserting such a solution into a late running service would be no option due to it?s > destroying the boards storage over time because of the many writes. I'm pretty sure I only had to run efibootmgr once (at install time in my case) - and the boot order was fixed for all subsequent reboots (don't currently have a setup that does this at the moment, so can't check) James Pearson