search for: inititate

Displaying 20 results from an estimated 22 matches for "inititate".

Did you mean: initiate
2007 Apr 24
3
R as a server on Linux
Hi, I am trying to avid the somewhat costly startup overhead of launching a separate R executable for each "client" request on Linux. My current architecture is such that My Java client explicitly calls R in batch mode and passes it certain parameters. The initital startup takes almost 10 seconds because R has to load a bunch of libraries as well as a moderately large, previously
2011 Mar 08
4
minimum distance between line segments
Dear R helpers, I think that this may be a bit of a math question as the more I consider it, the harder it seems. I am trying to come up with a way to work out the minimum distance between line segments. For instance, consider 20 random line segments: x1 <- runif(20) y1 <- runif(20) x2 <- runif(20) y2 <- runif(20) plot(x1, y1, type = "n") segments(x1, y1, x2, y2)
2006 Jun 02
1
Multivariate skew-t cdf
Dear All, I am using the pmst function from the sn package (version 0.4-0). After inserting the example from the help page, I get non-trivial answers, so everything is fine. However, when I try to extend it to higher dimension: xi <- alpha <- x <- rep(0,27) Omega <- diag(0,27) p1 <- pmst(x, xi, Omega, alpha, df = 5) I get the following result: >p1 [1] 0 attr(,"error")
2006 Oct 23
2
T.38 faxing with spandsp and Grandstream HT.486
...r endpoint I 'm using Grandstream HT 486 ATA and a fax machine. Has anybody success with the HT486 as T.38 terminal ? ATA as originator: I managed only onetimes a successfull T.38 fax session. The other times the HT486 did not initiate a re-invite with T.38 parameters. Or shall the Terminator inititate a re-invite ? txfax as originator: T.38 fax exchange takes place but the transmission is not successful, txfax reports errorcode 60 (Disconnected after permitted retry). Can someone recommend a T.38 able ATA which is working with spandsp ? Are there any terminals known which has been tested agai...
2011 Jun 30
1
cross platform (freebsd) zfs pool replication
Hi, I have two servers running: freebsd with a zpool v28 and a nexenta (opensolaris b134) running zpool v26. Replication (with zfs send/receive) from the nexenta box to the freebsd works fine, but I have a problem accessing my replicated volume. When I''m typing and autocomplete with tab key the command cd /remotepool/us (for /remotepool/users) I get a panic. check the panic @
2007 Nov 20
5
Autotest rspec issues
I''m having trouble getting autotest to run "out of the box" with rspec. I''ve got a Leopard setup with Zentest 3.5.0, rspec on trunk, and rails 2.0PR. No ".autotest" file. There are a couple of issues: 1. Running ''autotest'' inititally yields a command not found for "spec --diff unified etc etc". This seems to be an old issue but
2004 Jan 07
1
Call Rollover
Have a question about implementing Call Rollover with my current extensions.conf configuration. [macro-stdexten] exten => s,1,Dial(${ARG2},20) ; Ring the interface, 20 seconds maximum exten => s,2,Voicemail2(u${ARG1}) ; If unavailable, send to voicemail w/ unavail announce exten => s,3,Goto(default,s,1) ; If they press #, return to start exten =>
2018 May 23
0
[PATCH RFCv2 0/4] virtio-mem: paravirtualized memory
On 23.05.2018 20:24, David Hildenbrand wrote: > This is the Linux driver side of virtio-mem. Compared to the QEMU side, > it is in a pretty complete and clean state. > > virtio-mem is a paravirtualized mechanism of adding/removing memory to/from > a VM. We can do this on a 4MB granularity right now. In Linux, all > memory is added to the ZONE_NORMAL, so unplugging cannot be
2016 Jul 11
3
Master-Master replication question
...? ?root? ? /usr/bin/doveadm sync -u "*" remote:mail1 > <snip> Are you guys using LMTP to deliver from your MX server to the mailbox server? I have a similar setup, but not yet synched, because as I understand it - using 'deliver' to drop mail into an NFS mount won't inititate a sync.? I have to migrate my procmail scripts to sieve (and use the execute plugin) and change my final delivery to be a redirect to LMTP.?? Not sure how replication will work when running old procmail scripts from sieve... In any case..? If you're piping to dovecot's deliver/dovecot-lda,...
2018 May 30
0
Using Google Benchmark Library
On Wed, May 30, 2018 at 4:07 AM, mbraun via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Not going into all the detail, but from my side the big question is > whether the benchmarks inner loop is small/fine grained enough that > stabilization with google benchmark doesn't lead to dozens of seconds > benchmark runtimes. Given that you typically see thousandsd or millions
2003 Oct 17
0
X100P Echo - not resolved
I still have echo during the first 15 seconds (or so) of each call, and the exact same thing is happening with either of two X100P in the same 2.2ghz system. asterisk# cat /proc/interrupts CPU0 0: 198457690 XT-PIC timer 1: 60 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 0 XT-PIC usb-uhci 8: 1
2005 May 30
0
ISDN RAS and data calls
...l, but a regular voice-call. My ISP change their behaivour depending on the incoming call-type (data or voice). If it's voice, they try to open up a V.90 connection. Else (data call) it will reply with PPP directly. The both methods uses the same modem pool number. How can I tell Asterisk to inititate a data-call instead of voice-call? I'm using .call-files to connect to the ISP. -- Daniel
2006 Nov 22
1
aastra 480i configuration help
I'm having problems getting my aastra 480i to register with the asterisk server. I can inititate calls from the phone, but >sip show peers does not show any IP address registered for this phone. I am probably missing something stupidly simple. Anyone have an example config to share or corrections for my configuration? Asterisk 1.2 aastra 480i CT has the 1.4 firmware <sip.conf> [gene...
2010 Apr 10
1
VPN
is there any possibility to do this on cent os for example company one will be in the block of 10.0.0.0.1-10.0.0.255 and routed to the one of my external ip company two will be in the block of 11.0.0.0.1-11.0.0.255 and routed to the one of my external ip i just need an advice is this better on windows vpn or llinux vpn server do you advice me any server software like open vpn or sth. else thank
2012 Mar 30
2
Centos6 iptables startup vs. restart?
What is different about the initial startup of iptables than 'service iptables restart' (and different from C5)? I want to use iptables port redirection to send port 80 to 8080 so a java web service doesn't have to start as root. On C5 it worked to give the iptables commmands, then 'iptables save', and from then on it would automatically work when iptables started after a
2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
...I'm using Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o on box A with a TE410P (EuroISDN cpe) connected to another similar asterisk box B acting as EuroISDN master. I'm performing some load tests by contiously feeding up to concurrent 30 call files to /var/spool/asterisk/outgoing/ on box A which inititate via a dialplan context/extension a outbound call (redirected via chan_local) to box b playing some preexisting wavfiles followed by hangup. I see a memory growth for the asterisk process from 39M VIRT / 11M RES to 179M VIRT / 22M RES after 1000 completed calls. The box B acepting/recording the...
2018 May 29
2
Using Google Benchmark Library
Not going into all the detail, but from my side the big question is whether the benchmarks inner loop is small/fine grained enough that stabilization with google benchmark doesn't lead to dozens of seconds benchmark runtimes. Given that you typically see thousandsd or millions of invocations for small functions... > On May 29, 2018, at 2:06 PM, Michael Kruse via llvm-dev <llvm-dev at
2017 Sep 06
1
Announcing GlusterFS release 3.12.0 (Long Term Maintenance)
On 09/05/2017 02:07 PM, Serkan ?oban wrote: > For rpm packages you can use [1], just installed without any problems. > It is taking time packages to land in Centos storage SIG repo... Thank you for reporting this. The SIG does take a while to get updated with the latest bits. We are looking at ways to improve that in the future. > > [1]
2007 Jul 19
5
G729 copy protection
Hi All, I have been trying to get the Solaris version of the G729 codec to work with asterisk 1.2.17 and 1.2.22. However, I come up against the very same error every time I try to install it. Has anyone out there seen this error, taken from the asterisk console straight from startup: [codec_g729a.so] => (Annex A/B (floating point) G.729 Codec (optimized for i386)) Jul 19 14:11:23
2008 Jul 31
17
Can I trust ZFS?
Hey folks, I guess this is an odd question to be asking here, but I could do with some feedback from anybody who''s actually using ZFS in anger. I''m about to go live with ZFS in our company on a new fileserver, but I have some real concerns about whether I can really trust ZFS to keep my data alive if things go wrong. This is a big step for us, we''re a 100% windows