From owner-freebsd-current@freebsd.org Mon Oct 8 21:33:29 2018 Return-Path: Delivered-To: freebsd-current@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 D422E10CC92E for ; Mon, 8 Oct 2018 21:33:29 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 754F37F47D; Mon, 8 Oct 2018 21:33:29 +0000 (UTC) (envelope-from des@des.no) Received: from next.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id 0E73880FE; Mon, 8 Oct 2018 21:33:27 +0000 (UTC) Received: by next.des.no (Postfix, from userid 1001) id 60B2DB6BA; Mon, 8 Oct 2018 23:33:27 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Marek Zarychta Cc: Michael Butler , emaste@freebsd.org, FreeBSD Current Subject: Re: SVN r339216 breaks ssh to i386 devices In-Reply-To: <20181008190846.GA84941@plan-b.pwste.edu.pl> (Marek Zarychta's message of "Mon, 8 Oct 2018 21:08:46 +0200") References: <6bd10ee9-eb03-1f9f-c533-fdb5d02eb829@protected-networks.net> <20181008190846.GA84941@plan-b.pwste.edu.pl> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix) Date: Mon, 08 Oct 2018 23:33:27 +0200 Message-ID: <86tvlwcee0.fsf@next.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 21:33:30 -0000 Marek Zarychta writes: > Michael Butler writes: > > With an i386 system, ssh sessions to the updated sshd fail with: > >=20 > > sshd[28771]: fatal: mm_getpwnamallow: receive get struct passwd failed > > [preauth] > >=20 > > This is reproducible on both real hardware and in a VM running an i386 > > build, > sshd running on 32-bit ARM architecture seems to be also affected after > update to 12.0-ALPHA8 r339223. r339216 introduced some code which assumes that time_t is always 64 bits wide, which is not the case for i386. I'm not 100% that's the cause, as it shouldn't break arm32, where time_t *is* 64 bits wide, but it still needs fixing. Are you getting the exact same error message as Michael? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no