From owner-freebsd-questions@FreeBSD.ORG Sat Dec 23 20:58:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D739416A403 for ; Sat, 23 Dec 2006 20:58:12 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB6F13C434 for ; Sat, 23 Dec 2006 20:58:12 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so3016816wxc for ; Sat, 23 Dec 2006 12:58:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=A9Jf4SjJQIyRfwT2QZ26hd6BUTVMWrcCYadPrWXZv0ouevbiBH4bdpQN4xnLO1asGhWjCVaOuqxOEPotbkqFBXqwCe8ZTPtAwge5RoDn9jocYIHm7y9uVI31NtCtIKgFKJRK0mUFA2y0G/t99wfhF/vpf8ee4Vy8mB8gQrSuYxI= Received: by 10.70.9.8 with SMTP id 8mr19050569wxi.1166907492212; Sat, 23 Dec 2006 12:58:12 -0800 (PST) Received: by 10.70.14.20 with HTTP; Sat, 23 Dec 2006 12:58:12 -0800 (PST) Message-ID: <14989d6e0612231258p6cb04819nb6ed45ad57c73ee0@mail.gmail.com> Date: Sat, 23 Dec 2006 21:58:12 +0100 From: "Christian Walther" To: "Michael P. Soulier" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: not everything coming up on a reboot 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: Sat, 23 Dec 2006 20:58:12 -0000 Hello Mike, do you have ppp_enable="YES" in your /etc/rc.conf? If you never configured /etc/rc.conf to start ppp on boot, you should take a look at /etc/defaults/rc.conf to see what options are available, and what options apply to your setup. HTH Christian