search for: deleriux1

Displaying 5 results from an estimated 5 matches for "deleriux1".

Did you mean: delerium
2014 Jan 23
2
[Bug 885] New: Kernel BUG (possibly panic) deleting chain used in map
...ing chain used in map Product: nftables Version: unspecified Platform: x86_64 OS/Version: Fedora Status: NEW Severity: major Priority: P5 Component: kernel AssignedTo: pablo at netfilter.org ReportedBy: deleriux1 at gmail.com Estimated Hours: 0.0 This was done in the VM. Creating a verdict map that jumps to a chain which you subsequently delete will result in the kernel throwing a BUG message with the following: kernel BUG at net/netfilter/nf_tables_api.c:1014! invalid opcode: 0000 [#1] SMP Modules l...
2014 May 07
3
[Bug 923] New: set: It Is not possible invert a set
https://bugzilla.netfilter.org/show_bug.cgi?id=923 Summary: set: It Is not possible invert a set Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy:
2013 Sep 21
2
[Bug 2156] New: Fix oom_adj on Linux after sshd reload
...fter sshd reload Product: Portable OpenSSH Version: 6.2p1 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org Reporter: deleriux1 at gmail.com Created attachment 2342 --> https://bugzilla.mindrot.org/attachment.cgi?id=2342&action=edit Make oom_adj reset before re-execing sshd Currently, on linux sshd attempts to remove itself from the influence of oom-killer by modifying the oom_adj parameter for itself in proc to...
2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
...grammatically correct. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Fedora Status: NEW Severity: normal Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: deleriux1 at gmail.com Estimated Hours: 0.0 The following expression does not work on the set. From what I've seen from the bison grammer file this appears to be valid syntax.. this rule works using a singleton, but declaring it an anonymous set does not. <some basic table initialization..>...
2013 Sep 21
1
[PATCH] Fix oom_adj on Linux after sshd reload
Currently, on linux sshd attempts to remove itself from the influence of oom-killer by modifying the oom_adj parameter for itself in proc to -17. This is controlled via two functions; oom_adjust_setup() and oom_adjust_restore(). Setup saves the old score (typically zero on initialization) and sets sshd to -17 whilst oom_adjust_restore places the saved value from initialization back into the