Displaying 20 results from an estimated 248 matches for "intermediaries".
2008 Dec 09
1
Run rsync through intermediary server with SSH
I'm using rsync, ssh, and cron glued together with Python as a
push-based synchronization system. From a single location, I push
content out to various offices. I log stdout/stderr on the master
server to make sure everything is running smoothly.
I would now like for some of our "regional hubs" to take on some of the
load (bandwidth-wise), while still retaining my centralized
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 way to
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
Hi,
I am looking networking together about 1000-2000 sites across the
country. I've been looking through these mailing lists. Saw the thread
from the person who had 1000+ running on Amazon, and how they
essentially stripped all security out of it. Also know that the
ChaosVPN uses tinc, for at least 130+ sites although I'm a bit fuzzy
on the details for it.
Are there any other cases of
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
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
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 ??
Hello list,
I'm contemplating running my own CA to implement the new proposed ISP
for validation of S/MIME certificates via DANE.
I already use self-signed for my 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
2017 Apr 16
2
Simple OCSP server ??
On 04/14/2017 10:41 PM, Alice Wonder wrote:
> https://www.openca.org/ might fit my needs.
their Centos repo does not exist, it seems?
>
> On 04/14/2017 06:29 PM, Alice Wonder wrote:
>> Hello list,
>>
>> I'm contemplating running my own CA to implement the new proposed ISP
>> for validation of S/MIME certificates via DANE.
>>
>> I already use
2020 Mar 26
2
[nbdkit PATCH] tests: Swap nbdkit process order in test-nbd-tls-psk.sh
We're still seeing sporadic failures of 'nbdkit nbd tls=', and I'm
still trying to come up with a root cause fix (it may involve smarter
use of gnutls_bye() in libnbd). In the meantime, here's what we know:
when the hang/failure happens, the 'nbdkit nbd tls=' client process is
stuck in a poll() waiting to see EOF from the server, while the
'nbdkit example1'
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
2016 Mar 02
9
RFC: Implementing the Swift calling convention in LLVM and Clang
Hi, all.
Swift uses a non-standard calling convention on its supported platforms. Implementing this calling convention requires support from LLVM and (to a lesser degree) Clang. If necessary, we’re willing to keep that support in “private” branches of LLVM and Clang, but we feel it would be better to introduce it in trunk, both to (1) minimize the differences between our branches and trunk and
2017 Apr 16
1
Simple OCSP server ??
What about the pki package that comes with Centos?
pki-server and pki-ca?
On 04/16/2017 11:54 AM, Alice Wonder wrote:
> Oh I don't know, their github works.
>
> However it seems that it isn't able to deal with more than one ocsp
> signing key.
>
> On 04/16/2017 08:40 AM, Robert Moskowitz wrote:
>>
>>
>> On 04/14/2017 10:41 PM, Alice Wonder wrote:
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
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
2005 Jan 14
1
S3/S4 classes performance comparison
Hi R-devel,
If you did read my survey on Rhelp about reporting, you may have seen that
I am implementing a way to handle outputs 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
2009 Nov 17
2
[LLVMdev] SAFECode Source Code Released
On 2009-11-16 23:42, John McCall wrote:
> Török Edwin wrote:
>> On 2009-11-16 22:46, John Criswell wrote:
>>
>>> [snip]
>>>
>>>> My initial message (containing the patch) was a private reply to John.
>>>>
>>>> Attached the patch again, it applies with 'patch -p0'.
>>>>
>>>> Also try to