From owner-freebsd-questions@FreeBSD.ORG Mon Apr 24 15:32:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7986B16A403 for ; Mon, 24 Apr 2006 15:32:17 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D7843D45 for ; Mon, 24 Apr 2006 15:32:16 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by nz-out-0102.google.com with SMTP id i28so917647nzi for ; Mon, 24 Apr 2006 08:32:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M8dIvA7umafByLTxnGfBlU+aYDXdATn/fVEtAr3IR0Cc0sivTaU1HdY7EGmasNtt794cO5ZnWPcnYmltUg2gxLxAs6/mZSi1Bp2J+dil3dW/NkxprnAh2trDiW1a+iJN+1m5ZxaG1D48uFGWlVbbWFKZbvEs8tUT3jLZz0DJkgI= Received: by 10.37.22.42 with SMTP id z42mr2569277nzi; Mon, 24 Apr 2006 08:32:16 -0700 (PDT) Received: by 10.36.97.18 with HTTP; Mon, 24 Apr 2006 08:32:16 -0700 (PDT) Message-ID: <51d7a5160604240832y503f9f01je5a89c33eb872a66@mail.gmail.com> Date: Mon, 24 Apr 2006 08:32:16 -0700 From: perikillo To: freebsd-questions@freebsd.org In-Reply-To: <20060424091417.dbb05a6f.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <51d7a5160604230303o514d2cabn90179490fc5698f@mail.gmail.com> <20060423094928.2db21ce3.wmoran@collaborativefusion.com> <51d7a5160604230832n310a9ecdkdb49ea301cf1430d@mail.gmail.com> <51d7a5160604230925l1b60cd28v642b00749850514c@mail.gmail.com> <20060424091417.dbb05a6f.wmoran@collaborativefusion.com> Subject: Re: bacula daemon dosent died..? 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: Mon, 24 Apr 2006 15:32:17 -0000 On 4/24/06, Bill Moran wrote: > On Sun, 23 Apr 2006 09:25:24 -0700 > perikillo wrote: > > > On 4/23/06, perikillo wrote: > > > On 4/23/06, Bill Moran wrote: > > > > perikillo wrote: > > > > > > > > > Hi people, iam testing bacula 1.38.8, the problem i have right = now > > > > > is that if i want to stop the daemon: > > > > > > > > > > zorra#/usr/local/etc/rc.d/bacula-dir.sh stop > > > > > Stopping bacula-dir. > > > > > Waiting for PIDS: 910, 910, > > > > > 910,910,910,910,910,910,910,910,910,910,910,910,910,910,910, 910,= 910, > > > > > 910,910,910,910,910,910,910,910,910,910,910,910,910,910,910, > > > > > 910,910,910,910,910, 910, > > > > > 910,910,910,910,910,910,910,910,910,910,910,910,910,910,910, > > > > > 910,910,910,910, > > > > > 910, 910, 910,910,910,910,910,910,910,910,910,910,910,910,910,910= ,910, > > > > > 910,910,910,910, 910, 910, > > > > > 910,910,910,910,910,910,910,910,910,910,910,910,910,910,910, > > > > > 910,910,910,910, > > > > > 910, 910, 910,910,910,910,910,910,910,910,910,910,910,910,910,910= ,910, > > > > > 910,910,910,910,910, 910, > > > > > 910,910,910,910,910,910,910,910,910,910,910,910,910,910,910, > > > > > 910,910,910,910, > > > > > > > > > > top say: > > > > > > > > > > idle 0.0% 21.9% user 0.0% nice 79.0 system > > > > > > > > > > I need to use the kill command to stop the daemon, has someone = any > > > > > idea about how to resolve this problem...? > > > > > > > > What's the daemon doing when you try to stop it? From the high sys= tem time, > > > > it looks like it's in the process of running a job. I doubt it's g= oing to > > > > shut down until the job completes, which is the behaviour I would e= xpect. > > > > > > > > -- > > > > Bill Moran > > > > Potential Technologies > > > > http://www.potentialtech.com > > > > > > > > > > Hi Bill. > > > > > > Yes, i have jobs running each minute, maybe you are right, let me > > > change the Schedule settings and see how he react. > > > > > > Let me try and inform here, thanks for that info Bill, greattings = all. > > > > > > > Bill i test, i cancel all my jobs, try to stop the director and same > > behaviour, it seens that i need to first shutdown the fd and sd > > daemons first if i want to stop the director daemon. > > > > If this is normal i can live with. > > I can't speak authoritatively, but (based on the rc script) it looks > like the daemons need started and stopped in a certain order due to > dependencies. > > It might be worthwhile to take this question to the bacula users mailing > list, they're a helpful bunch and more likely to know the details of > this kind of thing. > > -- > Bill Moran > Collaborative Fusion Inc. > Ok Bill, i will go to bacula maillist to start there, thanks Bill. Greattings all.