Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2008 14:01:50 GMT
From:      "Michael P. Soulier" <msoulier@digitaltorque.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/127541: sshd not rebuilt in make buildworld
Message-ID:  <200809221401.m8ME1oaK094786@www.freebsd.org>
Resent-Message-ID: <200809221410.m8MEA1hl032617@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127541
>Category:       misc
>Synopsis:       sshd not rebuilt in make buildworld
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 22 14:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Michael P. Soulier
>Release:        6.3
>Organization:
>Environment:
FreeBSD kanga.digitaltorque.ca 6.3-RELEASE-p4 FreeBSD 6.3-RELEASE-p4 #0: Mon Sep 22 02:44:08 EDT 2008     root@kanga.digitaltorque.ca:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
I upgraded from 5.5 to 6.3 via source, using cvsup1.FreeBSD.org.

My rebuilds seemed successful, and I booted into the new kernel to find that I had no ptys (screen wouldn't start, reporting that error) and that sshd wasn't up and wasn't working with pam, apparently calling a function pam_sm_acct_mgmt() that no longer exists in pam_nologin. 

Looking at the sshd timestamp I found that it was built in 2005. Looks like I haven't been getting a rebuild of it for some time. 

msoulier@kanga:...secure/lib/libssh$ ls /usr/src/secure/lib/libssh/
Makefile
msoulier@kanga:...secure/lib/libssh$ ls /usr/src/secure/usr.sbin/sshd/
Makefile

msoulier@kanga:...secure/lib/libssh$ ls -l /usr/sbin/sshd
-r-xr-xr-x  1 root  wheel  165404 May  8  2005 /usr/sbin/sshd

msoulier@kanga:...secure/lib/libssh$ grep RELENG /usr/local/etc/cvsup/stable-supfile
#  2.2-stable, change to "RELENG_4", "RELENG_3", or "RELENG_2_2" respectively.
#*default release=cvs tag=RELENG_5
#*default release=cvs tag=RELENG_5
*default release=cvs tag=RELENG_6_3

>How-To-Repeat:
I'm really not sure how it got into this condition. 
>Fix:
Presumably a rebuild of sshd, but why isn't it building in buildworld?

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809221401.m8ME1oaK094786>