Displaying 10 results from an estimated 10 matches for "20121229".
Did you mean:
20121029
2012 Dec 29
4
lda crash?
When I try to refilter some messages lda crash:
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lda-log.txt
URL: <http://dovecot.org/pipermail/dovecot/attachments/20121229/b64bf43d/attachment-0004.txt>
-------------- next part --------------
doveconf -n output
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dovecot.confn
Type: application/octet-stream
Size: 1558 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dov...
2009 Aug 09
28
[Bug 23223] New: Regression: Nvidia Geforce 7300 (NV4B) fails to suspend
http://bugs.freedesktop.org/show_bug.cgi?id=23223
Summary: Regression: Nvidia Geforce 7300 (NV4B) fails to suspend
Product: xorg
Version: 7.2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2012 Dec 25
11
[Bug 58735] New: GeForce 680, HDMI output no good after passing through HDMI-to-DVI converter
https://bugs.freedesktop.org/show_bug.cgi?id=58735
Priority: medium
Bug ID: 58735
Assignee: nouveau at lists.freedesktop.org
Summary: GeForce 680, HDMI output no good after passing through
HDMI-to-DVI converter
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS:
2012 Dec 29
1
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...attached to this email. Thanks for taking a look.
-H
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Makefile-lite-Improvements.patch.gz
Type: application/gzip
Size: 7153 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20121229/f520b85a/attachment.bin
2012 Feb 24
43
[Bug 46557] New: nouveau: nv40 display corruption in framebuffer and X lockups unless nouveau.noaccel=1
https://bugs.freedesktop.org/show_bug.cgi?id=46557
Bug #: 46557
Summary: nouveau: nv40 display corruption in framebuffer and X
lockups unless nouveau.noaccel=1
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity:
2012 Dec 30
0
[LLVMdev] Extending GC infrastructure for roots in SSA values
...VM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121229/0e16de22/attachment.html>
2012 Dec 28
5
[LLVMdev] Extending GC infrastructure for roots in SSA values
I'm working on an LLVM backend for Idris, a garbage-collected pure
functional programming language, and have experienced some frustration
that LLVM's GC support, specifically with regard to mapping roots,
operates only on allocas. This entails a lot of otherwise unnecessary
stack allocation (especially in a pure language, where in-place
mutation is rare) and imposes limitations on what
2012 Dec 29
5
Top Posting
...What do you mean by "/coat"?
2. How do we change rule #5?
--Don
Don Kelly
PCF Corp
People Come First
651 842-1000
651 842-1001 fax
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121229/f72f8069/attachment.htm>
2012 Apr 02
4
What I need to install Tinc 1.1pre2?
Hi to everybody,
Can anybody tell me what packages I need to install Tinc 1.1pre2 in a server that it had installed a previous version installed?
I tried to install it and when I execute the "make" it give me a lot of errors.
Best regards,
Ramses
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
Hello,
This is a patch to allow building of the project using MSYS, MinGW, and
MinGW-w64 with the following invocation:
make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common
test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils
examples
This patch addresses eight points:
1. `uname -p` in MSYS returns "unknown" so we must use `gcc
-dumpmachine`