From owner-freebsd-stable@FreeBSD.ORG Mon Nov 4 12:03:11 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 BBD77CB8 for ; Mon, 4 Nov 2013 12:03:11 +0000 (UTC) (envelope-from nabil.rahiman@gmail.com) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 869452128 for ; Mon, 4 Nov 2013 12:03:11 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id l20so7070358oag.3 for ; Mon, 04 Nov 2013 04:03:10 -0800 (PST) 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=fc75cQqGz2pOe5+PVjGtVurBK6hat9STelWSWeVZEAE=; b=ADazJ39s4+CwtsGzekuxSaIRUNFGLWRlrvMhZDXGIPy19O7Rr312dF3IE5ydtUMN6n eIIrGgpzH0k6cWoK+XbxwyaOlKrzfhWrs26zVLoeoHeKriFzmiRmo9PW1wAq9YeeQ+Ar cCbqJms7Zc8G/wIoFRqDUHyO3TNlkE4ooJyvzitP9dvp5N2+P9HjXUhMVtW+pduo4ynH kcbOt6l1ZNmgitQEu64R1CmytLOsBO2Q1Z4ZVPmvPT/qvJ/hlf1ZJk5N+d6P1KqvGdcA o8GkRaJ6uW37RzbC2+Fa6we/SB95/+w3hYEDl0j2Pdvs8qfLsif8T3my+cR9PFjEF4aL 5BsQ== MIME-Version: 1.0 X-Received: by 10.182.121.137 with SMTP id lk9mr14203035obb.32.1383566590704; Mon, 04 Nov 2013 04:03:10 -0800 (PST) Received: by 10.76.84.74 with HTTP; Mon, 4 Nov 2013 04:03:10 -0800 (PST) In-Reply-To: References: Date: Mon, 4 Nov 2013 17:33:10 +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: Mon, 04 Nov 2013 12:03:11 -0000 Hey, Is this a known issue ? Nabil On 31 October 2013 20:02, Nabil Rahiman wrote: > 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 >> >> >