search for: 17735

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

Did you mean: 1773
2012 Dec 05
1
dsync: error with hierarchy separator
Hi list! I have a problem with transfering mails from mbox to maildir format. On dovecot wiki I found a dsync tool, which looks good, but returns me an error: # dsync -u mail at example.com mirror mbox:~/mail:INBOX=/var/mail/virtuser_808 dsync(root): Fatal: Mail locations must use the same virtual mailbox hierarchy separator (specify separator for the default namespace) I found a solution with
2005 Jan 12
1
Asterisk server stopped - "0-order allocation failed " errors in the log
...14:58 palmtrace-nuvoip __alloc_pages: 0-order allocation failed (gfp=0x1f0/0) Jan 12 15:14:58 palmtrace-nuvoip __alloc_pages: 0-order allocation failed (gfp=0x1f0/0) Jan 12 15:14:58 palmtrace-nuvoip __alloc_pages: 0-order allocation failed (gfp=0x1f0/0) Jan 12 23:29:07 palmtrace-nuvoip syslog-ng[17735]: syslog-ng version 1.6.5 starting . The only clue is the mpg123 error. Do you think it's possible all my memory got allocated? It's running Asterisk CVS-v1-0-10/21/04-00:18:55 Should I upgrade it w/ the MOH patch? Anyways, any advice or help would be appreciated. Regard...
2009 Nov 15
0
[LLVMdev] Very slow performance of lli on x86
On Nov 14, 2009, at 11:52 PM, Prasanth J wrote: > step 4: > running monolith.bc for 10000 iterations using lli tool and measured the time. How are you doing this? -eric
2010 Aug 31
1
doveadm expunge -A mailbox Trash savedbefore 30d iterate_query LDAP
...artman2 dovecot: auth: Debug: auth client connected (pid=17731) Aug 31 10:03:35 cartman2 dovecot: auth: Debug: auth client connected (pid=17729) Aug 31 10:03:35 cartman2 dovecot: auth: Debug: auth client connected (pid=17734) Aug 31 10:03:35 cartman2 dovecot: auth: Debug: auth client connected (pid=17735) Aug 31 10:03:35 cartman2 dovecot: auth: Debug: auth client connected (pid=17737) Aug 31 10:03:35 cartman2 dovecot: auth: Debug: auth client connected (pid=17739) Aug 31 10:03:35 cartman2 dovecot: auth: Debug: auth client connected (pid=17742) Aug 31 10:03:35 cartman2 dovecot: auth: Debug: auth cli...
2009 Nov 16
1
[LLVMdev] Very slow performance of lli on x86
...OR SINGLE ITERATION* ===-------------------------------------------------------------------------=== ... Statistics Collected ... ===-------------------------------------------------------------------------=== 147495 interpreter - Number of dynamic instructions executed 17735 jit - Number of bytes of global vars initialized 49 jit - Number of global vars initialized real 0m0.083s user 0m0.078s sys 0m0.003s Even for single iteration the time take for execution is pretty high when compared to gcc, llvm-gcc and clang. What should be the exp...
2006 Apr 03
11
View source after AJAX update?
Does anyone know how to view the new source in IE after an AJAX update? When I "view -> source" I get the original page source, not the page source as updated. Thanks in advance, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060403/e8d96b2e/attachment.html
2009 Nov 15
5
[LLVMdev] Very slow performance of lli on x86
Hi all, LLVM is built without debug enabled. Also i am not forcing lli to use interpreter mode. so i dont think the reason is not because of debug build or interpreter mode. *step 1: * compiled the 3 files (generic_replica.c ,xacc.c and dacc.c) with clang-cc to llvm bytecode files using -emit-llvm-bc and (-O0/-O3) options *step 2:* bytecode obtained from step 1 (generic_replica.bc, xacc.bc and