From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 17:19:21 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5E1F1065685 for ; Tue, 28 Oct 2008 17:19:21 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0008FC0A for ; Tue, 28 Oct 2008 17:19:21 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by wx-out-0506.google.com with SMTP id s17so875818wxc.7 for ; Tue, 28 Oct 2008 10:19:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=cOl+va84ntlT9s92rFakidbsl7hSHtSDZDfzR44gFB4=; b=onX9B3cHyh415q1OnfdMES95dmpe+Dx/Pw9Lvyaptaje1Aa6C/DmPpduvoZ7Y664Lz MKH8bFzQTGF4NCOQ7LmNy/ZRDBwTxKMztR/MPhBecEm27oyfp0ydgd/efsOM9vWgcjix zRiRd+0Xdq3jYf+pmwxs6/W4dynNtFRviXfq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=G38jqrGOCeFKU/RA0ExFnyHcTy3BFMrX5pKQ/NoaatpzGyjauEoKy9PiyN+msS3WtI Pv8BBhAr182bvWa/xlwgL+JoYuX+5Nc9wd/TifyoUfGPozLQsH9MqYFcdXd5wunTFCbB LutaPKORmev0FZdxzkqOjKo4MJDU/VxB/i6Sw= Received: by 10.150.204.12 with SMTP id b12mr10035562ybg.245.1225214360425; Tue, 28 Oct 2008 10:19:20 -0700 (PDT) Received: by 10.151.11.21 with HTTP; Tue, 28 Oct 2008 10:19:20 -0700 (PDT) Message-ID: <8cb6106e0810281019n6b57ca02l676b327d9e9171dd@mail.gmail.com> Date: Tue, 28 Oct 2008 13:19:20 -0400 From: "Josh Carroll" To: "FreeBSD Stable" In-Reply-To: <8cb6106e0810280956lf864bdbqe46120e2d6816125@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8cb6106e0810280956lf864bdbqe46120e2d6816125@mail.gmail.com> Subject: [SOLVED] Re: src/lib/libc/stdlib/grantpt.c commit broke sshd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2008 17:19:21 -0000 On Tue, Oct 28, 2008 at 12:56 PM, Josh Carroll wrote: > I just built world from RELENG_7 sources csup'd this morning, and it > appears the change to src/lib/libc/stdlib/grantpt.c has broken sshd. > > I see the following when I attempt to login: > > Oct 28 12:32:34 pflog sshd[78236]: fatal: openpty returns device for > which ttyname fails. > Oct 28 12:32:34 pflog sshd[78236]: error: chown 0 0 failed: No such > file or directory > Oct 28 12:32:34 pflog sshd[78236]: error: chmod 0666 failed: No such > file or directory Looks like libutil did not get built for some reason. Rebuilding libutil fixed the problem. Sorry for the noise! Josh