From owner-freebsd-questions@FreeBSD.ORG Thu Jul 20 13:36:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D5F16A4DE for ; Thu, 20 Jul 2006 13:36:44 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F21743D55 for ; Thu, 20 Jul 2006 13:36:43 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so828422uge for ; Thu, 20 Jul 2006 06:36:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=r/qyEEVI4SAholuo04gg9l8FbaSOeqK+iKidKNZmVTBBYrzckW1POl5jYcT+5ZatIZeBzCku7xD2/Wzwc+Gjt5AFdW5kTswgTix0bc1aK26NgSFUQ8+UKh6but04KinSpJsorxwFT4ZRwNzh82+sJ2EzaeZ6Y9773ld95G1nRpw= Received: by 10.67.101.10 with SMTP id d10mr1914334ugm; Thu, 20 Jul 2006 06:36:42 -0700 (PDT) Received: by 10.67.86.11 with HTTP; Thu, 20 Jul 2006 06:36:42 -0700 (PDT) Message-ID: <80f4f2b20607200636y580a7522o7a1a6d56eb7d7162@mail.gmail.com> Date: Thu, 20 Jul 2006 09:36:42 -0400 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: network no longer auto-starts after mergemaster 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: Thu, 20 Jul 2006 13:36:44 -0000 I rebuilt my kernel/world, but now my network no longer auto-starts. I can easily start it with "sudo ifconfig fxp0 up", which, while it works, is mildly annoying. Anyone know what file I could have improperly mergemastered to get this result? My rc.conf file, I'm not sure what else I should put in (such as my /var/log/messages; everything as of the last boot?): ######################################## # -- sysinstall generated deltas -- # Fri Jun 16 08:17:49 2006 # Created: Fri Jun 16 08:17:49 2006 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. hostname="aragorn.ameritech.net" ifconfig_fxp0="DHCP" ibcs2_enable="YES" moused_enable="YES" linux_enable="YES" sshd_enable="YES" svr4_enable="YES" usbd_enable="YES" apmd_enable="YES" ######################################## Thanks, -Jim Stapleton