From owner-freebsd-stable@FreeBSD.ORG Fri May 16 06:04:35 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC534106566C for ; Fri, 16 May 2008 06:04:34 +0000 (UTC) (envelope-from jan6146@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id A7C768FC1A for ; Fri, 16 May 2008 06:04:34 +0000 (UTC) (envelope-from jan6146@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3073rvf.43 for ; Thu, 15 May 2008 23:04:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=OqD5BywVL9+6N5XbPk0RNEB3c14CT5Stmt9xWjnkH7w=; b=INAyFe+Dr+oRX7qf97Od4Weyx+S8jXilo89CH/1mte68PEM/qndU09T7goalImZlntp+OI9kVcXjhVwNObbj5qekZRjJccpSO8fJmMrZp1yayZxXFUoFy3wNwXFV0Sk+/Nc1vlc0hzFd2Dxx+8wmP7LPoaCSkRcAZios2kZxX+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ae8ho0ttR9w3Vt4RSOKrVmemFNSRx2hPgh2MmMMj+slY96KSE2FXs5jIPBMxTTVoDszbnrFtt/q7dU9JdiW27I5wFqZy6CrC3Cv9qwybkFBh9wRn4KmM6FyrT1aqklN4lsEtP09siWIqIURBC755wMD6uhuV502Dmk1qOmcxhJ8= Received: by 10.141.43.5 with SMTP id v5mr1579050rvj.49.1210917874316; Thu, 15 May 2008 23:04:34 -0700 (PDT) Received: by 10.141.114.7 with HTTP; Thu, 15 May 2008 23:04:34 -0700 (PDT) Message-ID: <784966050805152304t1827c53bi6988ae9c8f837f32@mail.gmail.com> Date: Thu, 15 May 2008 23:04:34 -0700 From: "Rob Lytle" To: "Jeremy Chadwick" In-Reply-To: <20080516043411.GA44491@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <784966050805151644m43b9a5e1qe8a4568576fc081f@mail.gmail.com> <20080516043411.GA44491@eos.sc1.parodius.com> Cc: freebsd-stable@freebsd.org Subject: Re: today's build is causing errors for me X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 06:04:35 -0000 Hi Jeremy, I used Mergemaster. Thats what I mean't when I said that I carefully "merged" /usr/src/etc/ with /etc. But like I said, no files were replaced that contained my own configuration, e.g. group. I will say this- that I have always considered Mergemaster a confusing mess, despite the dogma on the lists. I have been running FreeBSD and installing it since 1998, so I have some experience- but this is new behavior beyond my previous experiences. Sincerely, Rob. On 5/15/08, Jeremy Chadwick wrote: > On Thu, May 15, 2008 at 04:44:57PM -0700, Rob Lytle wrote: >> First I am running 7.0-Stable and just cvsup'd today. Then I built the >> system, new kernel, and installed them. Second I am using the GENERIC >> KERNEL. Sysctl.conf is empty. I will put my /etc/rc.conf at the end. I >> tried to do a very careful job of merging /usr/src/etc with /etc. I >> didn't >> touch any files that I or the computer configured. >> >> But I am getting these errors upon bootup: >> >> 1. eval: /etc/rc.d/cleanvar: Permission Denied >> 2. syslogd: bind: Can't assign requested address. (repeated twice) >> 3. syslogd: child pid 134 exited with return code 1 >> 4. /etc/rc: Warning: Dump device does not exist. Savecore will not >> run. (this always worked before) >> 5. /etc/rc.d/securelevel: /etc/rc.d/sysctl: Permission denied. >> 6. My computer says "Amnesiac" yet the host name is clearly in rc.conf >> 7. My WiFi no longer starts up by myself. I have to do it all manually >> using ifconfig and dhclient. > > You should have followed the instructions in /usr/src/Makefile. You > don't "merge things by hand". You can use mergemaster for that. Please > use it, as I'm willing to bet there's a portion of your rc framework > which is broken in some way. > > -- > | Jeremy Chadwick jdc at parodius.com | > | Parodius Networking http://www.parodius.com/ | > | UNIX Systems Administrator Mountain View, CA, USA | > | Making life hard for others since 1977. PGP: 4BD6C0CB | > >