Displaying 20 results from an estimated 44 matches for "exectued".
2008 Dec 23
2
outging ---asterisk -bug
Hi everyone,
when i use the automated dial out,I found that once the zap answerd,the
contex will be exectued, but i don't hope do it ,i hope when extern phone
answered ,then ,the context will be exectued.
Anyone can help me solve the problem!
the call file is:
Channel: Zap/g0/15015895665
Context: myivr
RetryTime: 60
MaxRetries: 2
Waittime: 60
Extension: 808
Priority: 1
Callerid: 15015895665
[myivr]
e...
2015 Nov 19
2
Get timestamp and processor ID in the IR
Hi,
I am wondering if it is possible to get the time-stamp and the processor ID
where an instruction is exectued in the IR? Thanks for your help in
advance:)
Best,
Zhi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151119/dbbafb32/attachment.html>
2014 Aug 06
2
[help] Does "virsh blockpull" works on live virtual machine
Hi all,
I have a kvm virtual machine running (qemu version 2.0), and I had took several external snapshots of the disk( using "virsh snapshot-create-as"). Now, the existed disk files relationship look like: base <- snap1 <-snap2 <- current using disk file. Now I want to remove snap1 and snap2, and let current disk using the base image file as back file directly. Unfortunately,
2007 Jun 06
2
upsdevctl is -rwxr-xr-x
Hi,
I've installed the debian package of these
ups tools and everything looks good.
debian:/var/log# upsdrvctl -h
Network UPS Tools - UPS driver controller 2.0.1
(Though I'll have to wait for a quieter time to pull
the plug and test it.)
debian:/var/log# ls -l `which upsdrvctl`
-rwxr-xr-x 1 root root 18232 Sep 22 2005 /sbin/upsdrvctl
I notice that upsdrvctl is
2011 Dec 06
5
Argument validation within functions
...far I have:
a <- as.numeric(a)
if(0 <= a && a <= 1)
to first check if a is a number...if not the function stops and gives an error message. If it is a number it just continues...
But how to check the range?
Above there is the if-approach but then the rest of the function is exectued as part of if (or else). Is there a simpler way without having the if-brackets around the remaining code?
Just a check if the value is between 0 and 1 and if yes continue with the next line if no abort the function with a error message? How can such an error message be created?
thank you and best...
2015 May 05
3
Failed running extprograms execute via socket - fatal recv(MSG_PEEK) failed disconnected
E.B. schreef op 5-5-2015 om 9:40:
> Sorrys. I decided to "make clean" and do new "./configure" "make" and "make
> install" for dovecot first, then pigeonhole to make sure nothing is off. After
> I do that I get same original error:
>
> dovecot: script: Fatal: recv(MSG_PEEK) failed: disconnected
>
> I went to go verifying in
2015 Nov 19
2
Get timestamp and processor ID in the IR
...Sent: Thursday, November 19, 2015 3:29:40 PM
> > Subject: [llvm-dev] Get timestamp and processor ID in the IR
> >
> >
> >
> > Hi,
> >
> >
> > I am wondering if it is possible to get the time-stamp and the
> > processor ID where an instruction is exectued in the IR? Thanks for
> > your help in advance:)
> >
> >
> > Best,
> > Zhi
> > _______________________________________________
> > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llv...
2010 Mar 17
3
odfWeave Error
Hi All,
This is probably basic, but I am just starting with R and very interested in
learning how to automate my reports. I am just learning about Sweave and
LaTex.
I am following an example from online and am getting the following error:
....."Error unizipping file....unzip not found".
I am not a programmer by any stretch, but I realize that the package is
either not recognizing
2013 Dec 12
2
Re: [PATCH] sysprep: handle distro specific sysv scripts
On Thursday 12 December 2013 14:49:36 Olaf Hering wrote:
> On Thu, Dec 12, Pino Toscano wrote:
> > What do you think?
>
> I think that your Should-Start handling is broken. Required means the
> given file can not properly work without the listed servers, insserv
> will error out. Should means it can very well work without them if
> they are not present or enabled.
2010 Mar 30
3
Environment settings not functional
...efault {
fail("Fail: Testing environments")
}
----------------
On the staging nodes, I''ve got this entry under [puppetd] in
puppet.conf:
environment = staging
But, the nodes are still directed to the default environment under /
etc/puppet/ {manifests, modules}. Even if I exectued puppetd manually
it wont work:
# puppetd --verbose --no-daemonize --environment=staging
notice: Starting Puppet client version 0.25.4
info: Caching catalog for X
info: Applying configuration version ''1269955369''
notice: Finished catalog run in 0.01 seconds
notice: Caught INT; call...
2007 Aug 22
1
open/execute/call/run an external file
I'm trying to figure out how to trigger a process from within R. I have an exectuable file that runs a Fortran model, but ideally, would like to run it from R. Note that I'm not talking about importing the function at all, passing variables, or anything complicated like that. I basically just want a script that "double-clicks" on a particular file and opens/runs it for me.
The
2015 Nov 19
2
Get timestamp and processor ID in the IR
...> > > Subject: [llvm-dev] Get timestamp and processor ID in the IR
> > >
> > >
> > >
> > > Hi,
> > >
> > >
> > > I am wondering if it is possible to get the time-stamp and the
> > > processor ID where an instruction is exectued in the IR? Thanks for
> > > your help in advance:)
> > >
> > >
> > > Best,
> > > Zhi
> > > _______________________________________________
> > > LLVM Developers mailing list
> > > llvm-dev at lists.llvm.org
> > > http:...
2018 Aug 02
2
New and more general Function Merging optimization for code size
Hi everyone,
I'm currently working on a new function merging optimization that is more
general than the current LLVM function merging optimization that works only
on identical functions.
I would like to know if the community has any interest in having a more
powerful function merging optimization.
---- More Details ----
Up until now, I have been focusing on the quality of the code
2017 Sep 27
2
OrcJIT + CUDA Prototype for Cling
Dear LLVM-Developers and Vinod Grover,
we are trying to extend the cling C++ interpreter
(https://github.com/root-project/cling) with CUDA functionality for
Nvidia GPUs.
I already developed a prototype based on OrcJIT and am seeking for
feedback. I am currently a stuck with a runtime issue, on which my
interpreter prototype fails to execute kernels with a CUDA runtime error.
=== How to use the
2018 Aug 02
2
New and more general Function Merging optimization for code size
Hi Hal,
Because my function merging strategy is able to merge any two function,
allowing for different CFGs, different parameters, etc.
I am unable to use just a simple hash value to compare whether or not two
functions are similar.
Therefore, the idea is to have an infrastructure which allows me to compare
whether or not two functions are similar without having traverse the two
function
2015 May 05
0
Failed running extprograms execute via socket - fatal recv(MSG_PEEK) failed disconnected
...matching to my environment. My script is calling execute
within a if block but not as a test but it IS providing input (but not get
any output if that matters)
if ...
{
execute :input "test input" "test";
}
Only thing still unsolved is my other thread don't know why the exectued
script has no filesystem access? (like "touch /tmp/test" ignored no error)
Also is the only different between direct and socket execute that with
socket I can run the script with more restricted owner and permissions?
Are there other differences?
2004 Sep 10
0
[Flac-users] Using Grip with FLAC
I looked around on the web, but I found no guidance on this subject, so
I'm guessing. Here is what I came up with. It appears to work on a
limited sample of CDs. Can anyone comment on whether or not this
is OK?
My system is Mandrake 9.0. My Grip is 3.0.1 (as supplied with
Mandrake 9.0)
My flac is 1.1.0, built from the source tarball. Mandrake ships
with 1.0.3, which does not appear to have
2006 Jun 12
2
on_update current_timestamp in Migrations
Is there any way to set database columns to auto update a timestamp
column on update?
Can I do something like
t.column "timestamp", :datetime, :default => :current_time, :null
=> false, :on_update => :current_timestamp
or do i need to just use custom sql like
sql = "ALTER TABLE `table` CHANGE `timestamp` `timestamp` TIMESTAMP ON
UPDATE CURRENT_TIMESTAMP NOT NULL
2004 Jun 22
0
zapata initial context question
I'm not sure how I can handle timeouts and invalid extensions for my
Zaptel channels...
Their default context is [internal], and in internal I have defined
extensions i and t to handle timeouts and invalid extensions.
However, the default for the Zaptel channels is "immediate=no", so the
default context is only "run" when input has been entered. This means
that the i
2006 Mar 09
1
Is extension.conf documentation wrong?
...extension.conf i read this:
; ! - wildcard, causes the matching process to complete as soon as
; it can unambiguously determine that no other matches are possible
I tried to define:
exten => _50,1,Dial(...)
exten => _5!,1,Dial(...)
If i dial 50, due to asterisk reordering _5! is exectued but in the
comment above it says ! is matchaed only if unambiguous... so what's
wrong with my test?
Thanks in advance
Mario