From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 14 06:20:30 2005 Return-Path: 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 D3EEC16A4CE for ; Mon, 14 Feb 2005 06:20:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B838343D46 for ; Mon, 14 Feb 2005 06:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1E6KUaf082619 for ; Mon, 14 Feb 2005 06:20:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1E6KUO2082618; Mon, 14 Feb 2005 06:20:30 GMT (envelope-from gnats) Date: Mon, 14 Feb 2005 06:20:30 GMT Message-Id: <200502140620.j1E6KUO2082618@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Peter Jeremy Subject: Re: bin/76089: The "-n" option in /usr/bin/w is broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Peter Jeremy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 06:20:30 -0000 The following reply was made to PR bin/76089; it has been noted by GNATS. From: Peter Jeremy To: Sergey Matveychuk Cc: freebsd-gnats-submit@freebsd.org, jesper@hackunite.net, hackers@freebsd.org Subject: Re: bin/76089: The "-n" option in /usr/bin/w is broken Date: Mon, 14 Feb 2005 17:16:23 +1100 On Sun, 2005-Feb-13 19:50:44 +0300, Sergey Matveychuk wrote: >IMHO to be more robust, we should make utmp to hold an IP address >instead of a hostname and change all applications that use it. As bonus >it will fix a delay on login when resolving does not work. And last(1) >will show more useful IP address instead of changable hostname. Depending on the environment, the IP address may be more changeable than the hostname. Definitely, in a DHCP or dialup environment, you can't rely on the IP address at any time other than during the session. There is little (if any) benefit in logging the IP address instead of the hostname. -- Peter Jeremy