I had fixed it quite a while ago (see https://bitbucket.org/nous/linux-pf/changeset/200b757b9b9c), but an older version of the PKGBUILD somehow slipped in. Uploaded fixed version again.
Search Criteria
Package Details: linux-pf-headers 6.11.pf4-1
Package Actions
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.30 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2024-11-06 15:49 (UTC) |
Dependencies (10)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 63 64 65 66 67 68 69 70 71 72 73 .. 106 Next › Last »
nous commented on 2012-01-26 20:32 (UTC)
liviucmg commented on 2012-01-26 19:46 (UTC)
@ericab I'm getting the same thing. I suppose the default kernel doesn't come with the config options. You can use <N> without a problem, thought.
<deleted-account> commented on 2012-01-26 18:58 (UTC)
anyone able to help with this ??
---------------------------------
=======================================================
==> You might be prompted below for some config options
=======================================================
==> Hit <Y> to use your running kernel's config
(needs IKCONFIG and IKCONFIG_PROC)
==> Hit <L> to run 'make localmodconfig'
==> Hit <N> (or just <ENTER>) to build an all-inclusive kernel like stock -ARCH
(warning: it can take a looong time)
Y
==> running 'sudo modprobe configs'
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build linux-pf.
==> Restart building linux-pf ? [y/N]
==> ---------------------------------
==>
nous commented on 2012-01-24 14:47 (UTC)
Thanks for the feedback on compiling.
Your second couple of lines should be reversed; I'll put it in the next update.
<deleted-account> commented on 2012-01-24 12:41 (UTC)
Had the same error as user crush. Just fetched the package again and it compiles now.
Also a note on the PKGBUILD: makepkg automatically decompresses every file in ${source}.
The following lines can be changed:
_pfpatchname="patch-${_basekernel}.${_pfrel}${_kernelname}.bz2" ->
_pfpatchname="patch-${_basekernel}.${_pfrel}${_kernelname}"
${_pfpatchhome}${_pfpatchname}.bz2) # the -pf patchset ->
${_pfpatchhome}${_pfpatchname}) # the -pf patchset
bzip2 -dc ${srcdir}/${_pfpatchname} | patch -Np1 ->
patch -Np1 -i ${_pfpatchname}
It doesn't really make any real difference though.
Thanks for the package !
nous commented on 2012-01-24 11:34 (UTC)
Beats the crap out of me. This morning I tested it and worked OK, then it broke. I took the CVE patch from linux.org and it worked again...
liviucmg commented on 2012-01-24 09:19 (UTC)
I'm getting the following error:
$ aurget -S linux-pf
[...]
==> Fetching and applying aufs3 patches
[...]
patching file security/security.c
patching file fs/proc/base.c
Hunk #1 succeeded at 194 (offset -4 lines).
Hunk #2 succeeded at 205 (offset -4 lines).
Hunk #3 succeeded at 214 (offset -4 lines).
Hunk #4 FAILED at 699.
Hunk #5 succeeded at 821 (offset 64 lines).
Hunk #6 succeeded at 830 (offset 64 lines).
Hunk #7 succeeded at 862 (offset 64 lines).
Hunk #8 succeeded at 882 (offset 64 lines).
1 out of 8 hunks FAILED -- saving rejects to file fs/proc/base.c.rej
==> ERROR: A failure occurred in build().
Aborting...
It worked fine just yesterday before the update. Any ideas?
nous commented on 2012-01-24 07:17 (UTC)
hyperion:[nous]:/tmp% ./mempodipper
===============================
= Mempodipper =
= by zx2c4 =
= Jan 21, 2012 =
===============================
[+] Opening socketpair.
[+] Executing child from child fork.
[+] Waiting for transferred fd in parent.
[+] Opening parent mem /proc/23140/mem in child.
[+] Sending fd 5 to parent.
[+] Received fd at 5.
[+] Assigning fd 5 to stderr.
[+] Reading gpasswd for exit@plt.
[+] Resolved exit@plt to 0x4018a0.
[+] Calculating gpasswd padding.
[+] Seeking to offset 0x401890.
[+] Executing gpasswd with shellcode.
sh-4.2#
Please, everyone UPDATE to 3.2.1-5
http://blog.zx2c4.com/749
nous commented on 2012-01-22 21:36 (UTC)
@vadik I'm waiting for linux-ARCH to change that before I do it too.
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.