search for: yshuiv7

Displaying 7 results from an estimated 7 matches for "yshuiv7".

2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
https://bugzilla.netfilter.org/show_bug.cgi?id=888 Summary: Assertion errors attempting a statement which (I believe) is grammatically correct. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Fedora Status: NEW Severity: normal Priority: P5 Component: nft
2014 Feb 09
1
[Bug 899] New: ipset with more than 253 IPs
https://bugzilla.netfilter.org/show_bug.cgi?id=899 Summary: ipset with more than 253 IPs Product: nftables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: blocker Priority: P5 Component: nft AssignedTo: pablo at netfilter.org ReportedBy: devkid at devkid.net
2014 May 13
1
[Bug 932] New: TOS: An Invert mask in TOS
https://bugzilla.netfilter.org/show_bug.cgi?id=932 Summary: TOS: An Invert mask in TOS 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: anarey at
2018 Nov 04
13
[Bug 108651] New: Screen flickering when using compositor with OpenGL backend
...Product: Mesa Version: unspecified Hardware: All OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: yshuiv7 at gmail.com QA Contact: nouveau at lists.freedesktop.org Some users of both compton and nouveau have experienced screen flickering when using the upgraded compton with GLX backend. Nothing really changed in how compton uses OpenGL, so I suspect this could be a driver bug. For details, p...
2014 Feb 05
5
[Bug 898] New: You can not add a non-name set with more than 255 elements aprox. Do not show any error.
https://bugzilla.netfilter.org/show_bug.cgi?id=898 Summary: You can not add a non-name set with more than 255 elements aprox. Do not show any error. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: enhancement Priority: P5
2018 Nov 05
0
[Bug 108651] Screen flickering when using compositor with OpenGL backend
https://bugs.freedesktop.org/show_bug.cgi?id=108651 --- Comment #2 from Yuxuan Shui <yshuiv7 at gmail.com> --- compton itself does not have lots of dependencies. Right now all the users experienced this problem seems to be using the i3 window manager, I don't know if this is reproducible with windowmaker. I don't know the mesa version they use, I will ask. But judging that they...
2020 May 25
0
[PATCH] Make len parameter of do_punch_hole OFF_T
The argument passed to do_punch_hole is a OFF_T to beginning with, and otherwise holes bigger than 2G will cause rsync to fail. --- syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syscall.c b/syscall.c index e1a02a3c..e8ce7d5c 100644 --- a/syscall.c +++ b/syscall.c @@ -523,7 +523,7 @@ OFF_T do_fallocate(int fd, OFF_T offset, OFF_T length) /* Punch a hole at pos