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 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: | The pf-kernel and modules |
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: | KSMBD-MODULE, linux-pf, NTFS3-MODULE, UKSMD-BUILTIN, V4L2LOOPBACK-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | nous |
Maintainer: | post-factum |
Last Packager: | post-factum |
Votes: | 209 |
Popularity: | 0.23 |
First Submitted: | 2011-07-24 12:01 (UTC) |
Last Updated: | 2024-11-06 15:49 (UTC) |
Dependencies (17)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, mkinitcpio-gitAUR, dracut-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-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)
- ksmbd-toolsAUR (optional) – userspace tools for the ksmbd kernel SMB server
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- uksmdAUR (uksmd-gitAUR, uksmd-cachyos-nosystemd-gitAUR, uksmd-nosystemd-gitAUR) (optional) – userspace KSM helper daemon
- v4l2loopback-utils (optional) – v4l2-loopback device utilities
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (14)
- droidcam (requires V4L2LOOPBACK-MODULE)
- humble-lumpia-git (optional)
- immersed (requires V4L2LOOPBACK-MODULE) (optional)
- ksmbd-tools (requires KSMBD-MODULE)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- simple-droidcam-client (requires V4L2LOOPBACK-MODULE)
- uksmd (requires UKSMD-BUILTIN)
- uksmd-cachyos-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmd-git (requires UKSMD-BUILTIN)
- uksmd-nosystemd-git (requires UKSMD-BUILTIN) (optional)
- uksmdstats-git (requires UKSMD-BUILTIN) (optional)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
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.