search for: 20110102

Displaying 13 results from an estimated 13 matches for "20110102".

Did you mean: 20110104
2011 Jan 03
0
[LLVMdev] BNF-like grammar to describe LLVM IR?
Hi, all, very interested to ask if any one knows that there is a BNF like grammar to describe LLVM IR? Thanks, -jenny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110102/b1eddac5/attachment.html>
2011 Jan 02
0
listescape breaks acl plugin
...only a configuration issue. Thanks for any hints in advance and best Regards Jens -------------- next part -------------- A non-text attachment was scrubbed... Name: dove.conf Type: text/x-c++hdr Size: 3174 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20110102/15f00dc7/attachment-0002.bin>
2011 Jan 02
1
lmtp (xxx@mydomain.yy): Error: user xxx@mydomain.yy: Initialization failed: Namespace '': mbox: mbox requires client_limit=1 for service
new Dovecot 2.0.8 installation on Opensuse 11.3 I got the error "lmtp (xxx at mydomain.yy): Error: user xxx at mydomain.yy: Initialization failed: Namespace '': mbox: mbox requires client_limit=1 for service" while trying to transfer mails by lmtp from postfix to dovecot. I googled and looked on the dovecot wiki about this client_limit issue, but no success. What's the syntax
2011 Jan 02
2
Callback form to place on site for customers. Recomendation to achieve this.
...e number makes an announcement and dials an extension (which is actually a cellhopne dahdi member) and makes the connection. Thanks. Gunther -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110102/e15a8ee5/attachment.htm>
2011 Jan 02
2
incoming
Is it possible to have Calls incoming to different DIDs? I want an AA that handles 100s of businesses. [Incoming-pizza] Exten => 4045551212,1,Goto(pizza,s,1) [Incoming-hvac] Exten => 8085551212,1,Goto(hvac,s,1) [Incoming-gutter] Exten => 6175551212,1,Goto(gutter,s,1)
2011 Jan 02
2
[LLVMdev] LLVM for ARM target
.... Check to see what ENABLE_PIC is set to in the Makefile.config file. If it's not set, try using the --enable-pic flag during LLVM's configure. -bw -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110102/cb5fd036/attachment.html>
2011 Jan 02
2
Forward voicemail not working
...to 2011 at irock.com Yet when I look in 2011 spool directory I don't see any message at all. It is just not being copied. What could be the issue? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110102/b796c395/attachment.htm>
2010 Dec 28
4
MacOS and Extended Attributes
I'm just starting with rsync(). I grabbed the 3.0.7 source and built it on Mac OS X.6.5 (./configure and ./make reported no problems.) When I try running with -X or -A, I get the following error messages: rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) rsync: unpack_smb_acl: sys_acl_get_info(): Unknown error: 0 (0) A quick look at the buglist didn't reveal anything to
2011 Jan 02
2
Unable to solve over quota issue
Dear All, I am using dovecot-lda to deliver the mail but unable to restrict users to recieve mails when quota becomes full. while i am using quota_full_tempfail = no in 15-lda.conf file. following is the output of doveconf -n Note: per user quota is working from ldap and as well global quota defined in 90-quota.conf file .. # 2.0.8: /usr/local/dovecot/etc/dovecot/dovecot.conf # OS: Linux
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
...__________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110102/1d1af079/attachment.html>
2011 Jan 02
0
[LLVMdev] LLVM for ARM target
On Jan 1, 2011, at 8:29 PM, akramul azim wrote: > Hi, > I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te): > > 1. Install binutils-2.21 (downloaded from gnu.org) > > Steps: > > $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix > =/llvm/arm
2011 Jan 02
1
[LLVMdev] LLVM for ARM target
...__________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110102/08c719c2/attachment.html>
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
Hi,     I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):   1. Install binutils-2.21 (downloaded from gnu.org)   Steps:   $ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix =/llvm/arm --with-sysroot=/llvm/arms/sys-root   $ make   $ make install   2. Install LLVM   Steps   $ ../llvm-src/configure