[SOLVED] Re: src/lib/libc/stdlib/grantpt.c commit broke sshd

Josh Carroll josh.carroll at gmail.com
Tue Oct 28 10:19:21 PDT 2008


On Tue, Oct 28, 2008 at 12:56 PM, Josh Carroll <josh.carroll at gmail.com> 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


More information about the freebsd-stable mailing list