From owner-freebsd-questions@FreeBSD.ORG Tue Jun 22 13:46:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0356B16A4CE for ; Tue, 22 Jun 2004 13:46:31 +0000 (GMT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8BC0143D53 for ; Tue, 22 Jun 2004 13:46:30 +0000 (GMT) (envelope-from pms2-freebsd@sommerhein.com) Received: (qmail 88471 invoked from network); 22 Jun 2004 13:42:39 -0000 Received: from tfo2c2.cm.chello.no (HELO smooth.sommerhein.com) (80.111.157.9) by relay.pair.com with SMTP; 22 Jun 2004 13:42:39 -0000 X-pair-Authenticated: 80.111.157.9 Received: from smooth.sommerhein.com (localhost.sommerhein.com [127.0.0.1]) i5MDgc1R005162; Tue, 22 Jun 2004 15:42:38 +0200 (CEST) (envelope-from pms2-freebsd@sommerhein.com) Received: (from paalsom@localhost) by smooth.sommerhein.com (8.12.11/8.12.11/Submit) id i5MDgbgQ005161; Tue, 22 Jun 2004 15:42:37 +0200 (CEST) (envelope-from pms2-freebsd@sommerhein.com) Date: Tue, 22 Jun 2004 15:42:37 +0200 From: Martin Sommerhein To: Alexey Karguine Message-ID: <20040622134237.GQ897@sommerhein.com> References: <20040621163336.GA72777@sommerhein.com> <20040622151934.73868eb6.bm@netmaster.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040622151934.73868eb6.bm@netmaster.ru> cc: freebsd-questions@freebsd.org Subject: Re: Command 'w' gives no user output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pms2-freebsd@sommerhein.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 13:46:31 -0000 Alexey Karguine writes: > On Mon, 21 Jun 2004 18:33:37 +0200 Martin Sommerhein wrote: > > > $ w > > 6:29pm up 9:41, 0 users, load averages: 0,01 0,02 0,00 > > USER TTY FROM LOGIN@ IDLE WHAT > > > This is on a recently upgraded 4.10-STABLE machine. Just after the > > upgrade the command worked fine, but today it suddenly started to give > > no user output. Anyone have any clue of what the cause may be and how > > to fix it? > > > Or do I have a cracker on my system? > > > The other recently upgraded 4.10-STABLE machines work fine (same make > > world). > Are you sure, that the version of kernel and the version jf the world > are the same? > > Try to run 'uname -a' and see at result. It gives ... 4.10-STABLE FreeBSD 4.10-STABLE #0: Sun Jun 20 23:30:46 CEST 2004... There is no difference in output for root and ordinary users. Maybe the simplest is to just do another make world cycle and see if that helps. I have checked and the w program on the other machines are exactly the same. I even copied one over and ran that, but same problem. An md5 message digest gives: $ md5 /usr/bin/w MD5 (/usr/bin/w) = 4896e7d129e3d5c4eb26000ab9be68aa Thanks, Martin