Bug 21290 - openssh-server-2.3.0p1-4 has wrong path to sftp-server
Summary: openssh-server-2.3.0p1-4 has wrong path to sftp-server
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: openssh
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
: 21295 21883 23574 23697 24203 25037 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-11-23 23:45 UTC by Michal Jaegermann
Modified: 2008-05-01 15:37 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-11-27 15:55:47 UTC
Embargoed:


Attachments (Terms of Use)

Description Michal Jaegermann 2000-11-23 23:45:37 UTC
'rpm -qlp openssh-server-2.3.0p1-4.i386.rpm' shows
/usr/libexec/openssh/sftp-server
but '/etc/ssh/sshd_config' claims
Subsystem       sftp    /usr/libexec/openssh/openssh/sftp-server

   Michal
   michal

Comment 1 Daniel Roesen 2000-11-27 15:55:14 UTC
*** Bug 21295 has been marked as a duplicate of this bug. ***

Comment 2 Nalin Dahyabhai 2000-11-28 23:41:06 UTC
Aaargh.  Mid-air collision between the fixpaths script and the
apparently-correct configuration file patch.  Will be fixed in the next Raw Hide
refresh.

Comment 3 Nalin Dahyabhai 2000-11-29 20:22:02 UTC
Please verify the fixes in openssh-2.3.0p1-6 in
http://people.redhat.com/nalin/test/ if you have time.  Another bug may turn
this one into a bug-fix errata.

Comment 4 Brent Nordquist 2000-12-04 20:56:26 UTC
The -6 RPMs are working fine for me, and fix the problem AFAICS.

Comment 5 Michal Jaegermann 2000-12-05 03:12:04 UTC
There is one other minor bug in pty.c.  It tries to include <pty.h>
but there is a file "pty.h" in a source directory and that one is grabbed
instead.  In effect openpty() never gets its prototype.

Short of renaming "pty.h" and editing sources which include that the
following will work:

--- openssh-2.3.0p1/pty.c~	Sun Nov  5 08:31:36 2000
+++ openssh-2.3.0p1/pty.c	Mon Dec  4 20:08:38 2000
@@ -27,7 +27,7 @@
 #endif
 
 #ifdef HAVE_PTY_H
-# include <pty.h>
+# include "/usr/include/pty.h"
 #endif
 #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
 # include <sys/stropts.h>



Comment 6 Pekka Savola 2001-01-01 13:25:15 UTC
*** Bug 21883 has been marked as a duplicate of this bug. ***

Comment 7 Daniel Roesen 2001-01-10 13:21:39 UTC
*** Bug 23574 has been marked as a duplicate of this bug. ***

Comment 8 Daniel Roesen 2001-01-10 13:22:01 UTC
*** Bug 23697 has been marked as a duplicate of this bug. ***

Comment 9 Nalin Dahyabhai 2001-01-17 20:04:14 UTC
*** Bug 24203 has been marked as a duplicate of this bug. ***

Comment 10 Nalin Dahyabhai 2001-01-26 18:32:27 UTC
*** Bug 25037 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.