From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 11:13:29 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FA77106566B for ; Sun, 6 Nov 2011 11:13:29 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id DF78E8FC0A for ; Sun, 6 Nov 2011 11:13:28 +0000 (UTC) Received: from baby-jane.lamaiziere.net (63.9.74.86.rev.sfr.net [86.74.9.63]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 9F086FAA31A5; Sun, 6 Nov 2011 12:13:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 1597A7314D3; Sun, 6 Nov 2011 12:13:26 +0100 (CET) Date: Sun, 6 Nov 2011 12:13:25 +0100 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org, Zantgo Message-ID: <20111106121325.64420a0d@davenulle.org> In-Reply-To: <8D04DED6-9175-42C7-B553-BAC1EA129E68@gmail.com> References: <288821E5-0392-49CA-BC85-0E550769C732@gmail.com> <8D04DED6-9175-42C7-B553-BAC1EA129E68@gmail.com> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Urgent!. Problem with / etc / rc.conf 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: Sun, 06 Nov 2011 11:13:29 -0000 Le Sun, 6 Nov 2011 01:52:36 -0300, Zantgo a écrit : Hello, > > Two other things, use >> rather than > to append to the file (better > > yet, learn vi, it's much safer), and always backup any changes from > > default you make to config files. I keep them all on pastebin.com > > for convenience, but you can keep them anywhere, even scribbled on a > > postit note stuck to the front of the server in question (what I > > used to do). > > > > Rob > I gave up, and now reinstall everything again :( You really don't need to reinstall. All the default rc.conf settings are in /etc/default/rc.conf You may also use sysinstall(8), Configure|Do post-install configuration (networking) and Keymap. It will update rc.conf Regards.