similar to: multiplexing overflow

Displaying 20 results from an estimated 2000 matches similar to: "multiplexing overflow"

2006 Mar 17
1
Multiplexing overflow
Hi, List! I have a problem with rsync. I was trying to synchronize directory trees on 2 servers and got following error: multiplexing overflow 101:7104843 [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(809) Complete rsync's output: > /usr/local/bin/rsync -avzp user@host:remote_path local_path receiving file list ... done ./ DelphiStudio7.rar
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:multiplexing
2005 Apr 01
3
Rsync 2.6.4 Multiplexing Overflows when File Name Too Long (cwRsync)
I installed the newly released version of cwRsync today on a few Windows machines and have noticed a new problem that I have not seen mentioned anywhere. When syncing to an NT machine used for backups, my rsync client exited at the end of the transfer with the following message to standard error: multiplexing overflow 1:296 [sender] rsync error: error in rsync protocol data stream (code 12)
2003 Jan 27
1
Greenhouse-Geisser correction
Hi all, I was wondering whether there are any packages that provide for the Greenhouse-Geisser correction, an adjustment used in univariate repeated measures when the sphericity assumption is violated (both numerator and denominator degrees of freedom are multiplied by GG-epsilon, and the significance of the F ratio is evaluated with the new degrees of freedom)? I have seen a few emails with
2009 Feb 17
3
[Bug 1557] New: ssh multiplexing does not fall back to new connection when server refuses muxd session
https://bugzilla.mindrot.org/show_bug.cgi?id=1557 Summary: ssh multiplexing does not fall back to new connection when server refuses muxd session Product: Portable OpenSSH Version: -current Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh
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
2010 Mar 21
2
On-the-Fly multiplexing Video
Dear Ogg Developer As written on my subject, is it possible to do on-the-fly video multiplexing with OGG? I'm doing my final project in my college, and i want to build a system which has three live videos from cameras, then i want to transmit those video in single stream. The Receiver can choose which video that receiver want to see. I tried using oggz and piping in linux, but it no works.
2001 Jun 12
1
Multiplexing problems
Hi all, Does someone have a simple example of encoding (intializing and multiplexing) an OGG and non-OGG logical stream? I have successfully managed to do this to some extent. During the playback I am able to identify the change in sections from the second stream. However I am unable to retrieve the data as only one logical stream is being found by the API and subsequently fails out on
2018 Jul 24
3
[Bug 2886] New: ssh-copy-id appears to hang indefinitely when ssh multiplexing is enabled, and it permits passwordless login
https://bugzilla.mindrot.org/show_bug.cgi?id=2886 Bug ID: 2886 Summary: ssh-copy-id appears to hang indefinitely when ssh multiplexing is enabled, and it permits passwordless login Product: Portable OpenSSH Version: 6.6p1 Hardware: amd64 OS: Linux Status: NEW
2005 Mar 31
1
X11 forwarding and session multiplexing
Hi, A user has noticed that X11 forwarding does not appear to work when using session multiplexing. It seems that the DISPLAY environment variable is not getting set in the slave sessions. Any thought? The ~/.ssh/config ib below. Host somehost-master ControlMaster yes ControlPath ~/.ssh/somehost.sock HostbasedAuthentication no HostName somehost Host somehost-slave ControlPath
2010 Jan 27
1
Multiplexing bug on client exit
Hi, With the 20100127 snapshot, there appears to be a bug in the multiplexing support that causes the master to die under some circumstances when a slave session exits. The error messages that I am getting are: cfe1.imorgan> exit Connection to cfe1 closed. $ channel_by_id: 2: bad id: channel free client_input_channel_req: channel 2: unknown channel channel_by_id: 2: bad id: channel free
2010 Mar 25
0
[Fwd: Re: On-the-Fly multiplexing Video]
[Forwarding to ogg-dev] ---------------------------- Original Message ---------------------------- Subject: Re: [ogg-dev] On-the-Fly multiplexing Video From: "Basil Mohamed Gohar" <abu_hurayrah at hidayahonline.org> Date: Thu, March 25, 2010 13:05 To: video4linux-list at redhat.com -------------------------------------------------------------------------- On 03/25/2010
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:
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 out. When these 2 logical streams are muxed together,
2013 May 27
2
Stack Overflow
Guys, Program stack is getting overflowed when I create and destroy encoder instance continuously for around 30 times. How can I ensure stack is completely freed when I destroy the encoder instance? I tried with VAR_ARRAYS. But Its giving me errors while I try to compile. I suppose VAR_ARRAYS allocates local variables as arrays so that they could go on to stack and finally when we leave the
2018 Feb 09
3
[PATCH]Add address overflow check
Hi, I came into a crash when using 32-bit `speexdec` and found that there's an address overflow in function `print_comments()`: static void print_comments(char *comments, int length) { char *c=comments; int len, i, nb_fields; char *end; if (length<8) { fprintf (stderr, "Invalid/corrupted comments\n"); return; } end = c+length;
2004 Aug 25
3
[Bug 920] Enable client multiplexing to fall back to enhance transparency
http://bugzilla.mindrot.org/show_bug.cgi?id=920 Summary: Enable client multiplexing to fall back to enhance transparency Product: Portable OpenSSH Version: -current Platform: All OS/Version: OpenBSD Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo:
2005 Jun 03
3
[Bug 920] Enable client multiplexing to fall back to enhance transparency
http://bugzilla.mindrot.org/show_bug.cgi?id=920 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #705 is|0 |1 obsolete| | ------- Additional Comments From djm at mindrot.org 2005-06-03 12:55 -------
2010 Mar 23
0
On-the-Fly multiplexing Video
@ogg.k It sounds good to me. Could you tell me how to create on-the-fly live video streaming? What program should i installed? @Narendra The advantages maybe if you want to monitor a lot of room (like security control room) or for multi-angle live stream. But it's just my opinion, and dosen't proved yet Thx before Pandu Rakimanputra 2010/3/21 narendra sisodiya <narendra.sisodiya at
2016 Aug 02
0
[Bug 1928] Allow cancellation of forwardings in multiplexing
https://bugzilla.mindrot.org/show_bug.cgi?id=1928 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release