From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LWLDX-0005Uq-LH for garchives@archives.gentoo.org; Mon, 09 Feb 2009 01:45:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9359DE04E2; Mon, 9 Feb 2009 01:45:46 +0000 (UTC) Received: from bossdog.realss.com (bossdog.realss.com [211.157.114.130]) by pigeon.gentoo.org (Postfix) with ESMTP id 3164CE04E2 for ; Mon, 9 Feb 2009 01:45:46 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by bossdog.realss.com (Postfix) with ESMTP id B47CE1C811D for ; Mon, 9 Feb 2009 09:45:56 +0800 (CST) Received: from bossdog.realss.com ([127.0.0.1]) by localhost (bossdog.realss.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10022-10 for ; Mon, 9 Feb 2009 09:45:54 +0800 (CST) Received: from [192.168.1.108] (unknown [123.116.120.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bossdog.realss.com (Postfix) with ESMTP id 0A92C1C01B7 for ; Mon, 9 Feb 2009 09:45:53 +0800 (CST) Message-ID: <498F8AC5.5020004@realss.com> Date: Mon, 09 Feb 2009 09:45:41 +0800 From: zhangweiwu@realss.com Organization: Real Softservice User-Agent: Thunderbird 2.0.0.19 (X11/20090113) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] mit kerberos running on Gentoo Linux X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at bossdog.realss.com X-Archives-Salt: 2769b843-28a9-48ef-985c-2a225f0923da X-Archives-Hash: f55d7a1a35a31888f07117561ad5aac6 Dear all. I've installed mit version of kerberos V on my Gentoo Linux through the package repository (called portage in Gentoo). krlogin works but krsh strangely quit with a message I don't understand: zhangweiwu@esmeralda:~$ krlogin emerson.realss.com Last login: Fri Feb 6 14:09:47 from 123.116.113.65 Linux Pyrrhus 2.6.18.1-fl2f-v1.02 #41 Thu Jul 3 10:13:18 CST 2008 mips64 The programs included with the RAYS GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. RAYS GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. zhangweiwu@Pyrrhus:~$ exit logout Connection closed. zhangweiwu@esmeralda:~$ krsh emerson.realss.com usage: rlogin [ -8EL] [-e char] [ -l username ] host Should I complain to Gentoo packager or MIT or have problem of my own? Thanks.