From owner-freebsd-stable@FreeBSD.ORG Wed Apr 17 19:28:02 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 07F4179B for ; Wed, 17 Apr 2013 19:28:02 +0000 (UTC) (envelope-from jdc@koitsu.org) Received: from qmta07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:43:76:96:30:64]) by mx1.freebsd.org (Postfix) with ESMTP id DDE6613B for ; Wed, 17 Apr 2013 19:28:01 +0000 (UTC) Received: from omta21.emeryville.ca.mail.comcast.net ([76.96.30.88]) by qmta07.emeryville.ca.mail.comcast.net with comcast id R2D91l0011u4NiLA77U1JS; Wed, 17 Apr 2013 19:28:01 +0000 Received: from koitsu.strangled.net ([67.180.84.87]) by omta21.emeryville.ca.mail.comcast.net with comcast id R7U01l00A1t3BNj8h7U0L9; Wed, 17 Apr 2013 19:28:00 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id EBC4C73A33; Wed, 17 Apr 2013 12:27:59 -0700 (PDT) Date: Wed, 17 Apr 2013 12:27:59 -0700 From: Jeremy Chadwick To: damonray@mac.hush.com Subject: Re: Ghosted logins in w/who Message-ID: <20130417192759.GA9331@icarus.home.lan> References: <20130409015643.0817D10E2C8@smtp.hushmail.com> <20130409022837.GA95155@icarus.home.lan> <516428D2.9020701@wenks.ch> <20130410140953.31C3D10E2D3@smtp.hushmail.com> <20130410145934.72F4C10E2D3@smtp.hushmail.com> <20130417180351.D46BD6F443@smtp.hushmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130417180351.D46BD6F443@smtp.hushmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1366226881; bh=+lYa84FYyL+NC/EeeWJMvltQrtethZzyOQtEQK+LvTU=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=RT1CcgslMoegDegQ3eruR83tw0oF8V0a3N9hj2pni9+bF0+GvTdFArflF9GMegSDN r7VGjjSEfHIvNIEuZYJCjYCVJ4oSry96kkZ5e68ovLbGhtTCs2R1OBw3APhqx7PA/A /RclWWZ5yfZviiYOF/FWY6i1kJcr5zADff7xv/oZiKE0l4GvxE93dPTrVvpNKfjYNX 4IqhDckt6WMhHqFpQs8n0KldBE/01Q+dXcEtC1FlVR/Pzbe/9uEOc+hJDom8Lgs1+Z ibDwi0/FzoijIR3j8SU/p2jZO0dgLhi/IsQKqqA4UJYAzd/PyCUNEDjIX/fBqh8sZ5 Jro/P+wlRK9tQ== Cc: Chris Rees , Tom Evans , Fabian Wenk , FreeBSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Apr 2013 19:28:02 -0000 On Wed, Apr 17, 2013 at 01:03:51PM -0500, damonray@mac.hush.com wrote: > I removed /usr/include/utmp.h and restarted inetd/telnetd/sshd. > Hopefully that does the trick.. > > On 4/11/2013 at 12:53 PM, "Chris Rees" wrote:On 10 April 2013 15:59, > wrote: > > Got it. I'll double check to make sure everything was recompiled > > correctly. Thanks! > > Damon > > While you're at it, I'll echo Ronald's concern-- make sure > /usr/include/utmp.h does NOT exist for you. > > If it does, you must run make delete-old in /usr/src. > > {removing other stuff due to OP top-posting} Removing /usr/include/utmp.h and restarting daemons will do nothing. Include files (/usr/include) are used during compile-time, not run-time. You will need to rebuild world, and also rebuild all of your ports (do not just go installing packages, rebuild them from source). -- | Jeremy Chadwick jdc@koitsu.org | | UNIX Systems Administrator http://jdc.koitsu.org/ | | Mountain View, CA, US | | Making life hard for others since 1977. PGP 4BD6C0CB |