From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 31 22:40:21 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C8416A41F for ; Mon, 31 Oct 2005 22:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38A843D49 for ; Mon, 31 Oct 2005 22:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9VMeKYc053482 for ; Mon, 31 Oct 2005 22:40:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9VMeKSD053481; Mon, 31 Oct 2005 22:40:20 GMT (envelope-from gnats) Date: Mon, 31 Oct 2005 22:40:20 GMT Message-Id: <200510312240.j9VMeKSD053481@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: misc/88301: unable to rsh to 5.4-STABLE system (10/14/05) with args X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 22:40:21 -0000 The following reply was made to PR misc/88301; it has been noted by GNATS. From: Brooks Davis To: matt wilbur Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/88301: unable to rsh to 5.4-STABLE system (10/14/05) with args Date: Mon, 31 Oct 2005 14:30:26 -0800 "rsh " and "rsh " actually use different protocols. Are you sure you have both rshd and rlogind enabled on the upgraded system? Also, I fixed a bug in libutil recently that had similar symptoms. If the client host has a name like a.b.c and the server is b.c, the patch at this URL may fix it: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libutil/trimdomain.c.diff?r1=1.5&r2=1.6 -- Brooks