From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 04:52:34 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 C8444106564A for ; Sun, 6 Nov 2011 04:52:34 +0000 (UTC) (envelope-from zantgo@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 83AD08FC0A for ; Sun, 6 Nov 2011 04:52:34 +0000 (UTC) Received: by vcbfo14 with SMTP id fo14so3286820vcb.13 for ; Sat, 05 Nov 2011 21:52:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=YpTiRMgk1p6y7B9s2Q2LKD27cv0PzqHHmTW3hsOCSZ8=; b=LNIVRR7t851aOGv7qCGj99+3Ivy9YeXKhJ2UU1WBrX8wjG1Fr35AY2M2pn/YjMvuc7 BCrTtecN37jJ9rQiL6K8UxKJUi3e9oNxZuHrx3g/bBRVTiZYTjExQjt/k9Q9s9IyCXRg NVHSAxlUycueu0e/PiWJ1ZakeWqyHUChEtnFk= Received: by 10.220.5.212 with SMTP id 20mr1573345vcw.112.1320555153645; Sat, 05 Nov 2011 21:52:33 -0700 (PDT) Received: from [192.168.0.100] ([186.9.68.189]) by mx.google.com with ESMTPS id eu4sm22708951vdc.8.2011.11.05.21.52.30 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Nov 2011 21:52:32 -0700 (PDT) References: <288821E5-0392-49CA-BC85-0E550769C732@gmail.com> In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Message-Id: <8D04DED6-9175-42C7-B553-BAC1EA129E68@gmail.com> X-Mailer: iPod Mail (9A334) From: Zantgo Date: Sun, 6 Nov 2011 01:52:36 -0300 To: Robert Simmons Cc: "freebsd-questions@FreeBSD.org" 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 04:52:34 -0000 El 06-11-2011, a las 1:29, Robert Simmons escribi=C3=B3= : > On Sun, Nov 6, 2011 at 12:10 AM, Zantgo wrote: >> Without wanting to erase all contents of / etc / rc.conf, by running "ech= o" slim_enable =3D "YES" "> / etc / rc.conf". Please help!. >=20 > Well, the absolute basics would be: > hostname=3D"" > ifconfig_"=3D"inet netmask "= > defaultrouter=3D"" >=20 > You may also have had: > sshd_enable=3D"YES" >=20 > You can also look at dmesg -a and get a grasp over what other services > you had started. >=20 > 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). >=20 > Rob I gave up, and now reinstall everything again :(