From owner-cvs-src@FreeBSD.ORG Sun Aug 22 05:34:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6572E16A4CE; Sun, 22 Aug 2004 05:34:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470D043D3F; Sun, 22 Aug 2004 05:34:07 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M5Y7iV008588; Sun, 22 Aug 2004 05:34:07 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M5Y72I008587; Sun, 22 Aug 2004 05:34:07 GMT (envelope-from kensmith) Message-Id: <200408220534.i7M5Y72I008587@repoman.freebsd.org> From: Ken Smith Date: Sun, 22 Aug 2004 05:34:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/sparc64 mkisoimages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 05:34:07 -0000 kensmith 2004-08-22 05:34:07 UTC FreeBSD src repository Modified files: release/sparc64 mkisoimages.sh Log: Found another one. Why does mdconfig hate me? Add a "sleep 5" to this script, without it sparc64 ISO building was consistently failing because the /dev/md0 device name was not present when the commands following mdconfig ran. Apparently there is the possibility of a delay between when mdconfig finishes and the names become visible in /dev. Yes, we could code this better than an unconditional call to "sleep 5" but IMHO we should fix the underlying problem instead. MFC after: 3 days Revision Changes Path 1.7 +2 -0 src/release/sparc64/mkisoimages.sh