From owner-freebsd-ports@FreeBSD.ORG Wed Apr 4 20:24:56 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8AB8D16A406 for ; Wed, 4 Apr 2007 20:24:56 +0000 (UTC) (envelope-from a.n.s.i@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 63EFA13C45B for ; Wed, 4 Apr 2007 20:24:54 +0000 (UTC) (envelope-from a.n.s.i@gmx.net) Received: (qmail invoked by alias); 04 Apr 2007 19:58:13 -0000 Received: from p5b00112f.dip0.t-ipconnect.de (EHLO gate.home.org) [91.0.17.47] by mail.gmx.net (mp049) with SMTP; 04 Apr 2007 21:58:13 +0200 X-Authenticated: #30170983 X-Provags-ID: V01U2FsdGVkX18dcncE+O4dBhfsc9f5HXGqw1J9qZsOmpx6lt/h4m fglWqYl7q7xuHa Received: from gate.home.org (localhost [127.0.0.1]) by gate.home.org (8.13.8/8.13.8) with ESMTP id l34JwDk4021599; Wed, 4 Apr 2007 19:58:13 GMT (envelope-from ansi@gate.home.org) Received: (from root@localhost) by gate.home.org (8.13.8/8.13.8/Submit) id l34JwDAP021597 for ansi; Wed, 4 Apr 2007 21:58:13 +0200 (CEST) (envelope-from ansi) Received: from gate.home.org (localhost [127.0.0.1]) by gate.home.org (8.13.8/8.13.8) with ESMTP id l34KdsKP006972 for ; Wed, 4 Apr 2007 20:52:02 GMT (envelope-from owner-freebsd-stable@freebsd.org) X-Flags: 1001 Delivered-To: GMX delivery to a.n.s.i@gmx.net Received: from pop.gmx.net by gate.home.org with POP3 (fetchmail-6.3.7) for (single-drop); Wed, 04 Apr 2007 20:52:02 +0000 (UTC) Received: (qmail invoked by alias); 22 Mar 2006 04:29:32 -0000 Received: from mx2.freebsd.org (EHLO mx2.freebsd.org) [216.136.204.119] by mx0.gmx.net (mx078) with SMTP; 22 Mar 2006 05:29:32 +0100 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 1193D5B52A; Wed, 22 Mar 2006 04:29:01 +0000 (GMT) (envelope-from owner-freebsd-stable@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7D7F016A428; Wed, 22 Mar 2006 04:29:00 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) X-Original-To: stable@FreeBSD.org 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 8A90316A400; Wed, 22 Mar 2006 04:28:48 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B5143D48; Wed, 22 Mar 2006 04:28:48 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.46] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.4/8.13.4) with ESMTP id k2M4fcMF004784 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Mar 2006 20:41:40 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Message-ID: <4420D279.2090405@FreeBSD.org> From: Maxim Sobolev User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: stable@freebsd.org References: <4420D14C.4020503@FreeBSD.org> In-Reply-To: <4420D14C.4020503@FreeBSD.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-stable@freebsd.org Errors-To: owner-freebsd-stable@freebsd.org X-GMX-UID: meAZfOZLYW0+OgMsrWdpbW50amthc9ua X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org, re@freebsd.org, portmgr@freebsd.org Subject: Re: Switch to using rc.d for local packages is premature for RELENG_6 X-BeenThere: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 04 Apr 2007 20:24:56 -0000 X-Original-Date: Tue, 21 Mar 2006 20:28:41 -0800 X-List-Received-Date: Wed, 04 Apr 2007 20:24:56 -0000 I have just realized that maybe the best approach to address this problem would be not reverting the change in question, but making find_local_scripts_new() more strict, so that only those local rc.d scripts that have been explicitly marked by maintainer as fully rc.d-safe are handled in a new way. Checking for '^# PROVIDE:' doesn't really work reliably. -Maxim Maxim Sobolev wrote: > Hi guys, > > As part of testing how well some of our products work with latest > RELENG_6, I have make a new build and found that lot of important > services (for example PostgreSQL, Apache) doesn't start up (despite > having respective xxx_enable entries in /etc/rc.conf) when installed > from the freshly updated ports tree onto a clean, freshly updated > RELENG_6 system. This is very bad, considering how close to release are > we and how much FreeBSD users rely on those services to work OOB. > > I would expect them to be really pissed off when lot of important > services just don't work after upgrading their server from 6.0 to 6.1 or > after installing it from install cd. This is apparently caused by the > fact that lot of rc.d scripts in /usr/local/etc/rc.d are newstyle one > now (sufficiently newstyle to pass find_local_scripts_new check), but > few of them were actually tested to work correctly in fully rc.d > environment. > > Therefore, I think that the RELENG_6 should be reverted to using old > stuff and it should be left for 7.x tree. > > Regards, > > Maxim > _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"