Date: Mon, 08 Oct 2018 23:33:27 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> Cc: Michael Butler <imb@protected-networks.net>, emaste@freebsd.org, FreeBSD Current <freebsd-current@FreeBSD.org> Subject: Re: SVN r339216 breaks ssh to i386 devices Message-ID: <86tvlwcee0.fsf@next.des.no> In-Reply-To: <20181008190846.GA84941@plan-b.pwste.edu.pl> (Marek Zarychta's message of "Mon, 8 Oct 2018 21:08:46 %2B0200") References: <6bd10ee9-eb03-1f9f-c533-fdb5d02eb829@protected-networks.net> <20181008190846.GA84941@plan-b.pwste.edu.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> writes: > Michael Butler <imb@protected-networks.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tvlwcee0.fsf>