similar to: [Bug 962] Data loss in interactive session on slow terminal

Displaying 20 results from an estimated 5000 matches similar to: "[Bug 962] Data loss in interactive session on slow terminal"

2005 Nov 05
0
[Bug 962] Data loss in interactive session on slow terminal
http://bugzilla.mindrot.org/show_bug.cgi?id=962 ------- Comment #9 from djm at mindrot.org 2005-11-05 21:56 ------- I don't think we can change this, for the reason that Darren mentioned. Can you manually use stty(1) to set the xon/xoff flags? (e.g. "stty ixon ixoff") ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the
2007 Jun 22
0
[Bug 962] Data loss in interactive session on slow terminal
http://bugzilla.mindrot.org/show_bug.cgi?id=962 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX CC| |djm
1999 Dec 11
1
Problems with recursive MPUT
I'm running samba 2.0.5a on a Sun Sparc 5 with Solaris 2.6 and trying to use smbclient to copy an entire directory tree to a Windows NT 4.0 box. I'm using the recurse command and can create first level directories but I am unable to create new subdirectories in any of them. For example I created the following directory structure on the Sun: 1 % ls -R .: d1/ d2/ ./d1: f11 f12
2006 Jun 20
2
[PATCH] openssh pseudo-terminal bug
hello short description: ssh client sends a wrong all-zero terminal info when requesting forced pseudo-terminal allocation while stdin is not a terminal. sshd then sets the terminals ospeed to 0 because it receives this information from the client. on solaris this means that the pseudo-terminal is closed and output of any remote command is dropped. longer description: what we're doing is
2015 Feb 20
3
SUCCESS: OpenSSH_6.7p1-snap20150220
Compiled OK, and operating nicely on CentOS 6.6, both 32/64 bit. Really appreciate the UpdateHostkeys feature! One issue I noticed, the screen output gets garbled if the user has been "asked" to "Accept" the new hostkeys. Looks like the screen output is missing the CR's, and only LF's get presented. [root at be2 .ssh]# ssh be1 ls -l Warning: Permanently added
2019 Nov 29
2
Healing completely loss file on replica 3 volume
I'm trying to manually garbage data on bricks (when the volume is stopped) and then check whether healing is possible. For example: Start: # glusterd --debug Bricks (on EXT4 mounted with 'rw,realtime'): # mkdir /root/data0 # mkdir /root/data1 # mkdir /root/data2 Volume: # gluster volume create gv0 replica 3 [local-ip]:/root/data0 [local-ip]:/root/data1 [local-ip]:/root/data2
2010 Sep 14
9
Speech To Text on linux with asterisk
Hi, Is it possible to record say 30 seconds of audio and then have LumenVox convert to text ? or any available tool open source for speech to text . Regards Dhaval -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100914/b56c3d9c/attachment.htm
2020 Jul 12
3
Syncing emails from external server like Gmail
> On 12. Jul 2020, at 23.38, Sami Ketola <sami.ketola at dovecot.fi> wrote: > > > >> On 12. Jul 2020, at 12.54, Vitalii <vnagara at yandex.com> wrote: >> >> Panic: file imapc-sync.c: line 328 (imapc_initial_sync_check): >> assertion failed: (mail_index_is_expunged(view, lseq) || >>
2015 Jul 02
3
Custom header when busy
<div>Thanks for the tip. Our goal is to know that call-limit is triggered. And later analyze this info, maybe do some action.</div><div>Yes, we can parse CDRs or execute AGI script but we do not want inmplement this logic on Asterisk because it can affectš<span>performance.</span></div><div>š</div><div>02.07.2015, 15:31, "jg"
2016 Jun 10
2
icecast relay server performance testing
I wrote a test application which is based on libuv. iptables is disabled. I’m running the test application from two other machines. Do you have any suggestions for testing? thanks! —zahar > On Jun 10, 2016, at 2:38 PM, Alejandro <cdgraff at gmail.com> wrote: > > Zahar, how are you testing? with some CURL stress test? BTW, IPTABLES is enabled? > > I was running most time
2014 Dec 29
22
[Bug 87830] New: I got bright noise screen (static) like on TV after boot.
https://bugs.freedesktop.org/show_bug.cgi?id=87830 Bug ID: 87830 Summary: I got bright noise screen (static) like on TV after boot. Product: xorg Version: unspecified Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: major Priority: medium Component:
2016 Jun 10
1
icecast relay server performance testing
I’m going to try to run multiple curl processes. The libuv code that i wrote is not of a very good quality (even though it’s really simple). thanks! —zahar > On Jun 10, 2016, at 2:43 PM, Alejandro <cdgraff at gmail.com> wrote: > > In the past, i had used this method: > > http://icecast.org/loadtest/1/ <http://icecast.org/loadtest/1/> > > But to be honest,
2012 Sep 19
1
New intermediate Windows binaries release - 2.6.5-3
?Hello, There is a new intermediate Windows binaries release available at : http://www.networkupstools.org/package/windows/NUT-Installer-2.6.5-3.msi This fixes a regression about stopping the NUT service. Feedback is highly appreciated. Regards, Fred -- Eaton Opensource Team - http://opensource.eaton.com ----------------------------- -----------------------------
2017 Mar 12
4
[Bug 100167] New: nouveau sometimes doesn’t resume properly from suspend
https://bugs.freedesktop.org/show_bug.cgi?id=100167 Bug ID: 100167 Summary: nouveau sometimes doesn’t resume properly from suspend Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2005 Oct 10
2
[Bug 1101] terminal allocation hangs ssh at a blocking tcsetattr (-t option)
http://bugzilla.mindrot.org/show_bug.cgi?id=1101 Summary: terminal allocation hangs ssh at a blocking tcsetattr (- t option) Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket
2001 Jun 27
2
OpenSSH, Cygwin, eXceed, and SIGINT
All, When logging into an HP-UX 10.2 system from a Windows NT machine running Cygwin and openssh 2.9p2, control-c sends a sigint to the ssh client on the NT system, thus killing the ssh process. Interestingly enough, this behavior is only observed when using X11 forwarding. I can eliminate the behavior by changing clientloop.c to ignore SIGINT (signal(SIGINT, SIG_IGN) ) but then I'm bak to
2016 Jun 10
2
icecast relay server performance testing
<div>Hi Alejandro,</div><div>Here is mine:</div><div><p><limits><br /> <workers>4</workers><br /> <clients>100000</clients><br /> <sources>2000</sources><br /> <queue-size>102400</queue-size><br /> <client-timeout>30</client-timeout><br />
2014 May 22
3
Icecast 'client'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I just mind that Icecast has its own client... Have been surprised as I found out they there is no... Strange... Whatever... Am 22.05.2014 23:49, schrieb Denis Smajlovic: > Hi, > > What is wrong with listening to the stream using HTTP on port 8000 > on your server? > > And what is wrong with using VLC? > > /Denis :-) On 22
2015 May 10
8
[Bug 90390] New: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000
https://bugs.freedesktop.org/show_bug.cgi?id=90390 Bug ID: 90390 Summary: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW
2012 Aug 09
4
[Bug 53283] Rendering problems in Sacred with Radeon and Nvidia
https://bugs.freedesktop.org/show_bug.cgi?id=53283 kh3095 at yandex.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nouveau at lists.freedesktop.o | |rg -- Configure bugmail: