search for: comings

Displaying 20 results from an estimated 67634 matches for "comings".

Did you mean: coming
2014 Nov 19
4
[LLVMdev] How to analyze where the address comes from?
Hi, I want to get the information where the address of load/store comes from, like below load instruction, %152 may come from a getelementpr, or comes from some gep+ptrtoint+add+inttoptr... instructions. what's the recommended way to find the original memory pointer? %153 = load <2 x i16> addrspace(1)* %152, align 2 going through the use-def chain seems not easy, because the
2013 Mar 24
5
How to make a network interface come up automatically on link up?
I have a recently installed Mellanox VPI interface in my server. This is an InfiniBand interface, which, through the use of adapters, can also do 10GbE over fiber. I have one of the adapter's two ports configured for 10GbE in this way, with a point to point link to a Mac workstation with a Myricom 10GbE card. I've configured this interface on the Linux box (eth2) using
2012 Sep 30
5
Log NAT IP address?
Hi Timo/everyone, Currently we are logging the remote IP, but is there a way to show the IP address that the NAT connection is coming from? The reason I ask is, we are changing ISPs, and I would like to see in the logs when an external connection is coming from our OLD ISP connection, and when it is coming through our new one. We have a Watchguard firewall, and I have both External
2008 Aug 20
7
:include confused by true?
I have two models: guest rsvp guest belongs_to rsvp and rsvp has_one guest When I try the following I get an error: @coming = Guest.find(:all, :conditions => ["coming = ?", true], :include => :rsvp) It complains of an unknown column ''coming'' I''m sure I''m doing something stupid but I can''t see it. Any help would be appreciated.
2004 Dec 08
3
Playing Audio before the Phone is Ready
I had a hard time coming up with a subject. I have some SP IP500s that I'm using with *. When I access voicemail or get the busy announcement, I'm only hearing the last half of the first word or coming in on the second word. As example, when accessing voicemail, I hear ' have 1 new message.' It's like * is starting to play the announcement before opening the channel. This is
2009 Jul 07
4
Caller ID (name) - where does it come from?
Hi Folks, having an issue with outbound calls through a VOIP provider. Calls get sent out with the CallerID(number), but where does callerID(name) come from? Apparently not from provider, as we are seeing different (sometime missing) names on inbound calls, different than what we have configured. Apparently this comes from some telco database somewhere? Numbers were ported from a wired-telco.
2004 Jun 25
4
X user application fails come up but xclock and xterm come up
Hi , I open secure Session with X11 forwarding. when run any standard X applicattion like xterm xclock it come up without any error. I start my user X application it fails. On User application side it fails when "xtOpenDisplay" system call with localhost:10.0. On SSH server debug message are : > debug1: X11 connection requested. > debug2: fd 20 setting TCP_NODELAY >
2006 May 02
4
Under which project , auto-dial feature comes
Hi I want to submit a bug about auto-dial , but I am not sure on which project the auto-dial comes, how to know about which project , auto-dial comes Thanks Joseph ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
2001 Dec 13
3
How to MARK NATtted packets coming from external interface to an internal host ?
Hi, I would like to control download bandwidth from the Internet for clients inside a network. The gateway is a Linux box using ''iptables nat''. I would like to use ''iptables mangle'' to mark the packets coming from the Internet and going to specific clients and then use CBQ to shape it: +-----------+ Internal network | Linux
2011 Jun 27
3
libv4l question
Hi all, Hey I'm trying to do some web cam stuff, and I found this link: http://freshmeat.net/projects/libv4l/releases/333037 I was doing the "rpm -qa | grep v4l" and nothing comes up, I did "ls path_to_centos/RPMS/* | grep v4l " and nothing comes up, I did 'yum provides "*/libv4l*"' and nothing comes up. Is the CentOS library for v4l named something
2009 Oct 08
4
No sound on voicemail from analog line
Hello. I have a server installed with asterisk 1.6. I have a PSTN line that comes in to one of those clone cards. Everything seem to be working fine. The only problem I have is that I can't get voicemails coming from the PSTN line. All other: SIP, IAX work fine. I can hear those ok but, when it comes to a call that comes in from PSTN I get no sound. What can cause that problem? Thanks in
2006 Oct 13
2
How do I figure out where this connection is coming from?
On the asterisk console I see: -- Remote UNIX connection -- Remote UNIX connection disconnected -- Remote UNIX connection -- Remote UNIX connection disconnected -- Remote UNIX connection -- Remote UNIX connection disconnected -- Remote UNIX connection -- Remote UNIX connection disconnected This is happening about once every 5 seconds or so. How do I figure out
2012 Sep 19
4
where are these NAs coming from?
I see this: --8<---------------cut here---------------start------------->8--- > length(which(is.na(z$language))) [1] 0 > locals <- z[z$country == mycountry,] > length(which(is.na(locals$language))) [1] 229 --8<---------------cut here---------------end--------------->8--- where are those locals without the language coming from?! -- Sam Steingold (http://sds.podval.org/) on
2006 Feb 07
1
creating a certain type of matrix
Hi R users I like to generate a certain type of matrix. If there are 10 variables, the matrix will have nrow=10, ncol=((10/2))/5+1. so the resulting matrix's dimension 10 by 2. If there are 50 variables the dimension of the resulting matrix will be 50 by 6. The arrangement of elements of this matrix is important to me and I can't figure out how to arrange elements. If I have 20
2004 Jun 25
0
X11 application fails come up but xclock and xterm come up
debug1: X11 connection requested. debug2: fd 20 setting TCP_NODELAY debug2: fd 20 is O_NONBLOCK debug2: fd 20 is O_NONBLOCK debug1: channel 3: new [X11 connection from 127.0.0.1 port 47773] debug1: channel 3: open confirm rwindow 3000 rmax 35840 debug1: server_input_channel_req: channel 3 request exit-status reply 0 debug1: session_by_channel: unknown channel 3 debug1: dump: used 1 session 0
2013 Mar 19
2
List of default packages (that come with R)
Hello, Is there an R function that tells me the packages that come with R e.g. c("base","boot","methods","mgcv",...) Thank you Saptarshi [[alternative HTML version deleted]]
2005 Oct 10
4
sip register incoming call contexts?
Sorry this is a bit of a newbie question, I've been at this for a few months and still have not quite figured this one out. I've been able to setup one itsp (incoming calls) (sip account) with a register line like this: register => nnnnnnn:ppppp@sip.provider.net -or- register => nnnnnnn:ppppp@sip.provider.net/nnn to come directly into an extension in the dialplan It seems that
2012 Apr 12
13
[ANNOUNCE] backports for 4.0.4 and 4.1.3 stable releases
The time has come for another round of stable releases. Please send (or resend) any outstanding backport requests for 4.0.4 and 4.1.3 before Friday 20 April. Note that 4.0.4 will likely be the last release in the 4.0.x branch. Ian.
2008 Dec 31
5
BiDi Support
Hi, I was just wondering if anyone could help me with this weird problem. I am trying to install an Arabic program using wine. In order to do so, I run: LANG=ar_SA.utf-8 wine install.exe The title in the title bar comes out correctly, however, whatever content the program might have comes out blank, nothing. I just could not figure out why it came out right in the title bar, but nothing comes out
2007 Aug 14
2
Patent issues, what features we can't use?
Hi everybody, As the Asterisk community is getting larger and larger, I was wondering that the features which are provided in Asterisk and are programmed by the open source community under GPL, or GUIs like FreePBX which also come loaded with wonderful features and uses same Asterisk, are they anywhere violating any patent laws? Most of the features work the same way as Nortel, Avaya and other