search for: session_free

Displaying 19 results from an estimated 19 matches for "session_free".

2000 Nov 08
1
internal error: we do not read, but chan_read_failed
...nnel 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: input: no drain shortcut debug1: channel 0: ibuf empty debug1: channel 0: input drain -> closed debug1: channel 0: send eof debug1: session_free: session 0 pid 28343 debug1: channel 0: read<=0 rfd 8 len 0 debug1: channel 0: read failed error: channel 0: internal error: we do not read, but chan_read_failed for istate 8 debug1: channel 0: closing efd 10 debug1: channel 0: send close debug1: channel 0: rcvd close debug1: channel 0: full clo...
2001 Apr 04
1
compiler warnings about format strings
...session %d channel %d pid %d", - s->self, s->chanid, s->pid); + debug("session_exit_message: session %d channel %d pid %ld", + s->self, s->chanid, (long)s->pid); if (WIFEXITED(status)) { channel_request_start(s->chanid, @@ -1947,7 +1947,7 @@ void session_free(Session *s) { - debug("session_free: session %d pid %d", s->self, s->pid); + debug("session_free: session %d pid %ld", s->self, (long)s->pid); if (s->term) xfree(s->term); if (s->display) @@ -1972,7 +1972,7 @@ { Session *s = session_by_pid(pid);...
2000 Oct 02
3
still sftp-server problems with Irix?
...session 1 channel 2 pid 31997225 debug1: session_exit_message: release channel 2 debug1: channel 2: write failed debug1: channel 2: output open -> closed debug1: channel 2: close_write debug1: channel 2: chan_shutdown_write: shutdown() failed for fd13: Transport endpoint is not connected debug1: session_free: session 1 pid 31997225 debug1: channel 2: read<=0 rfd 13 len 0 debug1: channel 2: read failed debug1: channel 2: input open -> drain debug1: channel 2: close_read debug1: channel 2: input: no drain shortcut debug1: channel 2: ibuf empty debug1: channel 2: input drain -> closed debug1: cha...
2001 Jun 21
0
Patch for removing X11 fwding cookies
...%s\n", s->display); + pclose(f); + } else { + fprintf(stderr, "Could not run %s\n", cmd); + } + restore_uid(); + } session_pty_cleanup(s); session_free(s); session_proctitle(s); ***************
2001 Oct 10
1
LynxOS: ssh client hang on exit?
...ession_by_pid: pid 19 debug1: session_exit_message: session 0 channel 0 pid 19 debug1: session_exit_message: release channel 0 debug1: channel 0: write failed debug1: channel 0: output open -> closed debug1: channel 0: close_write debug1: session_pty_cleanup: session 0 release /dev/ttyp1 debug1: session_free: session 0 pid 19 <HANGS> _______________ Ofcourse, lynx>exit > /dev/null < /dev/null 2>&1 exits clean. Can anyone help me as to why this happens and the way out, Hari. ____________________________________________________________ Do You Yahoo!? Send a newsletter, share pho...
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?
2001 Jan 10
1
SSH2/1 Failure when using bash shell, other shells work
...0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: input: no drain shortcut debug1: channel 0: ibuf empty debug1: channel 0: input drain -> closed debug1: channel 0: send eof debug1: session_pty_cleanup: session 0 release /dev/pts/4 debug1: session_free: session 0 pid 4903 debug1: channel 0: send close debug2: channel 0: rcvd adjust 7 debug1: channel 0: rcvd close ***fatal: buffer_get: trying to get more bytes than in buffer*** debug1: Calling cleanup 0x805b6f0(0x0) debug1: Calling cleanup 0x8050980(0x0) debug1: Calling cleanup 0x8061750(0x0) Now...
2000 Dec 18
1
Hanging ssh
...SIGCHLD. debug1: tvp!=NULL kid 1 mili 100 debug1: session_by_pid: pid 34260 debug1: session_exit_message: session 0 channel 0 pid 34260 debug1: session_exit_message: release channel 0 debug1: channel 0: write failed debug1: channel 0: output open -> closed debug1: channel 0: close_write debug1: session_free: session 0 pid 34260
2000 Nov 12
0
scp problems?
...7/7) debug1: channel_free: channel 0: dettaching channel user debug1: session_by_channel: session 0 channel 0 debug1: session_close_by_channel: channel 0 kill 6864 debug1: Received SIGCHLD. debug1: tvp!=NULL kid 1 mili 100 error: select: Bad file descriptor debug1: session_by_pid: pid 6864 debug1: session_free: session 0 pid 6864 debug1: !channel_still_open. Closing connection to 128.2.xx.xxx debug1: compress outgoing: raw data 400, compressed 312, factor 0.78 debug1: compress incoming: raw data 165, compressed 129, factor 0.78 $ Both the sender and receiver were compiled with the following configur...
2001 Feb 17
2
snapshot sftpserver
...open -> drain debug1: channel 0: obuf empty debug1: channel 0: output drain -> closed debug1: channel 0: close_write debug1: Received SIGCHLD. debug1: session_by_pid: pid 30778 debug1: session_exit_message: session 0 channel 0 pid 30778 debug1: session_exit_message: release channel 0 debug1: session_free: session 0 pid 30778 debug1: channel 0: read<=0 rfd 9 len 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: input: no drain shortcut debug1: channel 0: ibuf empty debug1: channel 0: input drain -> closed debug1: channel...
2001 Jun 05
1
OpenSSH tmp cleanup
Hi, I noticed that Markus has fixed the temporary file cleanup problems in OpenSSH cvs. What files need patching for this ? I only noticed changes in: session.c, channels.h and channels.c. -Jarno -- Jarno Huuskonen <Jarno.Huuskonen at uku.fi>
2001 May 04
19
SSH connection hanging on logout
I am running OpenSSH 2.9p1 on SunOS 5.7 w/4-24-2001 patch cluster. Like many other users I am seeing the hanging session on logout with background processes. This is a huge problem for me as I centrally manage 50+ machines with rdist across ssh. Instead of just complaining about the problem I thought I would put my CS degree to use and try to track down the problem myself. For starters,
2001 May 24
4
bug report
On Wed, May 23, 2001 at 10:49:54PM -0400, mugz wrote: > > I'm always a bit slow to report bugs i see, figuing someone else will > report it and that it will eventually get fixed. This one has been > somewhat of a problem for a while now. I run Linux Slackware -current and > just upgraded to OpenSSH 2.9p1, but I have noticed this same bug on every > platform and OS running
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:
2001 Jan 17
1
couple of questions
...> closed debug1: channel 0: close_write debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: input: no drain shortcut debug1: channel 0: ibuf empty debug1: channel 0: input drain -> closed debug1: channel 0: send eof debug1: session_free: session 0 pid 1699 debug1: channel 0: send close debug1: channel 0: closing efd 9 debug1: channel 0: rcvd close debug1: channel 0: full closed2 debug1: channel_free: channel 0: status: The following connections are open: #0 server-session (t4 r0 i8/2 o128/0 fd 7/7) Connection closed by remote h...
2000 Sep 18
3
OpenSSH 2.2.0p1 + Redhat 6.2 - Problem with scp
...nnel 0: read 29 from efd 9 debug: Received SIGCHLD. debug: session_by_pid: pid 7647 debug: session_exit_message: session 0 channel 0 pid 7647 debug: session_exit_message: release channel 0 debug: channel 0: write failed debug: channel 0: output open -> closed debug: channel 0: close_write debug: session_free: session 0 pid 7647 debug: channel 0: read<=0 rfd 7 len 0 debug: channel 0: read failed debug: channel 0: input open -> drain debug: channel 0: close_read debug: channel 0: input: no drain shortcut debug: channel 0: ibuf empty debug: channel 0: input drain -> closed debug: channel 0: send...
2001 Jul 02
0
2.9p2 -- ForwardX11 fails -- X11 connection uses different authentication protocol
..._by_pid: pid 17966 debug1: session_exit_message: session 0 channel 0 pid 17966 debug1: session_exit_message: release channel 0 debug1: channel 0: write failed debug1: channel 0: output open -> closed debug1: channel 0: close_write debug1: session_pty_cleanup: session 0 release /dev/pts/1 debug1: session_free: session 0 pid 17966 debug1: channel 0: send close debug1: channel 0: rcvd close debug1: channel 0: is dead debug1: channel_free: channel 0: status: The following connections are open: #0 server-session (t4 r0 i8/0 o128/0 fd -1/-1) Connection closed by remote host. debug1: channel_free: channel...
2001 Jul 11
0
Solaris 2.6: Undefined symbol seed_rng
..._t arg (arg 6) session.c: In function `session_by_pid': session.c:1609: warning: int format, pid_t arg (arg 2) session.c:1615: warning: int format, pid_t arg (arg 2) session.c: In function `session_exit_message': session.c:1896: warning: int format, pid_t arg (arg 4) session.c: In function `session_free': session.c:1937: warning: int format, pid_t arg (arg 3) session.c: In function `session_close_by_pid': session.c:1962: warning: int format, pid_t arg (arg 2) session.c: In function `session_close_by_channel': session.c:1986: warning: int format, pid_t arg (arg 3) session.c:1994: warnin...
2000 May 09
1
2.9: remote port forwarding doesn't work
...229500 debug1: channel 2: write failed 2000-05-09 08:33:41.767231500 debug1: channel 2: output open -> closed 2000-05-09 08:33:41.767233500 debug1: channel 2: close_write 2000-05-09 08:33:41.767235500 debug1: session_pty_cleanup: session 0 release /dev/ttyp2 2000-05-09 08:33:41.767238500 debug1: session_free: session 0 pid 20125 2000-05-09 08:33:41.767240500 debug1: channel 2: read<=0 rfd 9 len 0 2000-05-09 08:33:41.767243500 debug1: channel 2: read failed 2000-05-09 08:33:41.767245500 debug1: channel 2: input open -> drain 2000-05-09 08:33:41.767247500 debug1: channel 2: close_read 2000-05-09 08...