search for: 20180726

Displaying 20 results from an estimated 21 matches for "20180726".

Did you mean: 20100726
2018 Jul 26
0
Aw: Re: Re: Re: Panic: Leaked view for index - virtual mailbox
An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/da032faf/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: mailbox-status-error Type: application/octet-stream Size: 47762 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/da032faf/attachment-000...
2018 Jul 26
0
Aw: Re: Re: Re: Panic: Leaked view for index - virtual mailbox
An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/7a241d66/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: mailbox-status-error Type: application/octet-stream Size: 47762 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/7a241d66/attachment-000...
2018 Jul 26
1
[Bug 1273] New: hashlimit never appears to fail to match under 4.9.x
...lter/iptables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: major Priority: P5 Component: ip_tables (kernel) Assignee: netfilter-buglog at lists.netfilter.org Reporter: bugzilla-nf20180726 at ta.grue.cc I have the same rules under both 4.9.111 and 4.8.3. The 4.8.3 kernel works as expected but not under 4.9.111. The rules are as follows: 4.8.3: [825033:522252112] -A m.voip.asterisk.reg -m hashlimit --hashlimit-upto 100/min --hashlimit-burst 70 --hashlimit-mode srcip,dstport --hashli...
2018 Jul 26
1
LMTP Log
...ilsen Thomas Kristensen [MM_mail_logo_3_AS] Storhaven 12 - 7100 Vejle Tlf: 75 72 54 99 - Fax: 75 72 65 33 E-mail: tk at multimed.dk<mailto:tk at multimed.dk> -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/7f2d7c2c/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 8593 bytes Desc: image001.gif URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/7f2d7c2c/attachment.gif>
2018 Jul 26
3
Inbox quota usage doubled when mailbox_list_index enabled, under some circumstances
...Technical Analyst III Migrations Specialist cPanel, Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3998 bytes Desc: S/MIME Cryptographic Signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/e44f2235/attachment.p7s>
2018 Jul 26
0
IEEE Record # 44854: iCATccT 2018, Alva's Institute Of Engineering & Technology (AIET)-CFP
...within a reasonable amount of time. icatcct-cfp.pdf <https://drive.google.com/file/d/1OWXPZVS1IRZlNoWTjfVyxl-yIL2CsByg/view?usp=drive_web> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20180726/fbcbeca4/attachment-0001.html>
2018 Jul 24
2
Software pipeline using LLVM
Hi all, I want to generate assembly code using Swing Modulo Scheduling in LLVM for many ALU (May could be Adders, multilayer ......), I need some help how I can do that, which commend I run? Also if possible more information about the scheduling and the register location ......, and which pass responsible about that, and which LLVM version support Swing Modulo Scheduling. Thank you. Regards
2018 Jul 23
2
G729
20.07.2018 23:35, John Kiniston пишет: > > On Fri, Jul 20, 2018 at 11:41 AM Saint Michael <venefax at gmail.com > <mailto:venefax at gmail.com>> wrote: > > ​The community would benefit if a non/licensed version of G729 > would be included with Asterisk​, since the license expired. > The current codec source code posted still requires
2016 Nov 15
5
[Bug 98736] New: Resume after hibernate results in a black screen. Emergency keys does not work
https://bugs.freedesktop.org/show_bug.cgi?id=98736 Bug ID: 98736 Summary: Resume after hibernate results in a black screen. Emergency keys does not work Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2018 Jul 24
2
Adding drivers to NUT?
Dear Daniele, i understand perfectly, i'd like to explain you why we choosed to clone the blazer_usb driver: some of our devices uses Voltronic Q1 protocol and we tried the Krauler Subdriver (it was the one with the right "commands", Q1, F, etc.), but the issues were 2: - first: the Krauler Subdriver expects a different number of bytes in answer because in debug i see "Short
2018 Jul 26
3
RFC: What is the real behavior for the minnum/maxnum intrinsics?
...d to canonicalize each argument first. Pre-AVX-512, this is also compare + min/max + select. Someone else will need to provide details for other arches. – Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180726/31ca1ce2/attachment.html>
2018 Jul 23
2
RFC: What is the real behavior for the minnum/maxnum intrinsics?
Hi, The specification for the llvm.minnum/llvm.maxnum intrinsics is too unclear right now to usefully optimize. There are two problems. First the expected behavior for signaling NaNs needs to be clarified. Second, whether the returned value is expected to be canonicalized (as if by llvm.canonicalize). Currently according to the LangRef: Follows the IEEE-754 semantics for minNum, which also
2018 Jul 26
3
Panic: Leaked view for index - virtual mailbox
Hi! Was looking at your config and I am puzzled why you are adding ? mailbox INBOX/Archives { ??? auto = no ??? special_use = \Archive ? } under namespace 'Synoptic'? Do you actually have a virtual folder config for all those folders? You can't just "move" folders into a namespace by declaring them there, those become Synoptic/INBOX/Archives, and require a dovecot-virtual
2018 Jul 25
2
Question about target instruction optimization
This is a question about optimizing the code generation in a (new) Z80 backend: The CPU has a couple of 8 bit physical registers, e.g. H, L, D and E, which are overlaid in 16 bit register pairs named HL and DE. It has also a native instruction to load a 16 bit immediate value into a 16 bit register pair (HL or DE), e.g.: LD HL,<imm16> Now when having a sequence of loading two 16
2018 Jul 26
5
Adding drivers to NUT?
...is e-mail. Any unauthorized, direct or indirect, copying, disclosure, distribution or other use of the material or parts thereof is strictly forbidden. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20180726/03548838/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Outlook-1499681553.png Type: image/png Size: 4654 bytes Desc: Outlook-1499681553.png URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20180726/03548838/attac...
2018 Jul 25
2
Question about target instruction optimization
....llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180726/6aa9c7fe/attachment.html>
2018 Jul 25
2
[Bug 107381] New: [NV117] Hang with 'fifo: write fault' and thousands of 'TRAP UNHANDLED 00000020'
https://bugs.freedesktop.org/show_bug.cgi?id=107381 Bug ID: 107381 Summary: [NV117] Hang with 'fifo: write fault' and thousands of 'TRAP UNHANDLED 00000020' Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal
2018 Jul 24
2
[DWARF] De-segregating type units and compile units
Hello DWARF fans, I've just posted a set of four refactoring patches for DebugInfo/DWARF, which move in the direction of handling DWARF v4 or v5 type units and compile units more coherently. In DWARF v4, type units and compile units are strictly segregated into the .debug_types and .debug_info sections, respectively. This division was pretty ingrained into how DebugInfo/DWARF handled the
2018 Jul 27
5
Filesystem has Landed in Libc++
...nsider documenting this as an extension to its use w/o C++17. Happy coding, /Eric [1] http://libcxx.llvm.org/docs/UsingLibcxx.html#using-filesystem-and-libc-fs -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180726/74093f9e/attachment.html>
2018 Jul 26
2
Aw: Re: Panic: Leaked view for index - virtual mailbox
...dumped) > >>>>>> > >>>>>> > >>>>>> jakob > >>>>>> > > > ? > ? > ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180726/b8fc2307/attachment-0001.html>