From owner-freebsd-stable Mon Dec 2 17:35:24 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0835F37B401 for ; Mon, 2 Dec 2002 17:35:24 -0800 (PST) Received: from www.hotel-accommodation.net (pool-wnet-30-38.pacific.net.th [203.152.30.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD5243E4A for ; Mon, 2 Dec 2002 17:35:23 -0800 (PST) (envelope-from cws@hotel-accommodation.net) From: Chatchawan Wongsiriprasert To: freebsd-stable@freebsd.org Subject: Start deamon by cron Message-Id: <20021203013523.DAD5243E4A@mx1.FreeBSD.org> Date: Mon, 2 Dec 2002 17:35:23 -0800 (PST) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone have any experience start daemon process from cron?. I tried to stop my slave MySQL server every midnight for backup and the restart the server after backup finished. Everything work fine except that the cron process always wait for mysql daemon to die before sends the e-mail to me. So, the status report is one-day delay + a zombie process (which will be cleanup next day). Chatchawan Wongsiriprasert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message