From owner-freebsd-questions@FreeBSD.ORG Wed Apr 18 07:43:47 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42C0616A404 for ; Wed, 18 Apr 2007 07:43:47 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id 04ABD13C459 for ; Wed, 18 Apr 2007 07:43:46 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so67119wxc for ; Wed, 18 Apr 2007 00:43:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CBvJvyB8wiCRelYCrgsp9q6/pTWTv+07tdTOgdhq53xr/9bw+hvqOZ8s5Qfveig22LOcYQwL3zRqA5oOdA76/9W/EoZNFGK7L/7zNdX2/yWhkA/EARX50wGPm9lfYpXvvy0Bw1IRwH7AB6O1KDZeJeR2+WOF7zv/sTP0DfgA1IM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=blQ63hqIYx6dTCtCJXt4dAZz0XOSRwRPPumSK6DJsurXbKDlazgTys5BSjRVAGnGRvylR4HiH9nlwWAFdDqlHftV2ZE0iRDXaTAR/vCaaDzH36yJNFIk3qqVYC2XkUyOQFURGFOUxEgkA3zMuSTIJQOUjEDA/Zs7+iqbgbYqUH4= Received: by 10.78.149.15 with SMTP id w15mr28033hud.1176880739366; Wed, 18 Apr 2007 00:18:59 -0700 (PDT) Received: by 10.78.77.18 with HTTP; Wed, 18 Apr 2007 00:18:59 -0700 (PDT) Message-ID: Date: Wed, 18 Apr 2007 09:18:59 +0200 From: "Niclas Zeising" To: "Joel V." In-Reply-To: <000101c78181$13275ea0$0200a8c0@venice> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000101c78181$13275ea0$0200a8c0@venice> Cc: freebsd-questions@freebsd.org Subject: Re: "who" is showing impossible things (small update) 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: Wed, 18 Apr 2007 07:43:47 -0000 On 4/18/07, Joel V. wrote: > Hello people! > > I have a strange problem. So, I log into my freebsd server at my office in > the morning and as always, first thing I do is "who". And then I almost have > a heart attack because I see two lines: > > ohyeah ttyp0 Apr 18 08:41 (82.131.87.246) > ohyeah ttyp1 Sep 7 08:58 (82.131.87.246:S.) > > Here's finger: > > ohyeah Oh Yeah p0 Wed 08:41 > ohyeah Oh Yeah p1 8:15 Sep 7 2006 > > Oh that's nice. I always log out properly before I go to bed and this one > process is from september 2006?! I'm sure it wasn't there yesterday. Now the > strange part is that freebsd shows the same IP for that process as I'm using > now, and I've had that IP from my ISP for like a month. auth.log is clean, > too. My FreeBSD 4.8 server has been running for 222 days now, could it just > be too tired and in need of a restart? Has anyone seen anything like this > before? > > UPDATE: Sorry for sending the mail twice, but this might be important. Now > I'm logged in to freebsd via two ssh connections, and 10 min ago it showed 3 > lines with "who". Now when I check I see only two, and one of them is the > crazy crap from 2006! So it even doesn't show one of my logins anymore. > > Please note that I'm not in the list, so if you want to send me a reply, > please send also a copy directly to me at joel@starman.ee > > Thanks in advance! Do you use screen? And in that case, do you have any old screens lying around, or can it be that you first started screen in 2006? The x.x.x.x:S seem to indicate that, at least on my box, when i type who, I see a user for each of my console inside the screen, with the IP of my box and :S after the IP-address. HTH! //Niclas --