Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #59335 > unrolled thread
| Started by | Francois Marier <francois@debian.org> |
|---|---|
| First post | 2017-11-02 20:50 +0100 |
| Last post | 2018-01-13 11:40 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.debian.kernel
Bug#880615: linux-latest: systemd complains about CONFIG_BPF_SYSCALL not being set Francois Marier <francois@debian.org> - 2017-11-02 20:50 +0100
Bug#880615: linux-latest: systemd complains about CONFIG_BPF_SYSCALL not being set Salvatore Bonaccorso <carnil@debian.org> - 2017-12-24 15:20 +0100
Processed: Re: Bug#880615: linux-latest: systemd complains about CONFIG_BPF_SYSCALL not being set "Debian Bug Tracking System" <owner@bugs.debian.org> - 2017-12-24 15:40 +0100
Bug#880615: linux-latest: systemd complains about CONFIG_BPF_SYSCALL not being set Heinrich Schuchardt <xypron.glpk@gmx.de> - 2018-01-13 11:40 +0100
| From | Francois Marier <francois@debian.org> |
|---|---|
| Date | 2017-11-02 20:50 +0100 |
| Subject | Bug#880615: linux-latest: systemd complains about CONFIG_BPF_SYSCALL not being set |
| Message-ID | <uHtEZ-2zr-9@gated-at.bofh.it> |
Source: linux-latest Version: 86 Severity: normal systemd complains in syslog about Debian kernels not supporting BPF/cgroup firewalling: systemd[1]: File /lib/systemd/system/systemd-udevd.service:32 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. systemd[1]: File /lib/systemd/system/systemd-logind.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. systemd[1]: File /lib/systemd/system/systemd-journald.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. According to this upstream bug: https://github.com/systemd/systemd/issues/7188 it's just a matter of adding the following to the kernel config: CONFIG_BPF_SYSCALL=y Francois -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8), LANGUAGE=fr_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
[toc] | [next] | [standalone]
| From | Salvatore Bonaccorso <carnil@debian.org> |
|---|---|
| Date | 2017-12-24 15:20 +0100 |
| Message-ID | <v0fi9-6xQ-7@gated-at.bofh.it> |
| In reply to | #59335 |
Control: tags -1 + moreinfo Hi On Thu, Nov 02, 2017 at 12:45:33PM -0700, Francois Marier wrote: > Source: linux-latest > Version: 86 > Severity: normal > > systemd complains in syslog about Debian kernels not supporting BPF/cgroup > firewalling: > > systemd[1]: File /lib/systemd/system/systemd-udevd.service:32 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. > systemd[1]: File /lib/systemd/system/systemd-logind.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. > systemd[1]: File /lib/systemd/system/systemd-journald.service:33 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. > > According to this upstream bug: > > https://github.com/systemd/systemd/issues/7188 > > it's just a matter of adding the following to the kernel config: > > CONFIG_BPF_SYSCALL=y CONFIG_BPF_SYSCALL=y is already set since 4.2.5-1. Should that be CONFIG_CGROUP_BPF in addition (cf. #872560). Regards, Salvatore
[toc] | [prev] | [next] | [standalone]
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2017-12-24 15:40 +0100 |
| Subject | Processed: Re: Bug#880615: linux-latest: systemd complains about CONFIG_BPF_SYSCALL not being set |
| Message-ID | <v0fBw-6En-5@gated-at.bofh.it> |
| In reply to | #59335 |
Processing control commands: > tags -1 + moreinfo Bug #880615 [src:linux] linux-latest: systemd complains about CONFIG_BPF_SYSCALL not being set Added tag(s) moreinfo. -- 880615: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880615 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [prev] | [next] | [standalone]
| From | Heinrich Schuchardt <xypron.glpk@gmx.de> |
|---|---|
| Date | 2018-01-13 11:40 +0100 |
| Message-ID | <v7rod-4BH-1@gated-at.bofh.it> |
| In reply to | #59335 |
The systemd documentation at https://github.com/systemd/systemd/blob/master/README states: Required for IPAddressDeny= and IPAddressAllow= in resource control unit settings: CONFIG_CGROUP_BPF Please, enable this in the kernel configuration. Best regards Heinrich Schuchardt
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web