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 8 9 10 Next › Last »

demizer commented on 2017-02-11 18:19 (UTC)

Hello everyone. Packages have not been updated in a while because I am working to switch them over to use "extramodules" so that they only need to be updated once for a major version. See https://github.com/archzfs/archzfs/issues/92

avi9526 commented on 2017-02-11 17:43 (UTC)

you can compile packages yourself, for example using docker image of archlinux (created with https://github.com/docker/docker/blob/master/contrib/mkimage-arch.sh) **inside** docker container create script echo '#!/bin/bash dir=$(pwd) cd "/tmp/" Package="$1" curl -LO "https://aur.archlinux.org/cgit/aur.git/snapshot/$Package.tar.gz" tar -xvf "$Package.tar.gz" cd "./$Package" chown -R nobody:nobody ./ sudo -u nobody makepkg -s pacman -U --noconfirm "$Package"*".pkg.tar.xz" cp "$Package"*".pkg.tar.xz" "/var/cache/pacman/pkg/" cd "../" rm -rf "./$Package" cd "$dir"' > /bin/install_aur chmod +x /bin/install_aur install packages: base-devel linux-lts-headers kmod linux-lts then you can try compile zfs-lts echo "spl-utils-linux-lts spl-linux-lts zfs-utils-linux-lts zfs-linux-lts" | xargs -n1 install_aur if it work - you then can copy packages to host system docker cp container_name:/var/cache/pacman/pkg /tmp/zfs dirty but it work.. sometimes

dangmai commented on 2017-02-11 16:36 (UTC)

I find that the archzfs repo usually lags behind quite a bit for the lts kernel, right now it's still pointing to the 4.4.46 kernel

Horus commented on 2017-01-29 11:36 (UTC)

./configure does not find spl. Adding --with-spl=/usr/src/spl-0.6.5.8 to ./configure fixed it for me.

jdn06 commented on 2016-12-14 21:20 (UTC)

@demizer Strange problem: the AUR packages have been updated, but not the archzfs repository.

GeorgP commented on 2016-10-19 08:45 (UTC)

Thanks for the great work. This package is out-of-date for 3 days now. Is there a problem? Is it possible to help out somehow?

skrat commented on 2016-10-11 17:03 (UTC)

What's the problem with using the current kernel version (say, as provided by uname) in the PKGBUILD? I'm using custom kernel (repo-ck/linux-ck-ivybridge) and I think it's waste of time to generate a build for every custom kernel out there.

demizer commented on 2016-09-11 01:29 (UTC)

The packages have been updated for kernel 4.4.20-1 However, the initscripts have been refactored for this release. I have partly finished automated testing for booting archzfs at https://github.com/archzfs/archzfs/tree/master/testing/tests/archzfs-qemu-lts-test-01-root-bootfs If anyone encounters any problems, please make an issue at https://github.com/archzfs/archzfs/issues Also, we have had a number of contributors that made pull requests to make this happen. Please send them your thanks! See https://github.com/archzfs/archzfs/pulls?q=is%3Apr+is%3Aclosed

wsduvall commented on 2016-08-23 13:48 (UTC)

I'm guessing this package and all the other -lts zfs pkgs need to be updated to use the newest version of the lts kernel. It wants 4.4.16, but the latest seems to be 4.4.19-1.

Shubby commented on 2016-06-13 21:39 (UTC)

@demizer I had done that as part of troubleshooting (deleted everything in there, not just one or the other package) but it made no difference.