search for: 20170602

Displaying 20 results from an estimated 29 matches for "20170602".

Did you mean: 20120602
2017 May 29
8
[Bug 1152] New: iptables-xml crashed on -D rules
https://bugzilla.netfilter.org/show_bug.cgi?id=1152 Bug ID: 1152 Summary: iptables-xml crashed on -D rules Product: iptables Version: 1.4.x Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: unknown Assignee: netfilter-buglog at lists.netfilter.org
2017 Jun 02
3
Failed to build libunwind the libcxx's __config header
I'm building LLVM with Clang, LLD, compiler-rt, libunwind, libcxx and libcxxabi. I'm using GCC 7.1.1 and binutils 2.28.0 to build. The compilation is aborted during libunwind build due to gcc not being able to parse libcxx's __config: /usr/bin/cc -DLLVM_BUILD_GLOBAL_ISEL -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/libunwind/src
2017 Jun 02
1
File locking...
...------------------- Krist van Besien | Senior Architect | Red Hat EMEA Cloud Practice | RHCE | RHCSA Open Stack @: krist at redhat.com | M: +41-79-5936260 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170602/5f611149/attachment.html>
2017 Jun 02
2
Function with multi return path?
...exceptional path in C++. What I want is a more lightweight approach, to pass the return address to the callee, and let the callee jump to that address directly. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/57f0571e/attachment.html>
2017 Jun 02
10
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...ThinLTO summaries in a human-readable format. Let me know what you think of this format, and what information you think should be added/removed. Thanks, Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/d91b915d/attachment.html>
2017 Jun 02
2
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...vm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -- Teresa Johnson | Software Engineer | tejohnson at google.com | 408-460-2413 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/f68e98ac/attachment.html>
2017 Jun 02
3
Newbie question VoD streaming with Icecast
...ing server by itself or in combination with an HTTP server like nginx or apache? Kindly share your thoughts/experiences. Thanks in advance. Kind regards, Nitin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20170602/1e8662c0/attachment.htm>
2017 Jun 02
3
Kernel panic on nouveau during boot on NVIDIA NV118 (GM108)
...iver loads. We have reproduced on 4.8, 4.11 and linux master (4.12-rc3). Dmesg log is attached. Is this a known issue? Anything we can do to help? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170602/9429dc90/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Bristol195i_dmesg.log Type: application/octet-stream Size: 54647 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170602/9429dc90/atta...
2017 Jun 01
1
Cache of the the unreachable nodes cause un-optimized route?
Hi, All Here is the case: A, B, C, D all configured with "IndirectData = yes”, so connection only happens when there’s a “ConnectTo” in tinc.conf. Arrow indicate the “ConnectTo” direction Everything works fine earlier as below: 1. A connect to C, D connect to C 2. C is the transit node where only forward traffic between A and C 3. D advertise 0.0.0.0/0#2 4. A can access internet from D
2017 Jun 02
2
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...(408)%20460-2413> >> > > > > -- > -- > Peter > -- Teresa Johnson | Software Engineer | tejohnson at google.com | 408-460-2413 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/d15c3e2b/attachment.html>
2017 Jun 02
2
How the LLVM handle the debug location information of continue keyword and right brace(loop end location)?
...debug location(generate for the continue keyword line, but not for the loop's right brace)? Because they are the same br instruction and others are the same. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/758186d1/attachment.html>
2017 Jun 02
0
I've stumbled across weird chain of multiple failures
...t part -------------- An embedded message was scrubbed... From: Sergey Frolov <dunkan.aidaho at gmail.com> Subject: My network of two years fell apart and I need help to understand why Date: Fri, 2 Jun 2017 12:28:47 +0300 Size: 19389 URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20170602/71b11b6b/attachment.mht>
2017 Jun 02
0
Newbie question VoD streaming with Icecast
...t; Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -- Yahav Shasha, Web Developer +972-(0)549214421 http://www.linkedin.com/in/yahavs -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20170602/5c7ef7aa/attachment.htm>
2017 Jun 02
2
Question regarding to learn LLVM
Hi, I have basic knowledge about LLVM. I want to make expertise in it and also start contributing. So, How do I start? Where do I start? What basic fundamental knowledge is required? Any study material(books, link). Thanks, Amit G
2017 May 19
4
[Bug 1149] New: xtables-eb.c:533: bad test ?
https://bugzilla.netfilter.org/show_bug.cgi?id=1149 Bug ID: 1149 Summary: xtables-eb.c:533: bad test ? Product: netfilter/iptables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: ip_tables (kernel) Assignee:
2017 Jun 02
2
Function with multi return path?
...nd tables. > A custom calling convention doesn't suffice, there could be more than one alternate paths. And invoke instruction is also not general enough. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/9a62f335/attachment.html>
2017 Jun 02
3
Let's encrypt privkey : Specified certificate file could not be used
...TP instance '0x7f920c538a78' (ws.mydomain.tld is of course masked) Any idea why Asterisk has a problem with the certificate ? Kind regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170602/3cfedb9a/attachment.html>
2017 Jun 02
2
setjmp in llvm
...mantics of the program imply that the value of s is unknown after the setjmp (because you can enter main from the location of setjmp in the program). Thanks. Wael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/5d9da202/attachment.html>
2017 May 26
8
[Bug 1151] New: Map wrong port from service name
https://bugzilla.netfilter.org/show_bug.cgi?id=1151 Bug ID: 1151 Summary: Map wrong port from service name Product: nftables Version: unspecified Hardware: x86_64 OS: other Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org
2017 Jun 02
6
Providing __dso_handle in LLVM
...nion about these options? I'd like to come up with a generally acceptable solution and implementing it in upstream rather than maintaining downstream changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170602/b8038800/attachment.html>