From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 04:29:07 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 0F8B7106566B for ; Sun, 6 Nov 2011 04:29:07 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id C7B688FC0C for ; Sun, 6 Nov 2011 04:29:06 +0000 (UTC) Received: by ggnk3 with SMTP id k3so3392690ggn.13 for ; Sat, 05 Nov 2011 21:29:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pVsUYno7FzhtEhaz+xzJ8K6R7hGne16Flb0xnqtdCZg=; b=E0gp0i5fO59Ios+aaUE8vLAtC5EYPqeNipJbbgPbPQOjsgWmEVHVnnRhIvWA+fPOkw V3sGsgbbZlFqelWHv4NMlyxaiKJtnGsACE+7fd0e+GkQPeBgx5PoYIE4+qEEi61/uC6j 7n3gRoHjcgy7cgvuvxv8Lg3PUf+VtMhj88+v4= MIME-Version: 1.0 Received: by 10.101.113.1 with SMTP id q1mr860131anm.126.1320553745884; Sat, 05 Nov 2011 21:29:05 -0700 (PDT) Received: by 10.100.143.13 with HTTP; Sat, 5 Nov 2011 21:29:05 -0700 (PDT) In-Reply-To: <288821E5-0392-49CA-BC85-0E550769C732@gmail.com> References: <288821E5-0392-49CA-BC85-0E550769C732@gmail.com> Date: Sun, 6 Nov 2011 00:29:05 -0400 Message-ID: From: Robert Simmons To: Zantgo Content-Type: text/plain; charset=ISO-8859-1 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:29:07 -0000 On Sun, Nov 6, 2011 at 12:10 AM, Zantgo wrote: > Without wanting to erase all contents of / etc / rc.conf, by running "echo" slim_enable = "YES" "> / etc / rc.conf". Please help!. Well, the absolute basics would be: hostname="" ifconfig_"="inet netmask " defaultrouter="" You may also have had: sshd_enable="YES" You can also look at dmesg -a and get a grasp over what other services you had started. 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