Date: Sat, 29 Mar 2008 00:46:09 GMT From: Dave Overton <dave@syix.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/122215: startup script for hostid fails in single user Message-ID: <200803290046.m2T0k9tg025194@www.freebsd.org> Resent-Message-ID: <200803290050.m2T0o1s9046552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122215
>Category: kern
>Synopsis: startup script for hostid fails in single user
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 29 00:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803290046.m2T0k9tg025194>
