search for: 20100416

Displaying 20 results from an estimated 45 matches for "20100416".

Did you mean: 20100406
2010 Apr 16
2
klibc-1.5.17 build failure on mips
...o i added make CROSS_COMPILE=mipsel-linux- KLIBCARCH=mips KBUILD_VERBOSE=1 FEATURES="-distcc". But no difference. Any idea what caused this? Thanks chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.zytor.com/pipermail/klibc/attachments/20100416/a0f86c63/attachment.htm>
2010 May 12
2
Help with interpolation
...0-04-04 NA 20100405 2010-04-05 NA 20100406 2010-04-06 NA 20100407 2010-04-07 NA 20100408 2010-04-08 NA 20100409 2010-04-09 1756 20100410 2010-04-10 NA 20100411 2010-04-11 NA 20100412 2010-04-12 NA 20100413 2010-04-13 NA 20100414 2010-04-14 NA 20100415 2010-04-15 NA 20100416 2010-04-16 1829 20100417 2010-04-17 NA 20100418 2010-04-18 NA 20100419 2010-04-19 NA 20100420 2010-04-20 NA 20100421 2010-04-21 NA 20100422 2010-04-22 NA 20100423 2010-04-23 1912 20100424 2010-04-24 NA 20100425 2010-04-25 NA 20100426 2010-04-26 NA 20100427 2010-04-27...
2010 Apr 16
2
SS7 over an FXO interface
...nection can be replaced by a simple SIP trunk. Is this scenario possible with libss7 and asterisk. If yes, please give some instructions and tips. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100416/276cb25e/attachment.htm
2010 Apr 16
1
On CLI SIP don't appear
Hi, Anyone know why sometimes on CLI disappear parameters as sip, stop,...? Thank you very much by reply. Renato -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100416/c50b4d99/attachment.htm
2010 Apr 16
0
memory leak observed with valgrind on CentOS release 5.4 (Final)
...tput when i ran a simple hello-world.pl on my centos box. I shall greatly appreciate if anyone have faced similar behaviour. Thanks, Jai Prakash -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100416/d579aa8a/attachment-0002.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: perl-leak.26127 Type: application/octet-stream Size: 8484 bytes Desc: perl-leak.26127 URL: <http://lists.centos.org/pipermail/centos/attachments/20100416/d579aa8a/attachment-0002...
2010 Apr 16
2
Testing a sip call through Asterisk?
...tance would be appreciated. I'd rather know when things fail via an automated system rather than learning it's down from the users. -- Nathan Clemons -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100416/e2eb700c/attachment.htm
2010 Apr 16
4
return of a function
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20100416/3049d656/attachment.pl>
2010 Apr 16
2
How to set up Fax on Asterisk - Using analog Fax machines and HT502 (or FXS of a Digium TDM410P)
...es and that's all? Please your help, we really need to put this working Thanks in advance for all your help! -- Saludos Danny Dias SkypeID: danny.dias1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100416/ab8960d0/attachment.htm
2010 Apr 16
7
AGI, FASTAGI or Windows Voice Server
...Tell me because I'm getting crazy with this and can not solve. TIA Edwin _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100416/2f31a462/attachment.htm
2010 Apr 16
4
2.0 beta4 latest hg: segfault with virtual plugin
...ailbox. Backtrace and dovecot -n are attached. Please let me know if I can help with anything else to debug this. Regards, e-frog -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bt.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20100416/01ea02c0/attachment-0004.txt> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dovecot-n.txt URL: <http://dovecot.org/pipermail/dovecot/attachments/20100416/01ea02c0/attachment-0005.txt>
2014 Jun 10
6
[LLVMdev] Suggestions for optimizations
...erences can be best seen e.g. when compiling for an architecture such as MIPS, or by simply comparing the optimized LLVM IR with code generated by gcc for MIPS. The tests with the most significant difference are listed here: * loop unrolling 20000422-1.c 20000412-6.c 20050224-1.c 20000412-4.c 20100416-1.c 950714-1.c pending-4.c * structures 20010910-1.c (with LLVM from svn, this is even worse than LLVM 3.4) 20020206-2.c 20020402-2.c * local arrays access 930526-1.c pr32500.c * merging same calls to one function to improve code size when optimized 931004-11.c * better default inlining (pro...
2010 Apr 16
3
[LLVMdev] Generating incorrect bitcode file
...asicaa pointer.bc ./opt: Bitcode stream should be a multiple of 4 bytes in length Is there something wrong with the way I generate the .bc file ? Thanks Pranav -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100416/0e0bc371/attachment.html>
2010 Apr 16
1
[LLVMdev] Generating incorrect bitcode file
On 4/16/10 12:17 AM, Nick Lewycky wrote: > Pranav Garg wrote: >> Hi, >> >> I am generating the .bc file using the following command >> >> $ llvm-gcc -emit-llvm -S -o pointer.bc ../../../test/pointer.c >> >> But when I run any pass using opt it gives the following error : >> $ ./opt -basicaa pointer.bc >> ./opt: Bitcode stream should be a
2010 Apr 16
2
[LLVMdev] understanding the opt tool
...name2.bc I am working on the visual studio solution file and on windows 7 (in case you want to know the platform) Thanks. -- Kalyan Ponnala phone: 8163772059 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100416/519a8b41/attachment.html>
2010 Apr 09
1
Dovecot 2.0 beta 4 errors reported
Timo, Thank you for an amazing imap/pop server. I'm using Dovecot 2.0 beta 4 and mbox storage, and have encountered a couple of errors worth reporting: ------ 1. When I delete a parent folder that contains sub folders, I get this error message pop up in Thunderbird 3.04: > "The current command did not succeed. The mail server responded: > [CANNOT] Mailbox GUIDs are not
2010 Apr 10
1
Error in SimpleVirtualInstall
Hi, i still got a little Problem (Thunderbird cant copy my mail to "Gesendet") but besides that i can send and receive mail. ive used: http://wiki.dovecot.org/HowTo/SimpleVirtualInstall there it says that /etc/dovecot/passwd should look like: test:{PLAIN}pass bill:{PLAIN}secret timo at example.com:{PLAIN}hello123 dave at example.com:{PLAIN}world234 joe at elsewhere.org:{PLAIN}whee
2010 Apr 15
2
2.0.beta4 "OK Still here" not flushed?
Hello, everybody! I've noticed that my installation of K-9 Mail on Android has been consuming a lot of battery power recently. I've been running it connecting to 2.0.beta3 for the past few weeks and just upgraded to 2.0.beta4 while debugging this issue. There is a conspicuous lack of "OK Still here" messages in my IDLE connections. The lack of these "OK Still
2010 Apr 16
2
dovecot2: authcache statistics
Hello, setting auth_cache_size to nonzero enables caching of authentication data. The cache hitrate may be logged by sending SIGUSR2 to dovecot/auth process. Is it possible that dovecot logs statistics on regular intervals ? ( like http://www.postfix.org/postconf.5.html#anvil_status_update_time ) Andreas -- Andreas Schulze Internetdienste | P532 DATEV eG 90329 N?rnberg | Telefon +49 911 319-0
2010 Apr 16
2
"try MD5-CRYPT scheme instead"?
I'm getting a lot of entries like this in my log: Apr 16 10:10:18 postamt dovecot: auth(default): shadow(doxxxris,141.42.206.38): CRYPT(wrongpassword) != '$1$qSe71xxx$09MoMqNyll.wPLCdSaFuA0', try MD5-CRYPT scheme instead It seems that changing the password via SquirrelMail (poppasswd) breaks the authentication scheme somewhat. Users cannot log in anymore. -- Ralf Hildebrandt
2010 Apr 16
3
Delay the HungUp
Hi, I'm tying to delay the HungUp. I tried this way: exten => h,1,NoOp(Start) exten => h,n,Wait(5) exten => h,n,NoOp(End) exten => h,n,Hangup() but it doesn't work, Any idea? Thanks in advance.