search for: multiplex

Displaying 20 results from an estimated 939 matches for "multiplex".

Did you mean: multiple
2014 Jan 29
2
tests: multiplex.sh fails on i686
Hello everybody, compiled openssh git master (6f917ad) on i686 without problems, but tests fail: [...] run test multiplex.sh ... test connection multiplexing: envpass test connection multiplexing: transfer scp: failed copy /tmp/openssh-git/src/openssh/regress/data cmp: /tmp/openssh-git/src/openssh/regress/copy: No such file or directory scp: corrupted copy of /tmp/openssh-git/src/openssh/regress/data test connection m...
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
http://bugzilla.mindrot.org/show_bug.cgi?id=989 Summary: openssh-3.9p1 on Solaris 8 - multiplex.sh NOK Product: Portable OpenSSH Version: 3.9p1 Platform: UltraSparc OS/Version: Solaris Status: NEW Keywords: patch, help-wanted Severity: normal Priority: P5 Component: Build system AssignedTo: open...
2010 May 27
1
[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.
The Multiplexer lets Matahari register APIs and then call them by that registered name. APIs are function pointers in the form of: const char* function(const char *); where the API takes as input a descriptor containing any arguments, and returns an array containing the response or result. Also adds a testing...
2014 Jul 25
1
corrupted copy in regress/multiplex.sh
Hello everybody, after installing openbsd-netcat some tests in multiplex.sh do still fail for me. Sadly this happens when trying to build a package only, everything works just fine if I try to debug this. Any ideas? Logfile failed-regress.log is attached. [...] run test multiplex.sh ... test connection multiplexing: envpass test connection multiplexing: transfer test c...
2014 Jul 04
1
multiplex.sh fails in make tests
Hello everybody, running make tests on latest openssh-portable git master (V_6_6_P1-114-g72e6b5c) fails: [...] run test multiplex.sh ... test connection multiplexing: envpass test connection multiplexing: transfer test connection multiplexing: status 0 test connection multiplexing: status 1 test connection multiplexing: status 4 test connection multiplexing: status 5 test connection multiplexing: status 44 test connection mul...
2009 May 04
2
Multiplex tests fail on 5.2p1
I noticed "make tests" for openssh-5.2p1 fails the multiplex.sh tests. Turns out this is because I happen to have some non-standard configuration options in $HOME/.ssh/config and most of the multiplex.sh tests do not use a "-F $OBJ/ssh_config" option, which means they end up reading the users $HOME/.ssh/config. Is this on purpose or a bug?
2016 Dec 14
4
Call for testing: OpenSSH 7.4
...op. > make: stopped in /usr/source/openssh-SNAP-20161214 I see very similar failures with vanilla openssh snapshot on Fedora 25. Should be quite fairly reproducible: # tar -xf openssh-SNAP-20161214.tar.gz && cd openssh && ./configure && make tests [...] test connection multiplexing: forward cmp: EOF on /root/openssh/regress/copy ssh: corrupted copy of /root/openssh/regress/data /root/openssh/regress/multiplex.sh: line 96: 18570 Terminated $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null [...] request remote forward failed connect to remote forwarded pat...
2007 Mar 08
2
multiplexers
...from the vorbis-dev mailinglist (several days ago) after a year or so of being subscribed, and today I run into a project that will probably require using Ogg :-). The project I am working on has a fairly quick timeline, and as a result have to cut corners. The core of it will be wrapped around a multiplexer. Ogg is obviously ideal for this, but I was wondering if anyone knew of projects or libraries that exposed a simple multiplexer for rapid development projects like this. Something that maybe allows customization of the critical sections but has all the logic of adding "streams", round-r...
2009 Nov 27
1
multiplexing overflow errors
I'm using rsync 3.0.6 between two solaris 8/10 hosts an I frequently get "multiplexing overflow" errors: log/20091123_223901/dresden.log:multiplexing overflow 101:7104843 [sender] log/20091123_223901/frankfurt.log:multiplexing overflow 101:7104843 [sender] log/20091123_223901/hannover.log:multiplexing overflow 101:7104843 [sender] log/20091123_223901/muenchen.log:multiplexin...
2016 Dec 14
4
Call for testing: OpenSSH 7.4
On Tue, 13 Dec 2016, The Doctor wrote: > Got you. Will run make tests. So far running on > FreeBSD 11.0 using openssl 1.0.2 current Thanks! > Trying Openssl 1.1 Won't work - see the thread here about 6 week back... -d
2007 Mar 08
0
multiplexers
Hrm, I just looked those over (I had been familiar with oggz). It looks like those both are thin wrappers around the stream protocol itself to handle all the little nuisances, like filling pages etc. What I think I am looking for is more of the multiplexer itself. When I didnt immediately find a standard library that multiplexes over a single TCP connection, I assumed it because with all the stream issues worked out in something like Ogg, it would be trivial to implement. I gave it a shot earlier today, and there are a whole number of issues that I...
2007 May 13
0
cmp: /usr/local/src/openssh-4.6p1/regress/ls.copy: No such file or directory
Dear all, Hi. This is imacat from Taiwan. I'm new to this list. I encountered the following failures when running "make tests" on machines that haven't install OpenSSH yet. It seems to fail at regress/multiplex.sh. It seems to specific to machines that haven't install OpenSSH yet. Once I have installed OpenSSH, the failure is gone. Might it be the case that regress/multiplex.sh accidently uses the installed OpenSSH to test, rather than the just-built OpenSSH? If so, maybe this is something tha...
2020 Sep 21
4
Call for testing: OpenSSH 8.4
On Mon, 21 Sep 2020 at 09:53, Hisashi T Fujinaka <htodd at twofifty.com> wrote: > OK, NetBSD-current amd64, NetBSD-9-amd64, and NetBSD-9-i386 all pass all > tests. MacOS, well, I always try it but it has problems. What's the problem on OS X? We test on it regularly (El Capitan and High Sierra) and the only problem I'm aware of is that the native libcrypto on High Sierra is
2010 Oct 21
1
Multiplexing
Good evening, I've just read the theora specs and I was wondering how theora bitstream is multiplexed with speex or vorbis audio in the ogg container. I'm looking for a reading (tutorial or specs) about ogg multiplexing. Manuel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20101022/f98e632e/a...
2007 Mar 08
1
multiplexers
...inglist (several days ago) > after a year or so of being subscribed, and today I run into a project > that will probably require using Ogg :-). > The project I am working on has a fairly quick timeline, and as a result > have to cut corners. The core of it will be wrapped around a > multiplexer. Ogg is obviously ideal for this, but I was wondering if > anyone knew of projects or libraries that exposed a simple multiplexer > for rapid development projects like this. Something that maybe allows > customization of the critical sections but has all the logic of adding > "st...
2014 Jul 24
0
[PATCH 1/1] fix regress/multiplex.sh
From: Christian Hesse <mail at eworm.de> commit 04f4824 removed the wrong line, so fix this --- regress/multiplex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/multiplex.sh b/regress/multiplex.sh index fc32d13..693211b 100644 --- a/regress/multiplex.sh +++ b/regress/multiplex.sh @@ -165,8 +165,8 @@ echo "" | $NC -U $OBJ/unix-1.fwd | grep "Protocol mismatch"...
2005 Jun 13
2
T1 multiplexer (or ?) for failover in large installation
Hi, Please forgive my terminology, still a bit new to T1s and such. I'm looking for a way to have 5 T1s from a carrier terminate into some type of box (multiplexer?), then be able to plug 7 asterisk servers into that box (each with single port T1 card) and be able to have 2 * servers go down at any given time and not actually have the carrier see that anything has happened. Obviously if a * server crashes the calls on it at the time will drop, but then on...
2007 Mar 09
1
multiplexers
On Thu, Mar 08, 2007 at 09:23:02PM -0500, S. A. Ridley wrote: > hangs, etc. So the multiplexer has to be a little beefier than I was first > assuming. Its still pretty surprising that a generic library to multiplex > over TCP is not more common. Something that would let you create a in > initial stream and then create "sub-streams" and expose a "mux_write()" an...
2019 Dec 13
0
Question regarding Ogg’s multiplexing process
Hi, I have a question regarding Ogg’s multiplexing process. Let’s say we have two logical streams, S1 and S2, which need to be muxed together into one physical stream. On logical stream S1, we have a packet that’s too big and needs to be split into two pages, P1 and P2. On the other hand, logical stream S2 also has a page Px that needs to go ou...
2011 Sep 02
1
[Bug 1928] New: Allow cancellation of forwardings in multiplexing
https://bugzilla.mindrot.org/show_bug.cgi?id=1928 Bug #: 1928 Summary: Allow cancellation of forwardings in multiplexing Classification: Unclassified Product: Portable OpenSSH Version: 5.8p2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.or...