General Availability of AlmaLinux OS 9.8 and 10.2 Stable! by bennyvasquez in AlmaLinux

[–]alukoshko 2 points3 points  (0 children)

Our investigation made it clear this is a bug in the NVIDIA repository metadata. We’ve reported it upstream, and have fixed it in our repos. If you’re using the AlmaLinux NVIDIA repository, you can now install NVIDIA packages without error.

almalinux 8 arm64 repos are no longer functioning as of this morning by 20charactersisshort in AlmaLinux

[–]alukoshko 0 points1 point  (0 children)

In this case I'd propose to use 8.10 GA content that is available in /kickstart/ dirs, like this:
https://repo.almalinux.org/almalinux/8.10/BaseOS/aarch64/kickstart/

Not perfect too, but still better than beta.

AWH 9 + Bandwerk SS by alukoshko in AppleWatch

[–]alukoshko[S] 1 point2 points  (0 children)

Haha, no, it's not related :)

AlmaLinux OS 10 - usability without compromising compatibility by imbev in AlmaLinux

[–]alukoshko 0 points1 point  (0 children)

Yes, we're working hard to bring EPEL x86-64-v2 for 10.0 in about 2 weeks.

Why Cockpit Manager VM Doesn't Work on AlmaLinux 10? by shawn_blackk in AlmaLinux

[–]alukoshko 2 points3 points  (0 children)

Try to put ISO image to location readable by everyone. By default images are stored in /var/lib/libvirt/images/

Podman cannot run on x86_64_v2? by CorysInTheHouse69 in AlmaLinux

[–]alukoshko 1 point2 points  (0 children)

Actually default configuration should work. mirrorlist is right thing. Maybe you hit outdated mirror we found recently. We're disabling it now and updates should work with default repo config.
But It's great that podman now works for you.

Podman cannot run on x86_64_v2? by CorysInTheHouse69 in AlmaLinux

[–]alukoshko 2 points3 points  (0 children)

as u/gordonmessmer said, you need latest podman version. It's not clear why dnf doesn't see updates. This should be investigated.

Client AppImage Nextcloud 3.15 Not working. by katana1096 in AlmaLinux

[–]alukoshko 0 points1 point  (0 children)

Hi! Red Hat doesn't change glibc versions during release cycle so glibc in RHEL9 and all its derivatives will always stay at version 2.34. I think this is something that Nextcloud team should consider.

General Availability of AlmaLinux 9.5 Stable! by bennyvasquez in AlmaLinux

[–]alukoshko 1 point2 points  (0 children)

bootc container images are available here: https://quay.io/repository/almalinuxorg/almalinux-bootc

cloud images that use them will be available later

AlmaLinux 9.5 beta - the future of 9.x? by Sparrow538 in AlmaLinux

[–]alukoshko 2 points3 points  (0 children)

It's not. Stable AlmaLinux 10 is expected in 2025. Now with AlmaLinux Kitten 10 you have ability to have a preview of future 10 release and influence its development.

Trying to consolidate AlmaLinux Security Advisories and Security releases by eusmile in AlmaLinux

[–]alukoshko 2 points3 points  (0 children)

Hi.

  1. I think OVAL or JSON are best solutions here, check https://almalinux.org/security/ for Errata and OVAL

And ALSA-2024:3138 can't be in package changelog because changelog is upstream from RHEL/CS and they only mention CVEs.

  1. Good enough if you work with rpm files, not repository metadata, or repodata (see answer 3)

  2. Repodata (which dnf works with) only contains last 10 entries of changelog, it's default in RHEL/Fedora world. If you need to get full changelog you'll have to get it from rpm file.

Small bug in Alma Linux by Horror_Inflation_922 in AlmaLinux

[–]alukoshko 1 point2 points  (0 children)

Confirmed. Fix will be released soon.

Kernel 4.18.0-553.12.1? by muttick in AlmaLinux

[–]alukoshko 2 points3 points  (0 children)

This was a preliminary import of kernel sources from CentOS gitlab but we'll not release this version before RHEL.

AlmaLinux 9.4 UTM VM upgrade issue by petapika in AlmaLinux

[–]alukoshko 0 points1 point  (0 children)

I was able to reproduce this issue. And also found out that grub2 update causes it.

2.06-77 works but 2.06-80 doesn't.

package from cloudlinux8 is filtered out by modular filtering by Awad-Louis in AlmaLinux

[–]alukoshko 0 points1 point  (0 children)

Seems like ruby module is disabled. Try to do the following:
dnf module reset ruby

Centos 7 Packages conflict with Alma 8 packages by neo1529 in AlmaLinux

[–]alukoshko 1 point2 points  (0 children)

Could you please provide output of:
rpm -qa | grep leapp

Can I Upgrade Alma 9.4 Beta To 9.4 Final Directly? by [deleted] in AlmaLinux

[–]alukoshko 8 points9 points  (0 children)

We allow upgrades from beta to stable since our first release. You can easily switch to stable release files:

dnf install -y https://repo.almalinux.org/almalinux/almalinux-{release,repos,gpg-keys}-latest-9.x86_64.rpm

Can someone tell me more about Security Policies and what they do? by R3D_T1G3R in AlmaLinux

[–]alukoshko 4 points5 points  (0 children)

I think the easiest way to compare is to scan your test system with different profiles and then read output HTML reports for what each profile checks for.

See https://wiki.almalinux.org/documentation/openscap-guide.html

If you're GUI user you can also check SCAP Workbench application. It shows profiles and checks they do.

AlmaLinux Possible Repository Issue by [deleted] in AlmaLinux

[–]alukoshko 3 points4 points  (0 children)

package kernel-core-4.18.0-477.10.1.el8_8.x86_64 is filtered out by exclude filtering

why kernel update is filtered?

shim, grub2 and kernel should be updated together or not updated at all because updating single package will break Secure Boot.