From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 22:23:19 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 D883516A400 for ; Fri, 1 Jun 2007 22:23:19 +0000 (UTC) (envelope-from groups@0x12.com) Received: from vps.0x12.com (vps.0x12.com [66.150.224.105]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED8713C44C for ; Fri, 1 Jun 2007 22:23:19 +0000 (UTC) (envelope-from groups@0x12.com) Received: from Grants-Mac-Mini.local (localhost [127.0.0.1]) by vps.0x12.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l51MNF6x017547; Fri, 1 Jun 2007 18:23:15 -0400 Received: from 87.81.116.75 ([87.81.116.75] helo=Grants-Mac-Mini.local) by ASSP.nospam; 1 Jun 2007 18:23:15 -0400 Message-ID: <46609C54.8020509@0x12.com> Date: Fri, 01 Jun 2007 23:23:16 +0100 From: Grant User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200705302020.11131.freebsd@dfwlp.com> <200706011237.52023.freebsd@dfwlp.com> <46606A2F.7050902@yahoo.gr> <200706011414.28503.freebsd@dfwlp.com> <46607325.1060606@cs.okstate.edu> <4660884F.2080202@yahoo.gr> <46608B61.5080201@cs.okstate.edu> In-Reply-To: <46608B61.5080201@cs.okstate.edu> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 8bit Cc: Jonathan Horne Subject: Re: trouble with samba 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: Fri, 01 Jun 2007 22:23:19 -0000 Reid Linnemann wrote: > Written by Thanos Rizoulis on 06/01/07 15:57>> >> O/H Reid Linnemann έγραψε: >>> >>> The order in rc.conf makes no difference, the order of rc file >>> execution is determined by rcorder(8). >> >> It is nice to learn a new thing every day, thank you! >> >> So this goes deeper than I originally thought. Looking at my >> /usr/local/etc/rc.d/samba I see that: >> >> # PROVIDE: nmbd smbd >> # REQUIRE: NETWORKING SERVERS DAEMON ldconfig resolv >> # BEFORE: LOGIN >> # KEYWORD: shutdown >> >> ...so probably some of the services in the REQUIRE line are slow to >> start for our friends' machines and samba detects this and exits with >> Signal 6. >> This is well beyond my skills already. I am merely speculating here, >> someone with greater experience should probably look into this. >> > > I'd suggest adding 'cupsd' to the 'REQUIRE' list. This will ensure > that cupsd i started prior to samba. > _______________________________________________ > 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" Hi, I dont think that it is related to cupsd, the reason i say this is that i have the exact same problem, but my samba was built *without* cups. I havnt touched my rc.conf since it was put in place a few months ago (when it worked fine), so something have changed in samba or something is broken in samba which is causing these problems ? i'm not running the most current version, currently 6.2-RELEASE-p3, but samba is the latest version (samba-3.0.25,1) Thanks. Grant.