From nobody@FreeBSD.org  Sat Mar 29 00:46:28 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EEFFC106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Mar 2008 00:46:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id DF9878FC21
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Mar 2008 00:46:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2T0k9mF025195
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Mar 2008 00:46:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2T0k9tg025194;
	Sat, 29 Mar 2008 00:46:09 GMT
	(envelope-from nobody)
Message-Id: <200803290046.m2T0k9tg025194@www.freebsd.org>
Date: Sat, 29 Mar 2008 00:46:09 GMT
From: Dave Overton <dave@syix.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: startup script for hostid fails in single user
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122215
>Category:       conf
>Synopsis:       startup script for hostid fails in single user
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    mtm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 29 00:50:01 UTC 2008
>Closed-Date:    Tue May 20 15:42:12 UTC 2008
>Last-Modified:  Tue May 20 15:42:12 UTC 2008
>Originator:     Dave Overton
>Release:        7.0-Stable
>Organization:
SYIX.COM
>Environment:
FreeBSD mail04.syix.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Wed Mar 26 16:37:23 PDT 2008     dave@mail04.syix.com:/usr/obj/usr/src/sys/MAIL01  amd64
>Description:
Booting into single user mode, and trying to mount ZFS zpool required that you run the script /etc/hostid first.  But it won't do the md5 calculations since md5 isn't in the path.


>How-To-Repeat:
hit 4 at the beastie screen
>Fix:
make line 48 look like this:

        id=`echo -n $uuid | /sbin/md5`



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-rc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Mar 29 02:24:25 UTC 2008 
Responsible-Changed-Why:  
Appears to be about /etc/rc.conf/hostid. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122215 
Responsible-Changed-From-To: freebsd-rc->mtm 
Responsible-Changed-By: mtm 
Responsible-Changed-When: Tue May 6 10:25:45 UTC 2008 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122215 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/122215: commit references a PR
Date: Tue,  6 May 2008 10:40:27 +0000 (UTC)

 mtm         2008-05-06 10:40:21 UTC
 
   FreeBSD src repository
 
   Modified files:
     etc/rc.d             hostid 
   Log:
   Specify the full path to the md5(1) binary so the script will
   still work even if it's not in the shell's path.
   
   PR: conf/122215
   MFC after: 1 week
   
   Revision  Changes    Path
   1.9       +1 -1      src/etc/rc.d/hostid
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: mtm 
State-Changed-When: Tue May 6 10:55:04 UTC 2008 
State-Changed-Why:  
Patched in HEAD. MFC after 1 week 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122215 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/122215: commit references a PR
Date: Tue, 20 May 2008 15:27:34 +0000 (UTC)

 mtm         2008-05-20 15:27:24 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     etc/rc.d             hostid 
   Log:
   MFC:
           Specify the full path to the md5(1) binary so the script will
           still work even if it's not in the shell's path.
           PR: conf/122215
   
   Revision  Changes    Path
   1.7.2.1   +1 -1      src/etc/rc.d/hostid
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: mtm 
State-Changed-When: Tue May 20 15:40:31 UTC 2008 
State-Changed-Why:  
MFCed  to both RELENG_6 and RELENG_7 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122215 
>Unformatted:
