Package Details: linux-ck 6.11.10-1

Git Clone URL: https://aur.archlinux.org/linux-ck.git (read-only, click to copy)
Package Base: linux-ck
Description: The Linux kernel and modules with ck's hrtimer patches
Upstream URL: https://wiki.archlinux.org/index.php/Linux-ck
Licenses: GPL-2.0-only
Provides: KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Replaces: virtualbox-guest-modules-arch, wireguard-arch
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 459
Popularity: 0.132423
First Submitted: 2011-07-22 14:51 (UTC)
Last Updated: 2024-11-26 13:15 (UTC)

Dependencies (14)

Required by (7)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 308 Next › Last »

zerophase commented on 2021-04-23 14:18 (UTC) (edited on 2021-04-23 14:22 (UTC) by zerophase)

@coderkun It's probably something to do with Linux-ck I tried mounting the archiso build system for a custom installer, a year ago, and I can't do it on Linux-ck. Works fine on the default. I told CK about, but got no response. I also received message, from someone else, accusing me of causing the problem.

I think we have the same Arch default settings, other than the CK stuff. I don't see why this would be our fault. It's probably a bug in his code.

vltr commented on 2021-04-23 14:13 (UTC)

@coderkun, I already listed that on the forums: https://bbs.archlinux.org/viewtopic.php?pid=1967535#p1967535

I'm still looking for a solution for that, btw :-)

coderkun commented on 2021-04-23 06:58 (UTC)

For a week or two I have been getting the following error when trying to start a docker container:

Error response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458: setting cgroup config for procHooks process caused: can't load program: invalid argument: unknown

It work without error on Arch’s default kernel. Is anyone else experience the same and knows what the issue might be?

Thanks!

artafinde commented on 2021-04-22 10:00 (UTC)

@graysky: You can remove the hack for xz since 70261 is fixed.

graysky commented on 2021-04-14 15:06 (UTC)

I sure love updating my kernel 4 times in a week, lol

@powerball253- Comments like this serve absolutely no purpose. In general, this package follows the progress of the official kernel which has bumped several times in the past week.[1] Further, no one is forcing you to rebuild a kernel you opted into using in the first place. Please don't spam the comments page with such statements.

  1. https://github.com/archlinux/svntogit-packages/commits/packages/linux/trunk

graysky commented on 2021-04-02 13:32 (UTC)

@Kr1ss - Updated in 5.11.11-4, thanks.

Kr1ss commented on 2021-04-02 12:21 (UTC) (edited on 2021-04-02 12:41 (UTC) by Kr1ss)

@graysky - Currently, building fails in environments with a modified SRCDEST folder. (EDIT/ For instance, mine is set to /tmp/makepkg/srcdest)

linux-ck-5.11.11-3-x86_64-prepare.log :

xz: /startdir/patch-5.11-ck1.xz: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
==> Removing installed dependencies...
checking dependencies...
[...]

Hence I'd like to suggest a little patch :

diff -U1 old/PKGBUILD new/PKGBUILD
--- old/PKGBUILD    2021-04-02 14:11:24.598889831 +0200
+++ new/PKGBUILD    2021-04-02 14:11:02.978925899 +0200
@@ -107,3 +107,3 @@
     unlink "$srcdir/$_ckpatch.xz"
-    xz -dc "$startdir/$_ckpatch.xz" > "$_ckpatch"
+    xz -dc "$SRCDEST/$_ckpatch.xz" > "$_ckpatch"
   fi

Thank you, cheers !

artafinde commented on 2021-04-02 11:01 (UTC) (edited on 2021-04-02 11:01 (UTC) by artafinde)

@graysky: Thanks already using it - noticed the PR from sirlucian :) Thanks!