From owner-freebsd-ports@FreeBSD.ORG Wed Dec 7 08:34:20 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D95E016A41F for ; Wed, 7 Dec 2005 08:34:20 +0000 (GMT) (envelope-from ebzzry@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FC343D5E for ; Wed, 7 Dec 2005 08:34:20 +0000 (GMT) (envelope-from ebzzry@gmail.com) Received: by wproxy.gmail.com with SMTP id i24so284472wra for ; Wed, 07 Dec 2005 00:34:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fw5+/P+HxWdl0EaLTxjl3pfYAWPVQfkVCa2L3rVctEm5WeTm+TA3xWREdfPXYmX3ZBvgrsG15RYY6v71aej9oJsdj12glM5EVfswHf45MYpH+Ez4Oxua8Rp82QuoH5zni15Mzby+VnkdF9GGwOBPCXGQC0kCXuBz7Z/rIiRfGTE= Received: by 10.54.68.8 with SMTP id q8mr1301609wra; Wed, 07 Dec 2005 00:33:33 -0800 (PST) Received: by 10.54.102.7 with HTTP; Wed, 7 Dec 2005 00:34:17 -0800 (PST) Message-ID: <391934950512070034h425e06d4i23eb1bbf6b8b7218@mail.gmail.com> Date: Wed, 7 Dec 2005 16:34:17 +0800 From: Rommel Martinez To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: net/tramp X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 08:34:21 -0000 I just would like to inform you, as advised at FreeNode #FreeBSD that the port net/tramp doesn't work well as expected. If I open a file under Emacs, say /root@localhost:/some/file, This gets displayed in the echo area for a 60 secs, temporarily causing Emacs to hang: Waiting for 60s for local shell to come up... After around 60 seconds, a new window (Emacs window) pops up, with the shell prompt in it, and Emacs displays this text in the echo area: Couldn't find local shell prompt /bin/sh -Rommel