From owner-freebsd-stable@FreeBSD.ORG Thu Oct 31 14:32:53 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 591CE6ED for ; Thu, 31 Oct 2013 14:32:53 +0000 (UTC) (envelope-from nabil.rahiman@gmail.com) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22B0822E0 for ; Thu, 31 Oct 2013 14:32:53 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id i4so3141221oah.32 for ; Thu, 31 Oct 2013 07:32:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=lfo9UNbdL83apzgRGlvuRTT2XMtyP+vF8q/seqsayLs=; b=Thb02SXrHOJGwsEZUjuyS/N87AX12as88jsbQ+GRNsIVuG/nU0AYSw7jdhnZbF799G xHi7QHjeiTW/gxOAt4iDG1Mm2ob+y0M6sVv9WuL+QwhUvoeUiD6fxiG7n+3usPtDRcHG htCCbKH1TIy7j8yhAp5wxtf7L4wOwJzLTDqeZn2QnTkprak0bpJunfalIwzt9xM8VYdw PtxuXT9IminGIPv0D5z5WltUEtP0Ia0E9QsUI/PirTbVjanh9hbhGRZ2ow4McM+vr+BR wRHwSfv/8/1jxpCIvvA9+vlwIwVIFjIJ+wcwcer6vbr+WuQDkIiNHe9dpC0LQSWn06YQ 9+Cw== MIME-Version: 1.0 X-Received: by 10.60.44.141 with SMTP id e13mr346653oem.84.1383229972451; Thu, 31 Oct 2013 07:32:52 -0700 (PDT) Received: by 10.76.84.74 with HTTP; Thu, 31 Oct 2013 07:32:52 -0700 (PDT) In-Reply-To: References: Date: Thu, 31 Oct 2013 20:02:52 +0530 Message-ID: Subject: Re: inconsistent utx.active? From: Nabil Rahiman To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nabil.rahiman@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 14:32:53 -0000 Any work around? On 31 October 2013 20:00, Nabil Rahiman wrote: > > > ---------- Forwarded message ---------- > From: Nabil Rahiman > Date: 31 October 2013 19:56 > Subject: inconsistent utx.active? > To: freebsd-questions@freebsd.org > > > freebsd 10: > inconsistent entry in utx.active > > Steps: > 1. Telnet to the server. > 2; type ctrl+] > quit > 3:Telnet again to same the server. > 4 . run > w > > > > > ~]$ telnet > > > Trying > Connected to > Escape character is '^]'. > Trying SRA secure login: > User (nabil): regress > Password: > [ SRA accepts you ] > > FreeBSD/i386 () (pts/0) > > Last login: Thu Oct 31 05:53:43 from > % > % w > 7:10AM up 3 mins, 1 user, load averages: 0.59, 0.51, 0.24 > USER TTY FROM LOGIN@ IDLE WHAT > regress pts/0 server1 7:10AM - w > % > > telnet> quit > > > > > []$ telnet > Trying 10.209.9.43... > Connected to > Escape character is '^]'. > Trying SRA secure login: > User (nabil): regress > Password: > [ SRA accepts you ] > > FreeBSD/i386 () (pts/0) > > Last login: Thu Oct 31 07:10:41 from > % > % w > 7:14AM up 7 mins, 2 users, load averages: 0.52, 0.38, 0.23 > USER TTY FROM LOGIN@ IDLE WHAT > regress pts/0 server1 7:10AM - w > regress pts/0 server1 7:14AM - w > >