Displaying 20 results from an estimated 67956 matches for "comes".
Did you mean:
codes
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 n...
2013 Mar 24
5
How to make a network interface come up automatically on link up?
...rk-scripts/ifcfg-eth2 , setting its IP address, MTU,
subnet, etc.
Everything seems to work fine, with a single exception. If I reboot the
Mac on the other end, causing the link state of the fiber interface to
bounce, the network interface on the Linux box doesn't come back up when
the link comes back up. That is, ifconfig shows it as having the link
up, but it doesn't do the equivalent of "ifup eth2" when the link comes
back, so it doesn't get an IP, the routing table doesn't get updated, etc.
So, my question is, how can I make CentOS automatically configure this...
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?
...ng 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.
--
Barry D. Hassler
President, HCST
http://www.hcst.net/
937-427-9000
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/2009070...
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. http://uk.security.yahoo.com
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
2024 Sep 11
2
[Bug 3732] New: An integer underflow may occur due to arithmetic operation (unsigned subtraction) between values '0' and '67108864', where the first value comes from the expression 'h4 + b' and the second value comes from the expression '(1 << 26)'
https://bugzilla.mindrot.org/show_bug.cgi?id=3732
Bug ID: 3732
Summary: An integer underflow may occur due to arithmetic
operation (unsigned subtraction) between values '0'
and '67108864', where the first value comes from the
expression 'h4 + b' and the second value comes from
the expression '(1 << 26)'
Product: Portable OpenSSH
Version: 9.8p1
Hardware: Other
OS: Linux
Status: NEW...
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 different?
Is this library something I can just grab and compile and "help" with my
v4l...
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 prob...
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 in the program itself.
Thanks for the help.
-------------------------------------------------------------------------...