Displaying 20 results from an estimated 80000 matches similar to: "Max Multiplex"
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()" and
2001 Oct 31
4
OggMux, a simple ogg file multiplexer
Hello,
I have in the past few days played a bit with libogg. My goal is to learn
enough of it to try wrapping current tarkin codecs into an ogg file, with
vorbis sound eventually.
I did work on a small program which allows you to easyly (de)multiplex
Ogg files in a way which seems to conform to the docs. You can do things
like:
oggmux in1.ogg in2.ogg in3.ogg - mux3.ogg
oggmux mux3.ogg -
2019 Jun 27
2
Does ssh need sendfd in pledge() call?
Hi,
I posted this question to the OpenBSD bugs list last week, however
I have had no reply and it was suggested on IRC that I post here
instead. So I must apologise if this is not appropriate.
For a reference here is my previous post:
https://marc.info/?l=openbsd-bugs&m=156080681530337&w=2
I am running OpenBSD 6.5-stable (also tested on -current). When I
ssh somewhere I get a sig abort
2010 Jan 14
1
ssh(1) multiplexing rewrite
Hi,
At the n2k10 OpenBSD network hackathon, I finally got some time to clean
up and rewrite the ssh(1) client multiplexing code. The attached diffs
(one for portable OpenSSH, one for OpenBSD) are the result, and they
need some testing.
The revised multiplexing code uses a better protocol between the master
and slave processes and I even bothered to write it up :) It tracks the
control sockets
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
2020 Oct 06
5
[Bug 3220] New: Possible bug if ControlMaster + ControlPersist and `-t`
https://bugzilla.mindrot.org/show_bug.cgi?id=3220
Bug ID: 3220
Summary: Possible bug if ControlMaster + ControlPersist and
`-t`
Product: Portable OpenSSH
Version: 8.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
2017 Sep 12
2
how to troubleshoot ssh multiplexing hanging issues?
hello ssh list,
long time user of openssh, but relatively new to the concept of ssh
multiplexing. i'm experiencing some issues and i haven't figured out how to
troubleshoot it just yet. would appreciate some help if possible.
i'm using ssh as a communications mechanism to pass text file based
messages between 2 hosts. There are programs on each side that send and
receive these
2007 Mar 08
2
multiplexers
Hey folks,
I just unsubscribed 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
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?
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
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 connection multiplexing:
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
2007 Mar 08
1
multiplexers
Have you looked at liboggz and libfishsound?
Jean-Marc
S. A. Ridley wrote:
> Hey folks,
> I just unsubscribed 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.
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
2019 Oct 10
2
Fwd: Libvirt-QEMU : Multiplex the output from qemu's serial port to a pty as well as a file (basically redirect console to file as well as pty device)
Hi Folks ,
As per https://libvirt.org/formatdomain.html#elementsConsole
Regardless of the type, character devices can have an optional log file
associated with them.
Whether the lgging functionality is same as mapping device to file ?
Whether libvirt xml syntax below both 1 and 2 are same ?
1)
<serial type='pty'>
<log
2020 Jun 30
7
[Bug 3189] New: channel mux_ctx memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=3189
Bug ID: 3189
Summary: channel mux_ctx memory leak
Product: Portable OpenSSH
Version: 8.3p1
Hardware: ix86
OS: Linux
Status: NEW
Severity: critical
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
2008 Aug 29
4
[Bug 1517] New: ssh ControlMaster process is crashing frequently when multiplexing ssh and scp connections with error 'select: Invalid argument'
https://bugzilla.mindrot.org/show_bug.cgi?id=1517
Summary: ssh ControlMaster process is crashing frequently when
multiplexing ssh and scp connections with error
'select: Invalid argument'
Product: Portable OpenSSH
Version: 5.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
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
2015 Feb 20
2
which are the exact effects of MaxSessions
Hey.
I wondered a bit which the exact effects of MaxSessions are.
The documentation says:
Specifies the maximum number of open sessions permitted per net?
work connection. The default is 10.
And it apparently seems that setting e.g. the following in sshd_config:
MaxSessions 0
=> no logins possible at all
MaxSessions 1
=> control channel muxing basically
2015 Mar 09
10
[Bug 2363] New: With multiplexing, a forwarding is kept in the list of active forwardings even when it fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2363
Bug ID: 2363
Summary: With multiplexing, a forwarding is kept in the list of
active forwardings even when it fails
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5