pacman -Syuu want to downgrade zfs-dkms from version 2.2 to 2.1 08 April 2024, 16:19:03 pacman -Sy --noconfirm base-devel gdisk dosfstools archzfs-dkms This installs zfs-dkms vs 2.2But pacman -Syuu wants to downgrade this to vs 2.1 of the packages zfs-dkms-2.1 zfs-utils-2.1. Which don't work with the kernel.This downgrade is very annoying ?Can this be prevented for these packages to downgrade ?And why two versions ?Now i have to do :sudo pacman -Syuusudo pacman -Sy --noconfirm base-devel gdisk dosfstools archzfs-dkmsIn order for zfs to work.
Re: pacman -Syuu want to downgrade zfs-dkms from version 2.2 to 2.1 Reply #1 – 09 April 2024, 08:05:21 The galaxy repository version is:Code: [Select]pacman -Ss zfs-dkmsgalaxy/zfs-dkms 2.1.9-1 Kernel modules for the Zettabyte File System.chaotic-aur/zfs-dkms 2.2.3-2 Kernel modules for the Zettabyte File System.chaotic-aur/zfs-dkms-git 2:2.2.99.r417.geeca9a91d6-1 Kernel modules for the Zettabyte File System.
Re: pacman -Syuu want to downgrade zfs-dkms from version 2.2 to 2.1 Reply #2 – 09 April 2024, 09:01:27 Quote from: devosalain – on 08 April 2024, 16:19:03But pacman -Syuu wants to downgrade this to vs 2.1 of the packages zfs-dkms-2.1 zfs-utils-2.1. Which don't work with the kernel.If you issue the downgrade command, do not be annoyed a downgrade is performed, you issued the downgrade.RTFM. 1 Likes
Re: pacman -Syuu want to downgrade zfs-dkms from version 2.2 to 2.1 Reply #3 – 22 April 2024, 19:45:51 The problem is that 100 of upgrades and 2 downgrades happens in one go when i issue " pacman -Syuu".I can only choose one "yes". So the problem remains how do i don't downgrade and only use the latest versions of zfs-dkms.When i don't issue "pacman -Syuu" i don't have upgrades.And when i issue it i have upgrades of all packages but zfs-dkms gets downgraded.- Do the two different zfs-dkms versions belong to different repositories ?- Why two versions ?- Why the downgrade ?- Why does "pacman -Sy --noconfirm base-devel gdisk dosfstools archzfs-dkms" re-upgrade again the downgrade.