From owner-freebsd-questions@FreeBSD.ORG Sat Mar 4 00:07:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 04E6516A420 for ; Sat, 4 Mar 2006 00:07:33 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D863643D46 for ; Sat, 4 Mar 2006 00:07:31 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (dialup108.ach.sch.gr [81.186.70.108]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k2407HtE031339 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Mar 2006 02:07:21 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k2406eOn026740; Sat, 4 Mar 2006 02:06:40 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k2406ejN026739; Sat, 4 Mar 2006 02:06:40 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 4 Mar 2006 02:06:40 +0200 From: Giorgos Keramidas To: K?vesd?n G?bor Message-ID: <20060304000640.GA26726@flame.pc> References: <4408D4D3.4030102@t-hosting.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4408D4D3.4030102@t-hosting.hu> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.80, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: Where am I? :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 00:07:33 -0000 On 2006-03-04 00:44, K?vesd?n G?bor wrote: > Hello, > > look at this: > > root@server# w > 12:41AM up 82 days, 10:05, 0 users, load averages: 0.00, 0.00, 0.00 > USER TTY FROM LOGIN@ IDLE WHAT > root@server# > > Where am I? :) I don't know exactly how it happened, but I'll > investigate, I have an idea and I'll report if I find out. Some programs may tweak wtmp to `hide' users that are actively logged in. One program that I know can do this is screen(1). Hitting ``^A L'' here, between successive `w' invocations, I can see this: root@flame:/root# w 2:04AM up 2:10, 1 user, load averages: 0.07, 0.16, 0.19 USER TTY FROM LOGIN@ IDLE WHAT root@flame:/root# w 2:05AM up 2:11, 2 users, load averages: 0.03, 0.14, 0.17 USER TTY FROM LOGIN@ IDLE WHAT root pts/0 :0:S.0 2:05AM - w root@flame:/root#