From owner-freebsd-questions Mon Aug 18 04:16:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA14508 for questions-outgoing; Mon, 18 Aug 1997 04:16:57 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA14491 for ; Mon, 18 Aug 1997 04:16:42 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id OAA26273; Mon, 18 Aug 1997 14:13:44 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma026270; Mon Aug 18 14:13:08 1997 Message-ID: <33F82DAC.269@barcode.co.il> Date: Mon, 18 Aug 1997 14:12:47 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: Francis Vidal CC: FreeBSD-Questions Mailing List Subject: Re: ugly /etc/rc.conf & others References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Francis Vidal wrote: > > hello again guys! > > i'm confused with the way my '/etc/rc.conf' turns out whenever i do > '/stand/sysinstall', the # (comments) duplicate at the end of each > line! here's what my 'rc.conf' looks like: > [snip] > > o how can i make the changes i make when in sysinstall permanent? (like > where i get my source, package, etc. > > o why do i get "inetd[xxx]: login_getclass: unknown class 'root'" > messages on the system console? Both these items are addressed in the errata.txt file for 2.2.2-RELEASE. See the releases page on the web site, or the file in the ftp site. > > o why can't i 'su' to root access? what must i do? it says i'm not a > member of something. wheel group. Edit (as root) the file /etc/group, and add your user name to the line for the wheel group. > > i'm sorry if i have so many questions about FreeBSD. this is my first time > to manage to FreeBSD box although i've been using Linux for quite some > time now. we use FreeBSD on our proxy server running Squid 1.NOVM.15 with > 1.5G of cache. i have heard from the Squid community of FreeBSD's > performance that's why we gave FreeBSD a try. > > thank you very much! You welcome, but next time, please read the docs on the web site and search the mailing list archives before you post to mailing lists. All your questions have been answered to death on this list. Nadav