From owner-freebsd-current@freebsd.org Tue Oct 9 17:46:14 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 191F610B6080 for ; Tue, 9 Oct 2018 17:46:14 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AEFA074700; Tue, 9 Oct 2018 17:46:13 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1539107171; bh=h7JzgSGy Fk2a2vvB5dy9s0XIH6B97/VQ7/QLzWZTUh0=; b=giHwA8jUUDXWK3IG2/8UVUSH FvYd/4WZrQh8IYx5YdI7Sgy2yqJoYwEhcc+OANasHWq0R+ni/CnFz1es9Tf8gNyI kYV1kMn/krcgDKMSU9ZWlrXEDQ4ICWbGIBWfWOL/k+1TrAAYoWI+DAKCWxKjCtuE ooVQ+9vJh+/vXITyJIQ= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 244456DDF; Tue, 9 Oct 2018 13:46:11 -0400 (EDT) Subject: Re: SVN r339216 breaks ssh to i386 devices To: Marek Zarychta , =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Cc: emaste@freebsd.org, FreeBSD Current References: <6bd10ee9-eb03-1f9f-c533-fdb5d02eb829@protected-networks.net> <20181008190846.GA84941@plan-b.pwste.edu.pl> <86tvlwcee0.fsf@next.des.no> <86lg78c92o.fsf@next.des.no> <1e8f80dd-d7c9-e82c-987f-f84c4103a039@plan-b.pwste.edu.pl> From: Michael Butler Openpgp: preference=signencrypt Message-ID: <375ebc04-82a3-6497-ad60-5afee1088f0a@protected-networks.net> Date: Tue, 9 Oct 2018 13:46:10 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <1e8f80dd-d7c9-e82c-987f-f84c4103a039@plan-b.pwste.edu.pl> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit 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: Tue, 09 Oct 2018 17:46:14 -0000 On 10/9/18 1:43 PM, Marek Zarychta wrote: > W dniu 09.10.2018 o 01:28, Dag-Erling Smørgrav pisze: >> Please try the attached patch. I expect it to fix i386. If it also >> fixes arm32, all the better, although I don't quite see why it would. > > I have connected serial console to affected box and upgraded system from > patched sources. I am sorry to say that this patch doesn't solve the > issue for 32-bit ARM (RPi2). Still sshd terminates session with the > error "fatal: mm_getpwnamallow: receive get struct passwd failed [preauth]". > My experience is similar - there maybe another 32/64-bit issue :-( imb