Package Details: linux-pf-headers 6.11.pf4-1

Git Clone URL: https://aur.archlinux.org/linux-pf.git (read-only, click to copy)
Package Base: linux-pf
Description: Headers and scripts for building modules for the pf-kernel
Upstream URL: https://pfkernel.natalenko.name
Keywords: bbr bbr3 kernel ksm linux linux-pf pf-kernel uksm uksmd v4l2loopback zstd
Licenses: GPL-2.0-only
Provides: linux-pf-headers
Submitter: nous
Maintainer: post-factum
Last Packager: post-factum
Votes: 210
Popularity: 0.27
First Submitted: 2011-07-24 12:01 (UTC)
Last Updated: 2024-11-06 15:49 (UTC)

Dependencies (10)

Required by (0)

Sources (2)

Pinned Comments

post-factum commented on 2023-09-25 20:30 (UTC) (edited on 2024-10-08 14:21 (UTC) by post-factum)

Official binary builds for various x86_64 ISA levels are available here.

Latest Comments

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

Thaodan commented on 2018-08-05 16:09 (UTC)

@atommixz: added doc about adding the repo. see above. Builds aviable are listed in build_pkgs.

Thaodan commented on 2018-08-05 16:08 (UTC) (edited on 2022-09-06 21:38 (UTC) by Thaodan)

upstream git repo:* (https://gitlab.com/Thaodan/linux-pf)

repo in /etc/pacman.conf:

[home-thaodan]
Server = https://repo.thaodan.de/archlinux/home-thaodan/x86_64/

import the key

sudo pacman-key --recv-keys BBFE2FD421597395E4FC8C8DF6C85FEE79D661A4
pacman-key --finger BBFE2FD421597395E4FC8C8DF6C85FEE79D661A4
sudo pacman-key --lsign-key  BBFE2FD421597395E4FC8C8DF6C85FEE79D661A4
sudo pacman-key --refresh-keys

fingerprint:

gpg: enabled debug flags: memstat
gpg: keydb: handles=1 locks=0 parse=0 get=1
gpg:        build=0 update=0 insert=0 delete=0
gpg:        reset=0 found=1 not=1 cache=0 not=0
gpg: kid_not_found_cache: count=0 peak=0 flushes=0
gpg: sig_cache: total=2 cached=2 good=2 bad=0
gpg: random usage: poolsize=600 mixed=0 polls=0/0 added=0/0
           outmix=0 getlvl1=0/0 getlvl2=0/0
gpg: rndjent stat: collector=0x0000000000000000 calls=0 bytes=0
gpg: secmem usage: 0/32768 bytes in 0 blocks
pub   rsa2048 2015-02-13 [SC]
       BBFE 2FD4 2159 7395 E4FC  8C8D F6C8 5FEE 79D6 61A4
uid        [ ultimativ ] Björn Bidar <theodorstormgrade@gmail.com>
sub   rsa2048 2015-02-13 [E]

whoami commented on 2018-08-05 16:03 (UTC)

ok, it's works with sudo pacman-key --lsign-key F6C85FEE79D661A4

whoami commented on 2018-08-05 15:21 (UTC) (edited on 2018-08-05 15:27 (UTC) by whoami)

I have "signature is missing error" for your key in repo now. Can't fix. I do on fresh system:

sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate
sudo pacman-key --refresh-key
sudo pacman-key --recv-keys BBFE2FD421597395E4FC8C8DF6C85FEE79D661A4
sudo pacman-key --lsign-key BBFE2FD421597395E4FC8C8DF6C85FEE79D661A4
~ $ LANGUAGE=C sudo pacman -Syyu
error: home-thaodan: signature from "Björn Bidar theodorstormgrade@gmail.com" is invalid
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 home-thaodan                  37,0 KiB  12,0M/s 00:00 [#############################] 100%
 home-thaodan.sig             310,0   B  0,00B/s 00:00 [#############################] 100%
error: home-thaodan: signature from "Björn Bidar theodorstormgrade@gmail.com" is invalid
error: failed to update home-thaodan (invalid or corrupted database (PGP signature))
error: failed to synchronize all databases

Thaodan commented on 2018-08-05 13:54 (UTC)

@atommixz fixed, it was an issue with the DB.

whoami commented on 2018-08-05 11:44 (UTC) (edited on 2018-08-05 11:45 (UTC) by whoami)

something wrong with your repo

error: failed retrieving file 'linux-pf-4.17.4-1-x86_64.pkg.tar.xz' from thaodan.de : The requested URL returned error: 404

Thaodan commented on 2018-08-02 00:27 (UTC)

@tydynrain @keembre: sorry for the issue, the bug only triggered using non-batch generic builds. I found the bug and rewrote the build script. to build optimized builds just launch the build script like this: ./build_pkg <cpu> Or just with no args to build all cpu arches, just read the log and the script.</cpu>

tydynrain commented on 2018-08-01 21:17 (UTC)

@keembre, thank you for that. That line in the PKGBUILD for me appeared as:

_package() {

so I had to change it to:

package_linux-pf() {

to make it work.

Thank you again for the suggestion. It was very much appreciated.

keembre commented on 2018-08-01 14:27 (UTC)

@tydynrain line 305 add "package" before "_linux-pf" so it says "package_linux-pf"

it should compile

tydynrain commented on 2018-08-01 03:06 (UTC) (edited on 2018-08-01 03:07 (UTC) by tydynrain)

It compiled for a good while, then this error stopped the process:

==> Entering fakeroot environment...

==> ERROR: Missing package_linux-pf() function for split package 'linux-pf'