Package Details: zfs-linux-lts 2.2.6_6.6.61.1-1

Git Clone URL: https://aur.archlinux.org/zfs-linux-lts.git (read-only, click to copy)
Package Base: zfs-linux-lts
Description: Kernel modules for the Zettabyte File System.
Upstream URL: https://openzfs.org/
Licenses: CDDL-1.0
Groups: archzfs-linux-lts
Conflicts: spl-dkms, spl-dkms-git, spl-linux-lts, zfs-dkms, zfs-dkms-git, zfs-dkms-rc, zfs-linux-lts-git, zfs-linux-lts-rc
Provides: spl, zfs
Replaces: spl-linux-lts
Submitter: demizer
Maintainer: gromit
Last Packager: gromit
Votes: 77
Popularity: 0.69
First Submitted: 2016-04-24 19:05 (UTC)
Last Updated: 2024-11-14 17:46 (UTC)

Required by (19)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

unsignedzero commented on 2024-07-29 02:45 (UTC) (edited on 2024-07-29 02:48 (UTC) by unsignedzero)

What is happening with this package? I'm looking at their testing repo and it looks like it has stopped July 13th. Are there just no more updates to have zfs support?

Are there other zfs-linux-lts packages from other repos that people use now or is this the main one left?

mmanjos commented on 2024-05-28 19:10 (UTC)

It looks like CI is blocked again while building the Zen package with No space left on device: https://ci.archzfs.com/#/builders/10/builds/2409

This is presumably preventing the update for 6.6.32-1 from being published

batot commented on 2024-04-14 08:07 (UTC) (edited on 2024-04-14 08:07 (UTC) by batot)

When will be zfs for kernel version 6.6.26-1-lts ?

gromit commented on 2024-03-18 17:36 (UTC)

@minextu, fix the script then please:

Automated PKGBUILD updates are used at your own risk and any malfunctioning accounts and their packages may be removed

Taken from https://wiki.archlinux.org/title/AUR_submission_guidelines#Maintaining_packages

I am also willing to contribute if you point me somewhere

minextu commented on 2024-03-18 17:10 (UTC)

@gromit: That is a limitation by the script generating this package. It's not ideal, but since the patches aren't actually applied anywhere, it doesn't make a difference to the built package

gromit commented on 2024-03-18 16:42 (UTC) (edited on 2024-03-18 16:42 (UTC) by gromit)

Again, the latest commit (3539a56fd4cf) introduces some weird patch file not needed to build the package for the lts kernel. This problem was already reported in https://aur.archlinux.org/packages/zfs-linux-lts#comment-953926 for the previous kernel iteration..

gromit commented on 2024-01-29 07:49 (UTC)

Why does 5da354537fd8 introduce some huge patch for kernel 6.7 while that is presumably not needed for the LTS version?

hoban commented on 2023-12-18 18:24 (UTC)

It looks like the CI build issues relate to the build infrastructure, rather than the package. I was able to build/install/run it locally without any issue:

❯ git clone https://aur.archlinux.org/zfs-linux-lts.git

❯ vim PKGBUILD
# <interactive output omitted, see diff below>

❯ git --no-pager diff
diff --git a/PKGBUILD b/PKGBUILD
index aad1ea7..71fdbb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,9 @@
 pkgbase="zfs-linux-lts"
 pkgname=("zfs-linux-lts" "zfs-linux-lts-headers")
 _zfsver="2.2.2"
-_kernelver="6.1.66-1"
-_kernelver_full="6.1.66-1"
-_extramodules="6.1.66-1-lts"
+_kernelver="6.1.68-1"
+_kernelver_full="6.1.68-1"
+_extramodules="6.1.68-1-lts"

 pkgver="${_zfsver}_$(echo ${_kernelver} | sed s/-/./g)"
 pkgrel=1

❯ makepkg -scir
# <package building output omitted>

❯ ls
PKGBUILD  zfs-2.2.2.tar.gz  zfs.install  zfs-linux-lts-2.2.2_6.1.68.1-1-x86_64.pkg.tar.zst  zfs-linux-lts-headers-2.2.2_6.1.68.1-1-x86_64.pkg.tar.zst

❯ pacman -Q | grep 6.1.68
linux-lts 6.1.68-1
linux-lts-headers 6.1.68-1
zfs-linux-lts 2.2.2_6.1.68.1-1
zfs-linux-lts-headers 2.2.2_6.1.68.1-1

❯ uname -r
6.1.68-1-lts
# <the above was post-reboot>

theking2 commented on 2023-09-16 08:43 (UTC)

build error ERROR: Could not push packages to remote testing repo!

LazyGamble commented on 2023-08-02 07:58 (UTC)

"No space left on device" https://ci.archzfs.com/#/builders/6/builds/2189

Who is currently maintaining the buildbot?