From owner-freebsd-questions@FreeBSD.ORG Thu Oct 7 12:55:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA91F16A4CE for ; Thu, 7 Oct 2004 12:55:30 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611E843D3F for ; Thu, 7 Oct 2004 12:55:30 +0000 (GMT) (envelope-from rdormer@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so529940rnk for ; Thu, 07 Oct 2004 05:55:26 -0700 (PDT) Received: by 10.38.6.75 with SMTP id 75mr1978322rnf; Thu, 07 Oct 2004 05:55:26 -0700 (PDT) Received: by 10.38.76.31 with HTTP; Thu, 7 Oct 2004 05:55:26 -0700 (PDT) Message-ID: <3174add604100705559f9877e@mail.gmail.com> Date: Thu, 7 Oct 2004 08:55:26 -0400 From: Robert Dormer To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: sleep in startup script never wakes up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robert Dormer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 12:55:30 -0000 Hello all, I have a shell script that I've put in the /usr/local/etc/rc.d directory of a box to do some fscking when needed. The script is straightforward, there are not any complicated control structures or anything like that. However, at one point it had a sleep statement in it that would go to sleep, but when the required number of seconds elapsed, it wouldn't wake up again. I've since rewritten the script to not require it, but I was wondering what's up with that? Is this a known problem?