search for: giang

Displaying 20 results from an estimated 39 matches for "giang".

Did you mean: giant
2010 Mar 29
5
Continue a dialplan when the client hang up the call
...Asterisk, and when user hang up the call at any point of the conversation,? Asterisk will stop Diaplan intermediately. At this situation,? Are there any way to make? Asterisk continue execute the Diaplan ?, so Asterisk can do something like that delete temporary file, .. etc. Thanks in advance, Giang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100329/44652998/attachment.htm
2012 Feb 03
2
[LLVMdev] LLVM version with working Alpha backend
...ackend has not been maintained. I was wondering if there is an earlier version where the Alpha backend is stable enough to compile SPEC 2k? For my purpose, I do not need the most advanced optimizations, so an earlier version with stable and reasonably optimized Alpha backend will do. Thank you, Giang Hoang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120203/61812aa3/attachment.html>
2007 May 02
3
Dumping Xen dom0 kernel output to serial console
...enter the grub menu and select the image to boot from, if I select the same one the first image it will not show any serial output and when the machine is up I can''t get any serial output or input. Has anyone else seen this problem or have any suggestions on how it can be fix? Thanks Yung Giang # $Id: 20grub 6828 2006-11-16 16:56:42Z # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You do not have a /boot partition. This means that # all kernel and initrd paths are relative to /, eg. # root (hd0,...
2012 Feb 03
0
[LLVMdev] LLVM version with working Alpha backend
Hi Giang, Given that the community deprecated the Alpha backend, I'm doubtful anyone would be able to point you in the right direction. Have you iteratively tried the difference versions of LLVM (i.e., 2.9, 2.8, 2.7 on down the line)? Chad On Feb 3, 2012, at 12:34 PM, Giang Hoang <ghoang84 at gma...
2010 Oct 16
1
[LLVMdev] llvm-gcc as Alpha cross compiler
Thanks Andrew. I would like to clarify what I tried to do. I want to use llvm-gcc on x86 linux to compile C programs into Alpha binary. Giang On Fri, Oct 15, 2010 at 5:41 PM, Andrew Lenharth <andrewl at lenharth.org>wrote: > llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I > haven't tried it as a cross compiler. > > Andrew > > On Fri, Oct 15, 2010 at 5:19 PM, Giang Hoang <ghoang8...
2012 Jan 16
1
[LLVMdev] Problem with building llvm-gcc
...arget `../libiberty/libiberty.a', needed by `full-stamp'. Stop. make[2]: Leaving directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build/fixincludes' make[1]: *** [all-fixincludes] Error 2 make[1]: Leaving directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build' make: *** [all] Error 2 Giang On Sun, Jan 15, 2012 at 8:06 PM, Liu <proljc at gmail.com> wrote: > try --disable-libmudflap when you config llvm-gcc FE:) > > On Mon, Jan 16, 2012 at 9:44 AM, Giang Hoang <ghoang84 at gmail.com> wrote: > > Hi, > > > > I am trying to build the front end llvm...
2010 Oct 15
2
[LLVMdev] llvm-gcc as Alpha cross compiler
...-glibc-2.3.6' is the Alpha gcc cross compiler that I have built previously (I don't quite understand why I would need another cross compiler to build this llvm cross compiler, but that seems to be the suggestion from other posts in the mailing list.) Any help would be greatly appreciated. Giang Hoang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101015/a952f1bb/attachment.html>
2010 Oct 15
0
[LLVMdev] llvm-gcc as Alpha cross compiler
llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I haven't tried it as a cross compiler. Andrew On Fri, Oct 15, 2010 at 5:19 PM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > I wonder if anyone has been able to successfully build llvm-gcc as an Alpha > cross compiler? > > I have tried many different combinations of flags and gcc compiler, but have > not been able to build successfully.  Currently,...
2012 Jan 16
2
[LLVMdev] Problem with building llvm-gcc
...g directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build' make: *** [all] Error 2 I also tried building version 2.9 but also encountered the same error. It seems that the setup of my system is missing some libraries. Any recommendation to solve these problems would be appreciated. Thank you, Giang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120115/2299f675/attachment.html>
2017 Jun 15
1
How to expand Replicated Volume
Hi Nag Pavan Chilakam Can I use this command "gluster vol add-brick vol1 replica 2 file01g:/brick3/data/vol1 file02g:/brick4/data/vol1" in both file server 01 and 02 exited without add new servers. Is it ok for expanding volume? Thanks for your support Regards, Giang 2017-06-14 22:26 GMT+07:00 Nag Pavan Chilakam <nag.chilakam at gmail.com>: > Hi, > You can use add-brick command , this would make the volume a distributed > replicated volume. Eg: gluster vol add-brick <volname> rep 2 > <newbrickpath1> <newbrickpath2> >...
2012 Jan 16
0
[LLVMdev] Problem with building llvm-gcc
try --disable-libmudflap when you config llvm-gcc FE:) On Mon, Jan 16, 2012 at 9:44 AM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > I am trying to build the front end llvm-gcc 2.8 on 32-bit Ubuntu 10.04, > using gcc 4.2.4.  I was able to configure and build llvm-2.8 in the > directory llvm-2.8-build.  Here is the command I used to configure llvm-gcc > build:...
2011 Jan 12
1
[LLVMdev] Adding a new instruction to Alpha ISA
...normal addition or fast addition during loop unroll pass, which happens before code generation; so I think I need an extra IR instruction). The LLVM documentation warns against adding new IR instruction unless it is absolutely necessary, so I would like to ask to make sure. Thank you very much. Giang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110112/6d491223/attachment.html>
2011 Mar 31
1
[LLVMdev] indirectbr implementation for Alpha backend
...ng line commented out in the file lib/Target/Alpha/AlphaISelLowering.cpp: // setOperationAction(ISD::BRIND, MVT::Other, Expand); My guess is that indirectbr is not implemented for Alpha. If that's the case, where do I need to make changes to implement this instruction? Thank you, Giang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110331/982a58f5/attachment.html>
2010 Jun 24
1
Astersik can not detect DTMF key
...ast_streamfile and ast_seekstream to play audio file, and function ast_waitstream_fr to detect whenever people press DTMF key. The problems is that, Asterisk can detect * key when I press, but to detect # key, I have to press two times. What is the problem ? Sorry for my English. Very thanks, Giang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100624/5227169c/attachment.htm
2010 Oct 24
1
ISDN & SS7
Hi all, I'm being requested to deploy an?IVR service?using SS7. I've deployed Asterisk before using ISDN connection, but never with SS7. Can anyone explain me the different between using ISDN and SS7 ? What need I do now to change to use SS7 ?. Many thanks, Giang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101024/48e23981/attachment.htm
2010 Mar 26
7
Asterisk load balancing and failover
...ould use ?. I heard about RedFone, but someone on the mail list said that it is not good because TDMoE module in asterisk is not so stable and TDMoE is stale. And It seems that RedFone doesn't not support load balancing ability (I can't find any document about this feature). Best Regards, Giang Huu. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100326/2a912ed2/attachment.htm
2017 Sep 13
3
glusterfs expose iSCSI
............ [Storage Objects: 0] | o- ramdisk ............................. [Storage Objects: 0] o- iscsi ......................................... [Targets: 0] o- loopback ...................................... [Targets: 0] How I configure glusterfs to expose iSCSI. Please help me. Regards, Giang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170913/b31f6a4b/attachment.html>
2005 Jan 08
2
Marking ftp inbound traffic is impossible ?
...I could not find any thread discussed about marking inbound ftp traffic. With inbound ftp traffic , we don''t know the random ports specified by ftp servers in passive mode ? So marking inbound ftp traffic is impossible ? If it is possible, can you tell me, Thanks in advance, nhgiang __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2004 Nov 24
1
Can I add the permanent ip address on an interface ?
...tart the computer the ip address of this NIC was not saved . And the tc script I used was not save when I turn off my computer , too . Could you tell me how can I setup the permanent ip address and permanent tc (qdisc , filter , class) on the interfaces ? Thanks you very much , Ngo Hoang Giang --------------------------------- Do you Yahoo!? Yahoo! Mail - You care about security. So do we.
2004 Sep 20
1
How to patch tc
Hello , I want to use htb qdisc but I don''t know how to patch tc Could you help me ! Thanks you very much ! Ngo Hoang Giang __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lart...