deepin_x86_desktop_defconfig: Set NETFILTER_XT_MATCH_CGROUP as module#462
Merged
opsiff merged 1 commit intolinux-6.6.yfrom Nov 7, 2024
Merged
deepin_x86_desktop_defconfig: Set NETFILTER_XT_MATCH_CGROUP as module#462opsiff merged 1 commit intolinux-6.6.yfrom
opsiff merged 1 commit intolinux-6.6.yfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
only x86 defconfig need this fix Log: <debug> iptables.go:264: [mangle] chain Main dont exist rule -j App -p tcp -m cgroup --path App.slice <debug> iptables.go:36: [mangle] begin to run begin to run command: /bin/sh -c iptables -t mangle -I Main 2 - App -p tcp -m cgroup --path App.slice <warning> iptables.go:39: [mangle] run command failed, out: iptables v1.8.2 (nf_tables): Couldn't load match cgroup':No such file or directory Try `iptables -h' or 'iptables --help' for more information. err:exit status 2 <warning> iptables.go:236:[mangle] chain Main insert failed%!(EXTRA *exec.ExitError=exit status 2) <warning> iptables.go:102: [mangle] chain Main attach child App failed, err: exit status Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Avenger-285714
requested changes
Nov 7, 2024
Member
|
记得开全架构 |
Member
Author
arm64和loongarch都开了 |
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Jan 20, 2026
only x86 defconfig need this fix Log: <debug> iptables.go:264: [mangle] chain Main dont exist rule -j App -p tcp -m cgroup --path App.slice <debug> iptables.go:36: [mangle] begin to run begin to run command: /bin/sh -c iptables -t mangle -I Main 2 - App -p tcp -m cgroup --path App.slice <warning> iptables.go:39: [mangle] run command failed, out: iptables v1.8.2 (nf_tables): Couldn't load match cgroup':No such file or directory Try `iptables -h' or 'iptables --help' for more information. err:exit status 2 <warning> iptables.go:236:[mangle] chain Main insert failed%!(EXTRA *exec.ExitError=exit status 2) <warning> iptables.go:102: [mangle] chain Main attach child App failed, err: exit status Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Link: Link: deepin-community#462 (cherry picked from commit 85fea8d) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Jan 20, 2026
only x86 defconfig need this fix Log: <debug> iptables.go:264: [mangle] chain Main dont exist rule -j App -p tcp -m cgroup --path App.slice <debug> iptables.go:36: [mangle] begin to run begin to run command: /bin/sh -c iptables -t mangle -I Main 2 - App -p tcp -m cgroup --path App.slice <warning> iptables.go:39: [mangle] run command failed, out: iptables v1.8.2 (nf_tables): Couldn't load match cgroup':No such file or directory Try `iptables -h' or 'iptables --help' for more information. err:exit status 2 <warning> iptables.go:236:[mangle] chain Main insert failed%!(EXTRA *exec.ExitError=exit status 2) <warning> iptables.go:102: [mangle] chain Main attach child App failed, err: exit status Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Link: Link: deepin-community#462 (cherry picked from commit 85fea8d) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
lanlanxiyiji
pushed a commit
that referenced
this pull request
Feb 3, 2026
only x86 defconfig need this fix Log: <debug> iptables.go:264: [mangle] chain Main dont exist rule -j App -p tcp -m cgroup --path App.slice <debug> iptables.go:36: [mangle] begin to run begin to run command: /bin/sh -c iptables -t mangle -I Main 2 - App -p tcp -m cgroup --path App.slice <warning> iptables.go:39: [mangle] run command failed, out: iptables v1.8.2 (nf_tables): Couldn't load match cgroup':No such file or directory Try `iptables -h' or 'iptables --help' for more information. err:exit status 2 <warning> iptables.go:236:[mangle] chain Main insert failed%!(EXTRA *exec.ExitError=exit status 2) <warning> iptables.go:102: [mangle] chain Main attach child App failed, err: exit status Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Link: Link: #462 (cherry picked from commit 85fea8d) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.