From xemacs-m  Mon Mar 24 04:59:52 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA18856
	for <xemacs-beta@xemacs.org>; Mon, 24 Mar 1997 04:59:51 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id DAA00438;
	Mon, 24 Mar 1997 03:11:31 -0800
To: xemacs-beta@xemacs.org
Subject: [Jens Lautenbacher <jens@jens.metrix.de>] Re: Wrapping up 19.15 (was Re: display-time on tty)
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Mar_24_03:11:30_1997-1"
Content-Transfer-Encoding: 7bit
Date: 24 Mar 1997 03:11:30 -0800
Message-ID: <m2rah5o87x.fsf@altair.xemacs.org>
Lines: 115
X-Mailer: Gnus v5.4.36/XEmacs 19.15

--Multipart_Mon_Mar_24_03:11:30_1997-1
Content-Type: text/plain; charset=US-ASCII

Forwarded by request of the original author.  The problem is
apparently unresolved in the lastest XEmacsen.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

--Multipart_Mon_Mar_24_03:11:30_1997-1
Content-Type: message/rfc822

X-From-Line: jens@localhost.metrix.de  Wed Mar  5 18:06:23 1997
Return-Path: <jens@localhost.metrix.de>
Received: from localhost.metrix.de (jens@jens.metrix.de [194.123.88.124])
	by deanna.miranova.com (8.8.5/8.8.5) with ESMTP id SAA16185
	for <steve@miranova.com>; Wed, 5 Mar 1997 18:06:11 -0800
Received: (from jens@localhost) by localhost.metrix.de (8.7.6/8.7.3) id DAA01015; Thu, 6 Mar 1997 03:04:37 +0100
To: Steven L Baur <steve@miranova.com>
Subject: Re: Wrapping up 19.15 (was Re: display-time on tty)
References: <199703050409.VAA15018@branagh.ta52.lanl.gov> 	<m2lo83q7li.fsf@altair.xemacs.org> 	<199703050454.VAA15953@branagh.ta52.lanl.gov> 	<m2d8tedi2e.fsf@altair.xemacs.org> 	<xcd4teqzxh6.fsf@jordan.cs.uchicago.edu> 	<m27mjmddyj.fsf@altair.xemacs.org> <199703051145.GAA04599@verve.canada.sun.com> <m2vi7655wd.fsf_-_@altair.xemacs.org>
X-Face: Z[@OB)("ZvE?ev~1b+b!0ZUB.$%rh.9qE>dVf>q}Q/V?%d`J3gd!LR\aAZ8<Hwi]xTA(:*c;i3,?K?+rCy*^b$)a,}E?eo},}x2]5LlJysyoUOK"o[>K)'\Ulb7y-7*.If^;rHl['oa)n_M7E6w+LDKMs"G8_`c)uOS1^}.1|8Ill]7X68X-paeUOpBhz<F`B0?~^2Et~GYfw~/0]H]nx4~C_E/_mp#^7Ixc:
Reply-To: jens@lemming0.lem.uni-karlsruhe.de
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Mar__6_03:04:33_1997-1"
Content-Transfer-Encoding: 7bit
From: Jens Lautenbacher <jens@jens.metrix.de>
Date: 06 Mar 1997 03:04:33 +0100
In-Reply-To: Steven L Baur's message of 05 Mar 1997 14:29:54 -0800
Message-ID: <m3g1y922tq.fsf@jens.metrix.de>
X-Mailer: Gnus v5.4.17/XEmacs 19.15
Xref: altair.xemacs.org xemacs-mail:354
Lines: 78

--Multipart_Thu_Mar__6_03:04:33_1997-1
Content-Type: text/plain; charset=US-ASCII

Steven L Baur <steve@miranova.com> writes:

> The remaining issues as I see them for 19.15 release are:
> 
> 2. Are we finished integrating efs?  (I don't use ange-ftp or efs,
>    lead me)

I have one real strange show-stopper from efs on Linux.

Let me tell you my setup. I log in remotely from a ULTRIX box on some
Linux Boxes by the help of an rsh which opens up a xterm on the Linux
box exports the display and allows on my ULTRIX the Linux box via
xhost. The script is below.


--Multipart_Thu_Mar__6_03:04:33_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="rlunix"
Content-Transfer-Encoding: 7bit

#!/bin/sh
REM=$1
xhost +$REM
DISPLAY=`hostname -i|sed -e "s/ //"`:0.0
rsh $REM -l $USER -n "/usr/bin/X11/xterm -fn 9x15 -T $1 -n $1 -ls -sl 2048 -display $DISPLAY" &

--Multipart_Thu_Mar__6_03:04:33_1997-1
Content-Type: text/plain; charset=US-ASCII


I can alternatively use this at home on my Linux box to log on into
'itself', this will trigger the same bug I will describe (real soon
now :-)). I do the same to log on into a DEC OSF machine. same script, same
cluster.

Now the following happens (I'll demonstrate from my linux box at home
--rsh--> to my linux box at home):

Do the rlunix script (rlunix localhost), 
start XEmacs in the xterm and trying C-x C-f /jens@localhost: in this
XEmacs. efs is loaded, connects as jens and freezes before prompting
me for the password. Pressing C-g gets the following efs-buffer:

-----------------------------snip------------------------------
open localhost
[?1l>Connected to localhost.
220 localhost FTP server (Version wu-2.4.2-academ[BETA-11](1) Tue Sep 3 18:44:35 EDT 1996) ready.
quote user "jens"
Remote system type is UNIX.
Using binary mode to transfer files.
[?1h=ftp> [?1l>331 Password required for jens.
[?1h=ftp> 
----------------------------snap-------------------------------

Clearly it's unable to do parse the password line because of the
trailing binary garbage.

*Doing* *the* *same* with rlunix to the DEC OSF box *works*.
*Doing* *the* *same* with xhost->telnet->export Display on my Linux
boxes *works*. I does only refuse if logged on via the rsh script. 
I tried removing the -ls from xterms options list with no effect. 

*ALL* *these* *problems* *didn't* happen with ange-ftp and the *same*
setup otherwise. I stopped working the day I switched to an XEmacs
with efs.

*PLease* Can anyone reproduce this or tell me what's going on here!

This is a show stopper for me.

Regards,
	JTL

--Multipart_Thu_Mar__6_03:04:33_1997-1--


--Multipart_Mon_Mar_24_03:11:30_1997-1--

