Displaying 20 results from an estimated 10000 matches similar to: "Monitoring reponses"
2007 Mar 09
2
Information from the real world into Puppet (simply)?
Hi,
I''m trying retrieve some information from the real world from within puppet.
I''d initially hoped that I could do this:
$xen_version = exec { "apt-cache search xen-hypervisor | head -n 1 | cut
-d- -f3-5":
path => "/usr/bin:/usr/sbin:/bin",
cwd => "/tmp",
require => [
2006 Mar 22
7
VERY IMPORTANT(TREAT WITH URGENCY)
Andrew D Kirch
Indianapolis, United States
Good day,
I am Mr. Andrew D Kirch, a native of Indianpolis, United States and I am
an Asterisk Hacker with the
Summit Open Source Development Group. First and foremost,I apologized
using this medium to reach you for a transaction/business of this magnitude,
but this is due to Confidentiality and prompt access reposed on this
medium. Be informed
2006 Oct 04
5
Sites that use Mongrel
It would be an interesting topic. I bet there are quite a few.
I just released one that 1/2 runs on Mongrel. http://direxionfunds.com
It was released before it was _quite_ ready, but the last of the
content is getting inserted today. I am still waffling on how I will
leave it running longterm. Right now it uses a slightly modified
version of the Mongrel http parser with EventMachine to front
2008 Oct 29
2
Functional pattern-matching in R
I found there's a very good functional set of operations in R, such as
apply family, Hadley Wickham's lovely plyr, etc. There's even a
Reduce (a.k.a. fold). Now I wonder how can we do pattern-matching?
E.g., now I split dimensions like this:
m <- dim(V)[1] # R
n <- dim(V)[2] # still R
While even Matlab allows for
[m,n] = size(V) % MATLAB!
Ideally I'd be able to
2010 Oct 04
1
Simultaneous equation with one ordinal reponses
Dear R users,
I had a research question which involves a simultaneous equation system, one
is the common continuous dependent variable, y1, say wage, or log wage,
another one is a latent variable, y*, which I only observe up to a ordinal
scale, say attitudes toward a problem, taking values as y2= 1, 2, 3 or 4.
Both of them have other exogeneious variables. I have been search on
internet for
2011 Jun 02
1
Capturing ftp reponses
I am writing a script to automatically connect via ftp from a
CentOS-5 host to one of our older (non-*nix OS) systems. The only
common protocol that the remote host supports is ftp. What I want
to do is to capture the initial response that comes back from that
host before the user credentials are passed and log this
information.
I cannot seem to hit upon the right set of redirects to make this
2011 Jun 02
1
[SOLVED] Re: Capturing ftp reponses
On Thu, June 2, 2011 15:23, James B. Byrne wrote:
>
> However, the first line that I find in the logging file is the
> results of the dir command following the user command. Can someone
> tell me how I can capture and log the initial response to the ftp
> connection?
I since discovered that to capture remote host responses one must
specify the -v (verbose) option to the ftp
2003 Jan 29
1
Incremental transfers: how to tell?
Hello.
I just started messing around with RSync to
synchronize some RRD files between a couple BSD/Linux
boxes. To test, I'm just trying to sync about 20 of
these files which are about 256KB each. It seems that
the full contents of each file are being transferred
each time; i.e., the incremental transfer feature
isn't working. I'm basing this assumption on output
such as the
2009 Apr 07
5
mongrel server core dump on Sun Solaris
I am running my Mongrel Web Server 1.1.5 on Sun Solaris 10 server with
Apache 2.2 proxy running with single Mongrel instance to handle my RoR
Web Applications request. My RoR web application was developped on
Windows plateform, once I svn my RoR souce codes to Sun Solaris Web
Application server and run the application through web browser. My
Mongrel Web server most time may die and a core dump
2010 Apr 03
2
Specifying a decimal field precision/scale with scaffold requires 2 steps?
Hi,
It appears to me that the command:
ruby script/generate scaffold whatever money_field:decimal(10,2)
will not generate a valid migration.
Therefore it appears to me only two ways to achieve the desired result
is:
1.1 Omit the the precision/scale on the scaffold command
1.2 Edit the migration file by following the "do |t| ... end" with
the command:
change_column :whatever
2015 Jun 26
2
replication - remove/delete in storage
hi,
novice question - is replication supposed to replicate
maildir in it's entirety?
I get new mails replicated but not operations of
removal/deletion, is this normal?
many thanks
2013 Jul 04
2
[PATCH] [Backport 4.2.x] Fix issue with 'xl list -l' showing domids as -1 when using SXP
During investigation of other issues, it came to light that in at least
4.2.2, "xl list -l" displays domain ids as -1 when using SXP, irrespective
of actual value. Ian C identified that this issue was likely fixed in the
upcoming 4.3 release but the commit responsible for the fix
(a73a7a0c647a9a5e30d8bc473c0a1e8648817183) was not likely a candidate for
backporting in its entirety.
2007 Feb 20
2
Mask the caller-ID
Dear All :
I need to mask the caller ID and pretend to make a transfer call from
another extension :
exten => 558,1,Answer
exten => 558,2,Playback(soundclip)
exten => 558,3,Dial(SIP/472@callman)
The scenario is like this :
Someone is calling 558 at my company - he will hear a soundclip voice
message then I will direct it to extension 472
I need 472 to not see the extension of
2008 Feb 21
2
[LLVMdev] Bug? Coalescing & Updating Subreg Intervals
On Feb 20, 2008, at 12:25 PM, David Greene wrote:
> On Wednesday 20 February 2008 14:14, David Greene wrote:
>
>> I discovered this through an assert I put into some of my own
>> code. I want
>> to know if that assert is bogus or if there's a bug here.
>
> A little more information: the assert checks that after coalescing
> two nodes,
> all subregister
2012 May 30
5
problem with ifelse
Dear all,
?The code below is used to generate interval censored data but unfortunately there is an error with the ifelse which i am not able to rectify.
?Can somebody help correct it for me.
Thank you
t<-rexp(20,0.2)?
v<-c(0,m,999)?
y<-function(t,v){
? z<-numeric(length(t ((
? ? s<-numeric(length(t ((
? ? ? for(i in 1:length(t)){
? ? ? ? for(j in 1:length(v-1))?
? ? ? ? { ifelse
2012 Oct 17
4
[LLVMdev] SimplifyCFG vs loops
Hello All,
The current implementation of the CFG simplification is loop-agnostic.
In the past I have observed that it can perform transformations that can
be detrimental to the loop structure. One example that I recall, is
converting a loop like this:
while (...) {
...
if (cond) continue;
...
}
into two nested loops. Specifically, the "continue" branch
2006 Jun 08
3
Reading in a table with ISO-latin1 encoding in MacOS-X (Intel)
Dear colleages in R,
I have earlier been working with R in Linux, where reading in a table
containing Scandinavian letters ("?", "?", and "?") in the header as
part of variable names has not caused any problem whatsoever.
However, when trying to do the same in R running on new MacOS-X (with
an Intel processor) with the same original text table does not seem to
2007 Feb 14
2
SIP response 482 "Loop Detected"
I have a Cisco Call Manager - and need to use the IVR Feature from
Asterisk.
My extension is 400 and I am calling 558 on Asterisk In my
extension.conf I have these lines :
exten => 558,1,Answer
exten => 558,2,Playback(message.wav)
exten => 558,3,Dial(SIP/439@CallManager)
When I call 558 I heared the message then Asterisk tries to call 439 on
CallManager but with this error :
2018 May 28
2
Dial to FastAGI application appears as 1-second CDR - how do I fix?
In my application, I am using AMI to run an Originate command between a channel and a dialplan application (NOT a context). In my case, the application I want to invoke is FastAGI. The Originate AMI command works correctly, but Asterisk generates a very
short (0-1s) duration for the CDR that results from this call, regardless of the time spent running the FastAGI application. I want the CDR
2011 May 16
4
Problem on glmer
Hi all,
I was trying to fit a Gamma hierarchical model using "glmer", but got weird error message that I could not understand. On the other hand, a similar call to the glmmPQL leads to results that are close to what I expect. I also tried to change tha "nAGQ" argument in "glmer", but it did not solve the problem. The model I was fitting has a simple structure - one