2024-10-31T01:15:03.501Z | <badone> So I needed to set enabled=0 on /etc/yum.repos.d/CentOS-Stream-Extras-common.repo because I couldn't find a repo for that on centos vault server. Then I had to comment out mirrorlist in a bunch of files and set their baseurl as follows. |
2024-10-31T01:17:55.019Z | <badone> ```# cat /etc/yum.repos.d/CentOS-Stream-AppStream.repo /etc/yum.repos.d/CentOS-Stream-BaseOS.repo /etc/yum.repos.d/CentOS-Stream-Extras.repo|grep ^baseurl
baseurl=<https://vault.centos.org/8.5.2111/AppStream/x86_64/os/>
baseurl=<https://vault.centos.org/8.5.2111/BaseOS/x86_64/os/>
baseurl=<https://vault.centos.org/8.5.2111/extras/x86_64/os/>``` |
2024-10-31T01:22:13.188Z | <badone> ```baseurl=<https://vault.centos.org/8.5.2111/PowerTools/x86_64/os/>``` |
2024-10-31T01:22:23.253Z | <badone> PowerTools too |
2024-10-31T01:23:52.441Z | <badone> Once I'd done that I still hit the following.
```+ dnf -y builddep --allowerasing /tmp/install-deps.218/ceph.spec
+ tee /tmp/install-deps.218/yum-builddep.out
Last metadata expiration check: 0:00:01 ago on Thu Oct 31 01:23:10 2024.
Package platform-python-devel-3.6.8-41.el8.x86_64 is already installed.
Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
Package systemd-239-82.el8.1.x86_64 is already installed.
Package procps-ng-3.3.15-14.el8.x86_64 is already installed.
Package python36-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 is already installed.
Package python3-dateutil-1:2.6.1-6.el8.noarch is already installed.
Package python36-devel-3.6.8-38.module_el8.5.0+895+a459eca8.x86_64 is already installed.
Package python3-setuptools-39.2.0-6.el8.noarch is already installed.
Package util-linux-2.32.1-46.el8.x86_64 is already installed.
Error:
Problem: The operation would result in removing the following protected packages: systemd
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)``` |
2024-10-31T01:24:18.455Z | <badone> So I added nobest to the builddep command. |
2024-10-31T01:24:24.286Z | <badone> HTH |
2024-10-31T13:41:13.869Z | <Matthew Leigh Leonard> Good news everyone! Not only is Bloomberg hiring, we're hiring in [London](https://bloomberg.avature.net/careers/JobDetail?jobId=8371&source=External+Career+Site&qtvc=c9a346ff97b98be991ffc0dcfef3f20052dc7c59c7028bce257b61b3a3b075df), and [New York](https://bloomberg.avature.net/careers/JobDetail?jobId=7295&source=External+Career+Site&qtvc=7432565a13fda49d47b4e7007b0eb49ba947b513f01d947a3daf4975a8e13ad1). If you're interested feel free to apply to your region of choice, or reach out to @Joseph Mundackal @Nathan Hoad or @Matthew Leigh Leonard :ceph: |
2024-10-31T16:16:57.041Z | <Niels de Vos> Yay, the Software Defined Storage devroom has been accepted for FOSDEM 2025! Please consider submitting a talk an presenting it in Brussels on the 1st of February <https://lists.fosdem.org/pipermail/fosdem/2024q4/003563.html> |
2024-10-31T16:39:00.066Z | <Rost Khudov> I don't understand why make check keeps failing |
2024-10-31T16:52:16.739Z | <Yuval Lifshitz> i did not change anything with the cpp code |
2024-10-31T16:52:33.046Z | <Yuval Lifshitz> just the python test, that are not running in "make check" |
2024-10-31T16:52:39.361Z | <Yuval Lifshitz> what is the error? |
2024-10-31T16:57:30.725Z | <Rost Khudov> don't have a link now, since I've restarted the job |
2024-10-31T17:17:41.241Z | <Rost Khudov> okay, now it is fine, can we merge this PR now? |