From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: ange-ftp failures Date: Mon, 06 Dec 2004 15:44:13 +0000 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102347896 15040 80.91.229.6 (6 Dec 2004 15:44:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2004 15:44:56 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 06 16:44:47 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbL2d-0008QY-00 for ; Mon, 06 Dec 2004 16:44:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbLCO-0006yR-1j for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Dec 2004 10:54:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbLCN-0006yK-5g for bug-gnu-emacs@gnu.org; Mon, 06 Dec 2004 10:54:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbLCM-0006xx-DK for bug-gnu-emacs@gnu.org; Mon, 06 Dec 2004 10:54:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbLCM-0006xu-AS for bug-gnu-emacs@gnu.org; Mon, 06 Dec 2004 10:54:50 -0500 Original-Received: from [148.79.80.138] (helo=mserv7.dl.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CbL2A-0007SA-Hk for bug-gnu-emacs@gnu.org; Mon, 06 Dec 2004 10:44:18 -0500 X-DL-MFrom: X-DL-Connect: Original-Received: from albion.dl.ac.uk (albion.dl.ac.uk [148.79.80.39]) by mserv7.dl.ac.uk (8.12.10/8.12.8/[ref postmaster@dl.ac.uk]) with ESMTP id iB6FiEq9019830 for ; Mon, 6 Dec 2004 15:44:15 GMT Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 1CbL25-0005AW-00 for ; Mon, 06 Dec 2004 15:44:13 +0000 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.2 (gnu/linux) X-CCLRC-SPAM-report: 2.397 : TO_HAS_SPACES X-CCLRC-SPAM-bar: xx X-Scanned-By: MIMEDefang 2.37 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9945 ange-ftp doesn't like the way the Heimdal 0.6.3 Kerberized ftp client works. (I'm using it from Debian testing.) In both the released and development version it gives: ange-ftp-error: FTP Error: OPEN request failed: open ftp.gnu.org A normal session looks like this, where I think it's the GSSAPI messages which are the problem: $ ftp ftp.gnu.org Connected to gnudist.gnu.org. 220 GNU FTP server ready. Trying GSSAPI... The server doesn't support the FTP security extensions. *** Using plaintext user and password *** Name (ftp.gnu.org:fx): ftp 230-Due to U.S. Export Regulations, all cryptographic software on this 230-site is subject to the following legal notice: 230- 230- This site includes publicly available encryption source code 230- which, together with object code resulting from the compiling of 230- publicly available source code, may be exported from the United 230- States under License Exception "TSU" pursuant to 15 C.F.R. Section 230- 740.13(e). 230- 230-This legal notice applies to cryptographic software only. Please see 230-the Bureau of Industry and Security (www.bxa.doc.gov) for more 230-information about current U.S. regulations. 230 Login successful. 500 Unknown command. ftp: Login failed. Remote system type is UNIX. Using binary mode to transfer files. ftp>