From owner-freebsd-stable@freebsd.org Mon Apr 16 11:35:49 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B27FFA20B2 for ; Mon, 16 Apr 2018 11:35:49 +0000 (UTC) (envelope-from jachmann@unitix.org) Received: from thematrix.nitpicker.de (thematrix.nitpicker.de [IPv6:2a01:4f8:140:236a:cafe::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEEDE8C5F8 for ; Mon, 16 Apr 2018 11:35:48 +0000 (UTC) (envelope-from jachmann@unitix.org) Received: from hurx.thc (hurx [IPv6:2001:470:1f0b:b14:225:22ff:feee:b12d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by thematrix.nitpicker.de (Postfix) with ESMTPSA id 53D6B3506F for ; Mon, 16 Apr 2018 13:35:47 +0200 (CEST) Received: (qmail 56507 invoked by uid 1001); 16 Apr 2018 11:35:45 -0000 Date: Mon, 16 Apr 2018 13:35:45 +0200 From: Christian Jachmann To: stable@freebsd.org, freebsd-stable@freebsd.org Subject: Re: w/uptime broken in stable Message-ID: <20180416113545.GA56441@hurx.thc> References: <20180416070031.GA40544@hurx.thc> <20180416104144.GT1198@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180416104144.GT1198@albert.catwhisker.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Apr 2018 11:35:49 -0000 Mon, Apr 16, 2018 at 03:41:44AM -0700, David Wolfskill : > On Mon, Apr 16, 2018 at 09:00:32AM +0200, Christian Jachmann wrote: > > Hello List, > > > > seems that w and uptime are broken in 11.* since last week. > > > > > > $uname -a > > FreeBSD hurx.thc 11.1-STABLE FreeBSD 11.1-STABLE #16 r332505M: Sun Apr 15 14:22:38 CEST 2018 jachmann@hurx.thc:/usr/obj/usr/src/sys/MY2 i386 > > $w > > Segmentation fault > > $uptime > > Segmentation fau > > > > > > maybe there is s.th. with libxo... no idea. > > > > -- > > Christian Jachmann > > .... > > That is not my experience: > > albert(11.1-S)[1] uname -a > FreeBSD albert.catwhisker.org 11.1-STABLE FreeBSD 11.1-STABLE #614 r332507M/332511:1101515: Sun Apr 15 03:49:51 PDT 2018 root@freebeast.catwhisker.org:/common/S1/obj/usr/src/sys/ALBERT amd64 > albert(11.1-S)[2] uptime > 3:40AM up 23:02, 21 users, load averages: 0.19, 0.15, 0.17 > albert(11.1-S)[3] w | head -5 > 3:40AM up 23:02, 21 users, load averages: 0.16, 0.14, 0.17 > USER TTY FROM LOGIN@ IDLE WHAT > david pts/1 g1-215.catwhisker.org Sun04AM - tmu > david pts/2 tmux(957).%0 Sun04AM - vi > david pts/3 g1-215.catwhisker.org Sun04AM 17:18 tmu > albert(11.1-S)[4] > > Peace, > david Jes : On AMD64 everything is ok. [jachmann@thematrix ~]$ w 1:33PM up 4 mins, 1 user, load averages: 0.23, 0.37, 0.19 USER TTY FROM LOGIN@ IDLE WHAT jachmann pts/0 hurx 1:33PM - w [jachmann@thematrix ~]$ uptime 1:33PM up 4 mins, 1 user, load averages: 0.21, 0.36, 0.19 [jachmann@thematrix ~]$ uname -a FreeBSD thematrix 11.1-STABLE FreeBSD 11.1-STABLE #19 r332554M: Mon Apr 16 11:03:31 CEST 2018 jachmann@thematrix:/usr/obj/usr/src/sys/MY amd64 [jachmann@thematrix ~]$ But on i386.... it seems to be broken. -- Christian