Displaying 20 results from an estimated 8000 matches similar to: "[Bug 1384] New: OpenSSH clients causing deadlocks"
2007 Oct 02
0
OpenSSH clients causing deadlocks
OpenSSH clients (in all releases I have been able to test with,
including 4.7p1) when talking protocol version 2 seem to be sending
SSH_MSG_CHANNEL_REQUEST messages with the want_reply field set to 0.
This leads to a problem when the server they interact with does not
support the service being requested.
If the channel request is for, say, command execution, and the
server does not support
2006 Dec 09
0
Local software flow control
Good day time!
Using openssh with a serial attached terminal figures with a problem
with flow control when serial terminal has printer connected to it etc.
because ssh disables xon/xoff on associated terminal. At present ssh
client always disables xon/xoff on associated terminal device, regarding
of it's previous state, e.g. ixon and ixoff options were set or not.
By searching the google
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
2000 Aug 23
1
Protocol 2 remote forwarding patch
Hi !
Here's a patch to add remote port forwarding support (protocol 2) for
openssh. I have tried to test that it works like it should but a more
thorough testing is needed. This patch adds both client/server support.
The patch should be applied to openssh-2.1.1p4 source tree.
Also included is a PortForwarding sshd_config option, new ./configure
option --disable-forwarding that should make it
2005 Feb 20
0
Re: Asterisk-Users Digest, Vol 7, Issue 260
> From: "James Bean" <james@hdcs.com.au>
> Has anyone every setup an external open/close relay, off say a serial
> interface, and have an extension trigger the relay?
The following will do the trick. Just add a 5vdc solid state relay
('cause you can't sink too much current out of the RS232C port).
Substitute "2", "4" or "6" in the
2001 Oct 04
1
FTP Port Forwarding & SSH2_MSG_CHANNEL_DATA question
Hi,
I'm currently working on an FTP utility which contains
SSH2/Port Forwarding functionality. I'm having a problem with
receiving large amounts of data. When I open my forwarding
channel, I give it a Window Size, say about 10K. When I try
to download a file through the forwarded FTP channel, the
SSH2 server (VShell in this case) is only sending over 10K.
Apparently the server will only
2009 Feb 17
2
Idea: reverse socks proxy
Hi,
Just a usecase that I'm sure has been covered before but just in case
its not an openssh solution would be very helpful.
I was trying to install software on a server that was firewalled so no
outbound http connections would work. I was also tunnelling via
another server. Outbound ssh connections also were a convenient option.
What would have been nice would be a remote version of
2001 Feb 10
3
Protocol 2 remote forwarding patch
Hi all,
I'm very new in this list, as looking for codes to plug up the lack of
functionality of "Protocol 2 Remote Forwardig".
Fortunately, I could find it in MARC's archive. Mr. Jarno Huuskonen
posted the codes in Sept, last year, and I tried applying it to my
FreeBSD box environment.
I couldn't apply an original patch, of course, for incompatibility of
virsion. The
2007 Oct 17
2
asterisk hylafax iaxmodem
Hi,
I have problems with asterisk and hylafax+ iaxmodem. I can successfully send
faxes to Panasonic KX-FT932 fax, but with Xerox WorkCentre M20i I have
problems: No carrier. This is hylafax log, maybe you can suggest me where
to find ...
Oct 17 07:38:48.22: [22428]: SESSION BEGIN 000000041 180037052390906
Oct 17 07:38:48.22: [22428]: HylaFAX (tm) Version 4.4.2
Oct 17 07:38:48.22: [22428]: SEND
2001 May 21
1
ignoring SIGPIPE causing problems in pipes
Hi. I'm writing an article on network backups, and instead of using
my old ssh1 software, I decided to go with openssh all the way. I got
the hang of the openssh way of doing protocol 2 public key
authentication, but ssh is failing to terminate when a pipe is broken.
I am ssh-ing to a remote host and doing a cat or zcat of a dump file,
then on the localhost, I'm using restore to extract
2006 Dec 13
3
send fax by Iaxmodem ?
Hi
i use now iaxmodem for receive fax and that's work very good with
Hylafax ;=)
Do you know if we can sent fax using iaxmodem and Hylafax ?
when i test:
d?c 13 13:47:21.12: [13725]: SESSION BEGIN 000000014 330426690268
d?c 13 13:47:21.12: [13725]: HylaFAX (tm) Version 4.3.0
d?c 13 13:47:21.12: [13725]: SEND FAX: JOB 2 DEST 0426690268 COMMID 000000014 DEVICE '/dev/iaxmodem1' FROM
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
2009 Aug 21
1
problem with asterisk hylafax and sangoma A200D
hi list , is having problems when sending a fax with hylafax and a
card sangoma A200D, when he sends it arrives to the destination but it
paginates appears in white
this is my log
Aug 20 16:11:08 voz FaxSend[6715]: MODEM Supports 40 ms, 20 ms/scanline
Aug 20 16:11:08 voz FaxSend[6715]: MODEM Supports 40 ms/scanline
Aug 20 16:11:08 voz FaxSend[6715]: MODEM WWW.SOFT-SWITCH.ORG spandsp/
Aug 20
2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
Hi all,
I have a csv file containing words with *UNPRINTABLE ASCII* characters
(described in the following table).
Are there any viable method in eliminating these characters?
I realise that *EXTENDED ASCII* characters (i.e , ¡, ¢, £, ¤ etc) can be
removed or replaced via *"gsub"* or *"gregexpr"* functions. But am not
certain with the *UNPRINTABLE ASCII* characters.
Your
2015 Sep 08
2
[ThreadSanitizer] Get deadlocks working
+thread-sanitizer mailing list
On Mon, Sep 7, 2015 at 6:41 PM, Vaivaswatha Nagaraj <vn at compilertree.com> wrote:
> Hi,
>
> I am interested in understand the compiler-rt thread sanitizer tool and have
> recently started experimenting with it. In particular, I'm interested in the
> deadlock detector.
>
> I see that deadlock detection currently don't work. (I
2006 Apr 12
1
Failed to recieve Fax: Asterisk - IAXModem - Hylafax
Hi,
I've tired to forward a Fax from Asterisk to Hylafax. It works so far
until I tried with a Fax machine.
I just got error shown in the log below. I'm not sure why. I've tested
it with other 6 machines and they all work fine.
Do you have any idea why?
Pim
Hylafax Session log:
Apr 12 11:16:48.82: [ 5933]: SESSION BEGIN 000000078 492212601860
Apr 12 11:16:48.82: [ 5933]:
2007 Dec 31
28
[Bug 1424] New: Cannot signal a process over a channel (rfc 4254, section 6 .9)
https://bugzilla.mindrot.org/show_bug.cgi?id=1424
Summary: Cannot signal a process over a channel (rfc 4254,
section 6.9)
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
2010 Jan 14
3
iaxmodem / hylafax receive problem
Hi,
I'm trying to receive faxes using hylafax / iaxmodem but I just can't
get it to work. We're using Sangoma E1 cards and have calls coming in
over PSTN. I've tried turning hardware echo cancellation off but it
makes no difference. This is what I get in /var/spool/hylafax/log:
[root at faxhost log]# cat c000000003
Jan 14 12:44:43.39: [ 3403]: SESSION BEGIN 000000003 18005551212
2018 Apr 27
4
[PATCH] allow indefinite ForwardX11Timeout by setting it to 0
This change allows use of untrusted X11 forwarding (which is more
secure) without
requiring users to choose a finite timeout after which to refuse new
connections.
This matches the semantics of the X11 security extension itself, which
also treat a
validity timeout of 0 on an authentication cookie as indefinite.
Signed-off-by: Trixie Able <table at inventati.org>
---
clientloop.c | 12
2004 Apr 06
7
[Bug 833] sshd server sends SshMsgChannelFailure despite of successfully running sftp server
http://bugzilla.mindrot.org/show_bug.cgi?id=833
Summary: sshd server sends SshMsgChannelFailure despite of
successfully running sftp server
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: normal
Priority: P2
Component: sshd