search for: intermediary

Displaying 20 results from an estimated 247 matches for "intermediary".

2008 Dec 09
1
Run rsync through intermediary server with SSH
...ea is that I can push to our regional offices, and then have them push to their near-by peers using their own bandwidth, yet still collect output at the master. The only problem I'm running into is this: if I kill the ssh session on the master, the remote rsync process continues to run on the intermediary server to the final destination. This can lead to multiple rsync jobs running from the intermediary to the same destination server, flooding it. I'm having difficulty figuring out what the appropriate mojo is to ensure that the rsync jobs die with the ssh connections. Hope this is clear. Any...
2009 Sep 24
3
making R print on screen
Hello! I am running a "for" loop. In the loop I am producing some intermediary results and asking R to print it (of the type below). However, I noticed - when the task is complicated and takes a lot of time, R does not print those intermediary results immediately, but prints them in batches - or does not print at all until we are done with the whole calculation. Is there any...
2005 Feb 12
2
Intermediary jitter buffering
Hello, I understand that only the destination of a call should do jitter buffering. So, if IAX2/PhoneA calls IAX2/PhoneB through my server (no transfers), PhoneA and PhoneB need to perform their own jitter buffering, and Asterisk will just forward the frames, correct? What happens if the peer does not support jitter buffering, but is close by so there's no need for jitter buffering? My
2013 Feb 22
1
Large sites
...tween the hub(s) themselves. IPSec doesn't work so well, given problems with NAT (even with NAT-T) - which is where tinc comes in. The hub itself is unfortunately NAT'd, and so are most of the remote sites, so I am trying to think of alternative approaches. Thinking tinc could be used as an intermediary between the dc and the remote sites. E.g. Datacentre <--> intermediary tinc server on non-NAT public IP <--> remote sites. In fact I was thinking of running multiple intermediary tinc servers, to provide some form of redundancy if one failed (using the Subnet #weight setting). Any an...
2009 Oct 24
1
operations on sparse matrices, and dense intermediary steps
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm doing some basic operations on large sparse matrices, for example getting a row. it takes close to 30 seconds on a 3Ghz machine, and shots the memory usage up to the sky. I suspect there are dense intermediary steps (which, if true would defeat the purpose of trying to use sparse representaitons). As much as I try understanding the hierarchy of Matrix classes, it's a mystery to me. Is subsetting sparse matrices memory-intensive? Does it have to do with features of the language, such as pass-by-value...
2020 Sep 22
2
send all outbound traffic through intermediary
Is it possible to a configure a tinc (1.0.35) node to only send outbound through specific nodes, rather than trying to establish direct connections? I have a node which can connect to all the others directly, but some routes have terrible packet loss, so I'd like to configure it not to try. thansk Hamish
2020 Oct 07
0
send all outbound traffic through intermediary
On 22/9/20 4:44 pm, Hamish Moffatt wrote: > Is it possible to a configure a tinc (1.0.35) node to only send > outbound through specific nodes, rather than trying to establish > direct connections? > > I have a node which can connect to all the others directly, but some > routes have terrible packet loss, so I'd like to configure it not to try. Anyone? Should I just
2020 Oct 07
0
send all outbound traffic through intermediary
On 7/10/20 2:45 pm, Erich Eckner wrote: > Hi, > > On Wed, 7 Oct 2020, Hamish Moffatt wrote: > > > On 22/9/20 4:44 pm, Hamish Moffatt wrote: > >> Is it possible to a configure a tinc (1.0.35) node to only send > outbound through specific nodes, rather than trying to establish > direct connections? > >> > >> I have a node which can connect to all
2005 Jun 15
1
SIP transfer/REFER to voicemail problem
I've google for hours trying to find a discussion of a similar problem as the one I'm having, so forgive me if this has come up before. If it has, please point me in the right direction! The problem occurs when a caller (A) is transferred by an intermediary party (B) to voicemail (Voicemail or VoicemailMain), either directly or by being taken to voicemail when the callee (C) doesn't answer. Caller (A) hears the Asterisk voicemail prompts, but the voicemail application doesn't hear any audio or DTMF. Easy to duplicate: 1.) A -> B (INVITE)...
2020 Oct 07
2
send all outbound traffic through intermediary
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, On Wed, 7 Oct 2020, Hamish Moffatt wrote: > On 22/9/20 4:44 pm, Hamish Moffatt wrote: >> Is it possible to a configure a tinc (1.0.35) node to only send outbound >> through specific nodes, rather than trying to establish direct connections? >> >> I have a node which can connect to all the others directly, but some
2017 Apr 15
2
Simple OCSP server ??
...y MX servers (with 3 1 1 dane records on TCP port 25) but I don't want to use self-signed for S/MIME for user specific x.509 certs because A) That's potentially a lot of DNS records B) That requires a hash of the e-mail addresses in DNS Instead, I will be using a wildcard in DNS with an intermediary that signs the user x.509 certificates. Using an intermediary to sign their certificates though means I can't just revoke their certificates by removing the DNS certificate, I'll need to provide an OCSP server for when one of their private keys gets compromised. I found https://acces...
2017 Apr 16
2
Simple OCSP server ??
...25) but I don't want to use self-signed for S/MIME for user >> specific x.509 certs because >> >> A) That's potentially a lot of DNS records >> B) That requires a hash of the e-mail addresses in DNS >> >> Instead, I will be using a wildcard in DNS with an intermediary that >> signs the user x.509 certificates. >> >> Using an intermediary to sign their certificates though means I can't >> just revoke their certificates by removing the DNS certificate, I'll >> need to provide an OCSP server for when one of their private keys g...
2020 Mar 26
2
[nbdkit PATCH] tests: Swap nbdkit process order in test-nbd-tls-psk.sh
...ed Hat Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -64,14 +64,14 @@ files="$sock1 $sock2 $pid1 $pid2 nbd-tls-psk.out" rm -f $files cleanup_fn rm -f $files +# Run nbd plugin as intermediary; also test our retry code +start_nbdkit -P "$pid2" -U "$sock2" --tls=off nbd retry=5 \ + tls=require tls-psk=keys.psk tls-username=qemu socket="$sock1" + # Run encrypted server start_nbdkit -P "$pid1" -U "$sock1" \ --tls=require --tls-psk=...
2007 Apr 30
2
blkback does not copy full id from request to response
I just noticed that the linux block backend does not copy the full 64 bits of the id field of a request to the associated response. The blkif.h states that this is echoed in the response. An unsigned long in make_response is used as an intermediary. This would sure be helpful to me if the full 64 bits were echoed. - Bruce Rogers _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Mar 02
9
RFC: Implementing the Swift calling convention in LLVM and Clang
...xisting conventions, however, so we want to make sure the community is on board before we start landing patches or sending them out for review. Here’s a brief technical summary of the convention: In general, the calling convention lowers onto an existing C calling convention; let’s call this the “intermediary convention”. The intermediary convention is not necessarily the target platform’s standard C convention; for example, we intend to use a VFP convention on iOS ARM targets. Aggregate arguments and results are translated to sequences of scalar types (possibly just an indirect argument/sret pointer)...
2017 Apr 16
1
Simple OCSP server ??
...S/MIME for user >>>> specific x.509 certs because >>>> >>>> A) That's potentially a lot of DNS records >>>> B) That requires a hash of the e-mail addresses in DNS >>>> >>>> Instead, I will be using a wildcard in DNS with an intermediary that >>>> signs the user x.509 certificates. >>>> >>>> Using an intermediary to sign their certificates though means I can't >>>> just revoke their certificates by removing the DNS certificate, I'll >>>> need to provide an OCSP ser...
2006 Apr 26
5
remote ruby
I''m building a collection of desktop app''s and want to use ruby, and Active Record in particular, as an intermediary layer to my databases. I''m not sure how to connect my development environment, Runtime Revolution, to Ruby and Active Record. One option is to just set up a RonR environment and have my app''s make calls that return regular text results instead of html pages, but I haven'...
2001 Mar 19
4
Oggenc & stdin
I haven't seen this in the options, and have been unsuccessful in trying it... Is there any way to set oggenc to accept data (file) input from stdin? basically do a raw PCM stream from CDParanoia -> oggenc without an intermediary file. Thanks! --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscri...
2005 Jan 14
1
S3/S4 classes performance comparison
...ts for R (mainly target output destinations: xHTML and TeX). In fact: I does have something that works for basic objects, entirely done with S4 classes, with the results visible at: http://www.stat.ucl.ac.be/ROMA/sample.htm http://www.stat.ucl.ac.be/ROMA/sample.pdf To achieve this goal, I do use intermediary objects that would reprensent the structure of the output. Thus I defined classes for Vector, Tables, Rows, Cells, Sections, and so on. Most of those structure are recursive. Then, at a firts attemps, a matrix would be represented as a Table containing Rows containg Cells containing Vectors, whi...
2009 Nov 17
2
[LLVMdev] SAFECode Source Code Released
...ompatible types. > > Nor is there an exception carved out in 6.5p1. > > Among other things, this permits null pointers to have different > representations based on the element type, &c &c. Ok, then converting from void** to PoolSlab** can be done by going through void* as an intermediary type? The attached patch fixes the warnings. BTW how do I run make check for SAFEcode? It says 'make[1]: Nothing to be done for `check-local'' if I run make check. Best regards, --Edwin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed......