From owner-freebsd-stable Thu Sep 19 5:36:54 2002 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 ADF4937B401 for ; Thu, 19 Sep 2002 05:36:52 -0700 (PDT) Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E11F43E4A for ; Thu, 19 Sep 2002 05:36:50 -0700 (PDT) (envelope-from q@uni.de) Received: from wrzx34.rz.uni-wuerzburg.de (wrzx34.rz.uni-wuerzburg.de [132.187.3.34]) by wrzx35.rz.uni-wuerzburg.de (8.8.8/8.8.8/uniwue-MM-1.05) with ESMTP id OAA13585 for ; Thu, 19 Sep 2002 14:36:48 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 59EFA242F7 for ; Thu, 19 Sep 2002 14:36:48 +0200 (CEST) Received: from wrzx07.rz.uni-wuerzburg.de (wrzx07.rz.uni-wuerzburg.de [132.187.1.7]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 3C19E23C4C for ; Thu, 19 Sep 2002 14:36:48 +0200 (CEST) Received: from frodo.galgenberg.net (galgenberg.net [132.187.222.250]) by wrzx07.rz.uni-wuerzburg.de (Postfix) with SMTP id 1B7663CA for ; Thu, 19 Sep 2002 14:36:48 +0200 (CEST) Received: (qmail 56355 invoked from network); 19 Sep 2002 12:36:47 -0000 Received: from gb-007.galgenberg.net (HELO roadrunner) (@132.187.222.7) by galgenberg.net with SMTP; 19 Sep 2002 12:36:47 -0000 From: "Ulrich 'Q' Spoerlein" To: Odhiambo Washington Cc: Subject: Re: 4.7-PRERELEASE FAILING!! Date: Thu, 19 Sep 2002 14:36:52 +0200 Organization: Hier koennte Ihre Werbung stehen! Message-ID: References: <20020919115412.GB5415@ns2.wananchi.com> <5.1.0.14.0.20020919080934.0329de80@192.168.0.12> <20020919122039.GC5415@ns2.wananchi.com> In-Reply-To: <20020919122039.GC5415@ns2.wananchi.com> X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS (Rechenzentrum Universitaet Wuerzburg) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 19 Sep 2002 15:20:39 +0300, you wrote: >> >When I start them manually they do start however. I did not make any >> >changes to the rc files during mergemaster. >> >> You must have accidentally changed something at mergemaster / install time. >> Double check that the files in /etc/ didnt get incorrectly altered. Also, >> dmesg -a might still have your bootup info stored and it might offer a clue >> as to what went wrong. > >Thanks for the quick response. During mergemaster, I am pretty sure no critical >file changed. I may swear this and be proved wrong though/ re-run your mergemaster with the -s option and make sure all files are as accurate as possible. >What I need to find out is which file controls the starting of the scripts in rc.d/ > >The first clue I have about all this is that I realized that mysql-server.sh >refused to start. When I attempted to start it manually the system complained that >there was "&&" that was unexpected. So I am wondering whether the syntax for /bin/sh >has changed??? There has never been a probem with these scripts before. They cannot yes, "command1 & && command2" won't work any longer. please update your mysql ports as there are new startup scripts (or replace mysql & && echo mysql with mysql &; echo mysql) >all develop a problem at once, and furthermore they are the default startup scripts >that come with apps installed from the ports. aside from mysql-server.sh which scripts are failing too? do they include the "& &&" syntax? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message