From owner-freebsd-questions@FreeBSD.ORG Tue Mar 19 16:03:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66202C15 for ; Tue, 19 Mar 2013 16:03:30 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from eris.bzerk.org (unknown [IPv6:2001:980:18dd:1:192:168:179:45]) by mx1.freebsd.org (Postfix) with ESMTP id DEBA91AF for ; Tue, 19 Mar 2013 16:03:29 +0000 (UTC) Received: from eris.bzerk.org (BOFH@localhost [127.0.0.1]) by eris.bzerk.org (8.14.6/8.14.5) with ESMTP id r2JG3PRT063775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 19 Mar 2013 16:03:25 GMT (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by eris.bzerk.org (8.14.6/8.14.6/Submit) id r2JG3OZZ063774; Tue, 19 Mar 2013 16:03:24 GMT (envelope-from mail25@bzerk.org) X-Authentication-Warning: eris.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Tue, 19 Mar 2013 16:03:24 +0000 From: Ruben de Groot To: Istvan Gabor Subject: Re: w and who don't list users in FreeBSD 9.0 and 9.1 Message-ID: <20130319160324.GA63756@eris.bzerk.org> References: <56707a03.4dd020e4.51488b7c.7858d@lajt.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56707a03.4dd020e4.51488b7c.7858d@lajt.hu> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-11.0 required=5.0 tests=ALL_TRUSTED,AUTHD_RELAY autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eris.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (eris.bzerk.org [127.0.0.1]); Tue, 19 Mar 2013 16:03:28 +0000 (UTC) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2013 16:03:30 -0000 On Tue, Mar 19, 2013 at 04:59:56PM +0100, Istvan Gabor typed: > Hello: > > I have both FreeBSD 9.0 and 9.1 on two different computers. > w and who commands do not list logged in users in any of them > (either for root or a regular user). > > The output of w is: > > root@:/root # w > 4:56PM up 10 mins, 0 users, load averages: 0.18, 0.26, 0.20 > USER TTY FROM LOGIN@ IDLE WHAT > root@:/root # > > And the output of who: > > root@:/root # who > root@:/root # > > Why is this and how can I fix it? This can happen if your kernel and world are out of sync. Ruben