From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 1 10:20:04 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B83116A417 for ; Fri, 1 Feb 2008 10:20:04 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240]) by mx1.freebsd.org (Postfix) with ESMTP id 04FA413C457 for ; Fri, 1 Feb 2008 10:20:03 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so304423anc.13 for ; Fri, 01 Feb 2008 02:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; bh=qpZhZK8WRJOWUHmEnvTjcrFpR3gnoSB+Mlzif7ljc8o=; b=PTBCq/lMshZO6oJFgsOw4mIqMm70KyocSmOMU2pJrYgdqPZ75S9h8W78XZ6rJ++tkSE6eTF1i2ld67+cawZ3azDSInq8vuMRiMYlem1Q2XWX0D/Ig2fA2wlLmkNeBtAFjPzPXyI5r6QWU5hOEYv/ZhKXrE3XjtxLnnt2NhUNO+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=bxHm4iwBZD7XMtGA7sDhMfib+5mqhKuQZTgP7lz8KfLWkA87Tz5mYXB6DE8D81Y6JUcTKD/cLDygXJDdQpcAv6o9GeUqKFMFmMvsD8SjDkAF2x8oD8cpMX1HK9UUyxmAxZemDCGpPcWfuRCfzFBenCB1eGpkG7J4X9NyeOo4pPM= Received: by 10.100.242.20 with SMTP id p20mr6862729anh.82.1201859646366; Fri, 01 Feb 2008 01:54:06 -0800 (PST) Received: from ?192.168.1.4? ( [24.229.62.9]) by mx.google.com with ESMTPS id f13sm14316788gvd.9.2008.02.01.01.54.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 01 Feb 2008 01:54:05 -0800 (PST) Message-ID: <47A2EC37.6070001@gmail.com> Date: Fri, 01 Feb 2008 04:53:59 -0500 User-Agent: Thunderbird 2.0.0.9 (X11/20071201) MIME-Version: 1.0 To: sam , freebsd-hackers@freebsd.org References: <47A2E647.20503@gmail.com> In-Reply-To: <47A2E647.20503@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: glen.j.barber@gmail.com Cc: Subject: Re: double start of scripts in /usr/local/etc/rc.d X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 10:20:04 -0000 sam wrote: > hi all > description of my trouble: > on 6.3-RELEASE i386 > ------------------------------------------- > Clearing /tmp (X related). > Starting local daemons:. > Updating motd. > Mounting late file systems:. > Starting mysql. > Starting apache. > mysql already running? (pid=8720). > apache already running? (pid=8721). > Configuring syscons: keymap keyrate scrnmap blanktime. > Starting sshd. > Starting cron. > Local package initialization:Starting NONE > Starting NONE > . > ------------------------------------------- > services apache, mysql & shell-script none.sh is double started > > tryed on 6.3-STABLE i386 - normal work > > any solution? > Could you show us your /etc/rc.conf, and output from `ls /usr/local/etc/rc.d/' ? Also, did you create a custom /etc/rc.local ? -- Glen Barber