From owner-freebsd-questions@FreeBSD.ORG Wed May 16 17:44:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9ADB16A400 for ; Wed, 16 May 2007 17:44:21 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 85D0113C468 for ; Wed, 16 May 2007 17:44:21 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so261665wxc for ; Wed, 16 May 2007 10:44:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=hbJPn+DoxNTCQYW0Meoop9m304kov8AUqP3N8OrqtMdRdz1/sXQycPWIKeF7BPmyapuYkr1teqGDb06PG5bExPSke0fbxbHfVzdXaWnRh8sGbsYf9WE6rPG0gOjbgmTELJerwc1+WJerKQsO9w8jq9XeYzriKVJX5KsJiuxuDzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=GD4K2R3j5gljR3eAQIjeaTzB2EA1B3kt72lWl7nHuJ6FYm4tv55MGLLcO7/ugQQYu7fwHKrkZmDbpUZD1E/2ZR3O0uHndImTwJtyCAZsCHWb9YZoxtkVbCqfOcB1ToJfKT6e3pzBTZVmfks99uEQ12aM/8FShDGxdW1nnpu/IUs= Received: by 10.90.90.16 with SMTP id n16mr8444394agb.1179337459531; Wed, 16 May 2007 10:44:19 -0700 (PDT) Received: by 10.65.204.5 with HTTP; Wed, 16 May 2007 10:44:19 -0700 (PDT) Message-ID: Date: Wed, 16 May 2007 14:44:19 -0300 From: Agus To: "Lowell Gilbert" In-Reply-To: <44odkkn97x.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <44odkkn97x.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: Find out startup programs execution order.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 17:44:22 -0000 2007/5/16, Lowell Gilbert : > > Agus writes: > > > 2007/5/16, Jack Barnett : > >> > >> Look before and after the error messages > >> What other messages you see? That'll give you a general idea on where > >> it's at in the startup process when you get that error. > >> > >> On 5/15/07, Agus wrote: > >> > Hi... > >> > i am trying to solve a problem with an error message during startup.. > >> > su: /bin/csh : Permission Denied > >> > > >> > so i am trying to find the way the programs start during boot.... > >> > > >> > thats it.... > >> > > >> > Thanxsss > >> > _______________________________________________ > >> > freebsd-questions@freebsd.org mailing list > >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> > To unsubscribe, send any mail to " > >> freebsd-questions-unsubscribe@freebsd.org" > >> > > >> > > > > Yes..thats the way i found that the error was from mysql-server... > > but i thought that there might be a way to see the order programs > boot...and > > maybe change it... > > Sure. > > The documentation for this is under "man rc.d". > Great...thanks for everyone....i will begin reading..... thankks