Displaying 20 results from an estimated 63 matches for "efd".
Did you mean:
edd
2001 Feb 22
3
intermittent stderr
The command "ssh ls -l /doesnotexist" gives various responses:
Running from a 200 MHz PentiumPro with dsa key added to ssh-agent:
Mistakes worst to fast machine:
To a faster 600 MHz dual processor i686 600 MHz machine:
ls: /doesnotexist: No such file or directory -- correct
nothing at all -- wrong
ls: select: Bad file descriptor -- wrong
2008 Jun 10
1
ibuf_empty delayed efd
I'm seeing something unusual in 5.0p1. Let me start by saying that I'm
on kind of an oddball
system (HP NonStop).
What I'm seeing is that at the end of an scp session, the server gets
stuck in a loop.
First I see a shutdown failure, followed by looping on an "ibuf_empty
delayed efd 9/(0)" condition.
This may have to do with some minor semantic differences in the way the
NonStop socket layer works,
as opposed to stock XPG4 or BSD sockets. What I'm really concerned
about is the looping.
Debugging output excerpted below.
-- begin excerpt
debug2: channel 0: rcvd adju...
2013 Feb 19
13
[PATCH] mini-os: implement poll(2)
...+ b/extras/mini-os/lib/sys.c
@@ -31,6 +31,7 @@
#include <tpm_tis.h>
#include <xenbus.h>
#include <xenstore.h>
+#include <poll.h>
#include <sys/types.h>
#include <sys/unistd.h>
@@ -678,6 +679,29 @@ static void dump_set(int nfds, fd_set *readfds, fd_set *writefds, fd_set *except
#define dump_set(nfds, readfds, writefds, exceptfds, timeout)
#endif
+#ifdef LIBC_DEBUG
+static void dump_pollfds(struct pollfd *pfd, int nfds, int timeout)
+{
+ int i, comma, fd;
+
+ printk("[");
+ comma = 0;
+ for (i = 0; i < nfds; i++) {
+ fd...
2008 Jun 11
1
FW: ibuf_empty delayed efd
...> I'm
> > on kind of an oddball
> > system (HP NonStop).
> >
> > What I'm seeing is that at the end of an scp session, the server
gets
> > stuck in a loop.
> > First I see a shutdown failure, followed by looping on an
"ibuf_empty
> > delayed efd 9/(0)" condition.
>
> I'm not sure what is going wrong here, but could you please try a
> snapshot? We fixed a long-existing race in the efd handling @ close
> case and the fix may serendibitously fix your case :)
>
Is this race condition check the changes in channel_regis...
2019 Aug 20
2
[8.0p1] After the remote ssh command execution, the session does not terminate until an active disconnect
.../var/xxx &'
After looking at the debug logs and comparing the code, it seems there was
a bug in the portable version during the adaptation of the 1.367 change
(refactoring) of channels.c.
The OpenBSD version looks correct, but for the portable version, the exit
condition of channel_handle_efd_read() didn't get converted correctly, but
somehow got copy-and-pasted from the rfd version. I couldn't find the
change history for the portable version, so I can't when/how this happened.
This should make the "force" condition the same as before the refactoring
of the portab...
2006 Feb 14
15
[Bug 1131] buffer_append_space: alloc not supported Error with V 4.2p1
http://bugzilla.mindrot.org/show_bug.cgi?id=1131
------- Comment #5 from dtucker at zip.com.au 2006-02-14 22:17 -------
Also, what compiler did you use to compile OpenSSH? If you compile OpenSSH
(and openssl and zlib if possible) with optimization disabled (-O0) does the
error still occur?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2008 May 30
1
"ERR sshd: error: no more sessions" issue
...ad<=0 rfd 105 len 0
May 29 14:43:07 DEBUG sshd[534]: debug2: channel 98: read failed
May 29 14:43:07 DEBUG sshd[534]: debug2: channel 98: close_read
May 29 14:43:07 DEBUG sshd[534]: debug2: channel 98: input open -> drain
May 29 14:43:07 DEBUG sshd[534]: debug2: channel 98: ibuf_empty
delayed efd 107/(0)
May 29 14:43:07 DEBUG sshd[534]: debug2: notify_done: reading
May 29 14:43:07 DEBUG sshd[534]: debug1: Received SIGCHLD.
May 29 14:43:07 DEBUG sshd[534]: debug1: session_by_pid: pid 2514
May 29 14:43:07 DEBUG sshd[534]: debug1: session_exit_message: session
98 channel 98 pid 2514
May 29 14:...
2003 Sep 15
1
SCO 3.2v4.2 and OpenSSH -current --> connection hangs and does no t close
...ssion,
the connection hangs, ( line 326 of serverloop.c).
This problem only exists when using ssh2.
server side debug (-d -d -d ):
debug1: Received SIGCHLD.
debug2: channel 0: read failed
debug2: channel 0: close_read
debug2: channel 0: input open -> drain
debug2: channel 0: ibuf_empty delayed efd 12/(0)
debug2: notify_done: reading
debug2: channel 0: read 0 from efd 12
debug2: channel 0: closing read-efd 12
debug2: channel 0: ibuf empty
debug2: channel 0: send eof
debug2: channel 0: input drain -> closed
-------------------
I have tried my hand at gdb, and this is the output and backtra...
2019 Aug 20
3
[8.0p1] After the remote ssh command execution, the session does not terminate until an active disconnect
...nment is based on FreeBSD, not on Linux. In our case,
because "isatty" is set to 0, it never closes.
------
debug2: channel 0: output open -> closed
debug2: channel 0: read<=0 rfd 8 len 0
debug2: channel 0: read failed
debug2: channel 0: Fssh_chan_shutdown_read (i0 o3 sock -1 wfd 8 efd 10
[read])
debug2: channel 0: input open -> drain
debug3: channel_handle_efd_read: channel 0: efd 10 isatty 0 detach_close 1
istate 1 force 0 FD_ISSET 0
debug2: channel 0: ibuf_empty delayed efd 10/(0)
debug2: notify_done: reading
debug3: channel_handle_efd_read: channel 0: efd 10 isatty 0 detac...
2007 Mar 23
7
4.6p1 chan_read_failed error
...annel_req: channel 0 request exec reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req exec
debug2: fd 3 setting TCP_NODELAY
debug2: fd 7 setting O_NONBLOCK
debug3: fd 7 is O_NONBLOCK
debug2: fd 9 setting O_NONBLOCK
debug2: channel 0: read 38 from efd 9
debug2: channel 0: rwin 131072 elen 38 euse 1
debug2: channel 0: sent ext data 38
debug2: channel 0: read 15 from efd 9
debug2: channel 0: rwin 131034 elen 15 euse 1
debug2: channel 0: sent ext data 15
debug2: channel 0: read 117 from efd 9
debug2: channel 0: rwin 131019 elen 117 euse 1
debug2: c...
2007 Jan 16
11
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1274
nThis| |
------- You are receiving this mail because: -------
You are the assignee for
2000 Jun 28
4
openssh-2.1.1p1 on Debian slink and potato
Just today I compilied openssh-2.1.1p1 on Debian Slink and Potato both to come out with the same problem.
I am compiling them with openssl-0.9.5a.. The configure line I use for openssh is below:
./configure --sysconfdir=/etc/ssh --prefix=/usr --with-ssl-dir=../openssl-0.9.5a
So I compile, do a make install restart the sshd daemon and everything seems fine.
Then when I do a w at the prompt
2001 Sep 27
3
sftp error on LynxOs
I am trying to initiate an sftp session from a Linux (Redhat) to a LynxOs
machine (where i have ported opnessh-2.9p1) and configured without PAM
support (as I was not able to find PAM version for LynxOS operating system)
I get the following error:
$ sftp -P /home/telica -l telica -v ben
select: Bad file descriptor
read: Input/output error
sftp>
Can somebody help me asap on this?
2000 Nov 22
2
fds closed after SIGCHLD bug still in newest version (fwd)
can someone confirm this? it does not happen on openbsd.
-------------- next part --------------
An embedded message was scrubbed...
From: Florian Wunderlich <fwunderlich at devbrain.de>
Subject: Re: fds closed after SIGCHLD bug still in newest version
Date: Wed, 22 Nov 2000 14:44:17 +0100
Size: 3926
Url:
2006 Nov 20
10
[Bug 1263] connection sharing often freezes
http://bugzilla.mindrot.org/show_bug.cgi?id=1263
Summary: connection sharing often freezes
Product: Portable OpenSSH
Version: v4.5p1
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: vincent at
2006 Nov 22
10
[Bug 1264] Channel not close by sshd Server
...ssion 0 req shell debug1: audit run
command euid 0 user root command '/sbin/sh' debug1: PAM: establishing
credentials debug2: fd 13 setting O_NONBLOCK debug2: fd 12 setting
O_NONBLOCK debug2: fd 15 setting O_NONBLOCK debug2: tcpwinsz: 32768 for
connection: 4 debug2: channel 0: read 461 from efd 15 debug2: channel
0: rwin 32768 elen 461 euse 1 debug2: channel 0: sent ext data 461
debug2: channel 0: read 44 from efd 15 debug2: channel 0: rwin 32307
elen 44 euse 1 debug2: channel 0: sent ext data 44 debug2: channel 0:
read 25 from efd 15 debug2: channel 0: rwin 32263 elen 25 euse 1
debug2: c...
2000 Nov 12
0
scp problems?
...debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 channel 0 request exec reply 0
debug1: PAM establishing creds
debug1: fd 7 setting O_NONBLOCK
debug1: fd 7 IS O_NONBLOCK
debug1: fd 9 setting O_NONBLOCK
debug2: callback done
debug2: channel 0: read 55 from efd 9
debug2: channel 0: read 108 from efd 9
debug2: channel 0: read 20 from efd 9
debug2: channel 0: read 19 from efd 9
debug1: channel 0: rcvd eof
debug1: channel 0: output open -> drain
debug1: channel 0: rcvd close
debug1: channel 0: input open -> closed
debug1: channel 0: close_read
debug1:...
2011 Oct 22
1
Creating a reverse socket often (not always) fails.
...req: channel 2 request shell reply 0
debug1: session_by_channel: session 0 channel 2
debug1: session_input_channel_req: session 0 req shell
debug2: fd 3 setting TCP_NODELAY
debug2: fd 11 setting O_NONBLOCK
debug3: fd 11 is O_NONBLOCK
debug2: fd 13 setting O_NONBLOCK
debug2: channel 2: read 702 from efd 13
debug2: channel 2: rwin 24540 elen 702 euse 1
debug2: channel 2: sent ext data 702
------freezes here even though reverse connection is fine.
//creating a good reverse connection, can connect to this local socket without a problem.
debug1: channel 1: new [port listener]
debug1: server_input_cha...
2006 Jan 08
3
Allow --without-privsep build.
I've been trying to cut down the size of openssh so I can run it on my
Nokia 770. One thing which helps a fair amount (and will help even more
when I get '-ffunction-sections -fdata-sections --gc-sections' working)
is to have the option of compiling out privilege separation...
Is it worth me tidying this up and trying to make it apply properly to
the OpenBSD version? Does the openbsd
2006 Mar 16
11
[Bug 1131] buffer_append_space: alloc not supported Error with V 4.2p1
...q: channel 0 request shell reply 0
debug1: session_by_channel: session 0 channel 0
debug1: session_input_channel_req: session 0 req shell
debug1: PAM: establishing credentials
debug2: fd 9 setting O_NONBLOCK
debug3: fd 9 is O_NONBLOCK
debug2: fd 11 setting O_NONBLOCK
debug2: channel 0: read 30 from efd 11
debug2: channel 0: rwin 2147483647 elen 30 euse 1
debug2: channel 0: sent ext data 30
debug2: channel 0: read 41 from efd 11
debug2: channel 0: rwin 2147483617 elen 41 euse 1
debug2: channel 0: sent ext data 41
debug2: channel 0: read 40 from efd 11
debug2: channel 0: rwin 2147483576 elen 40 eus...