From owner-freebsd-net@FreeBSD.ORG Sun May 27 19:12:51 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 749A31065674 for ; Sun, 27 May 2012 19:12:51 +0000 (UTC) (envelope-from darrenr@freebsd.org) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE178FC16 for ; Sun, 27 May 2012 19:12:51 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 1784F20D9B for ; Sun, 27 May 2012 15:12:50 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 27 May 2012 15:12:50 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:reply-to :mime-version:to:subject:content-type:content-transfer-encoding; s=smtpout; bh=zlxKpBJLyjE4lVE8vhty1gBFbHY=; b=L/5Fx07JSoum+RQRp eGBmxe4gs9EMoHwpRnawIJVaknCfFaIwlTjU3s8sTShJYi85+7atuWLVgRBIsVPK x71s3v9E9Px26Hca4hFAv2cg1pGRfMn9tDcBW9JhDA4Lt45VYB9NlF9NLIS3M2WH TtDOIXjse1q5gqE9dFFJXrRvyc= X-Sasl-enc: agKh1xfnT0gK3/86YLEM6SR6HtQ9MmT0DiWObOjDQDs4 1338145968 Received: from [192.168.1.124] (unknown [202.45.110.141]) by mail.messagingengine.com (Postfix) with ESMTPA id C62D78E01EF for ; Sun, 27 May 2012 15:12:46 -0400 (EDT) Message-ID: <4FC27D17.5000706@freebsd.org> Date: Mon, 28 May 2012 05:14:31 +1000 From: Darren Reed Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Environment variable "RSH"... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: darrenr@freebsd.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 19:12:51 -0000 It would seem that setting $RSH to "rsh" is the cause of my problem and that rcmd(3) cannot deal with RSH pointing to itself. I've filed a PR on this (possibly duplicate) but the email with the PR# is taking its time. Darren