From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 04:53:41 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9A416A420 for ; Sun, 4 Dec 2005 04:53:41 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCA243D55 for ; Sun, 4 Dec 2005 04:53:40 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 9F7FB6172; Sat, 3 Dec 2005 22:53:39 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62135-01; Sat, 3 Dec 2005 22:53:36 -0600 (CST) Received: by makeworld.com (Postfix, from userid 1008) id 8B231614A; Sat, 3 Dec 2005 22:53:36 -0600 (CST) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 526B260C6; Sat, 3 Dec 2005 22:53:36 -0600 (CST) Message-ID: <43927651.1080405@makeworld.com> Date: Sat, 03 Dec 2005 22:53:37 -0600 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051122) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jose Borquez References: <43925CEC.7000304@sbcglobal.net> <20051204041654.GB1269@xor.obsecurity.org> <43927372.4010305@sbcglobal.net> In-Reply-To: <43927372.4010305@sbcglobal.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - FreeBSD:The Power To Serve Cc: FreeBSD Questions group , Kris Kennaway Subject: Re: /etc/rc.conf: 18: Syntax error: Unterminated quoted string X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2005 04:53:41 -0000 Jose Borquez wrote: > Kris Kennaway wrote: > >> On Sat, Dec 03, 2005 at 07:05:16PM -0800, Jose Borquez wrote: >> >> >>> I just recently did a make buildworld, make buildkernel, make install >>> kernel, make installworld, and mergemaster in that order. When I >>> login as root I get the following email message: >>> >>> Subject: Cron /usr/libexec/save-entropy >>> X-Cron-Env: >>> X-Cron-Env: >>> X-Cron-Env: >>> X-Cron-Env: >>> X-Cron-Env: >>> >>> /etc/rc.conf: 18: Syntax error: Unterminated quoted string >>> >> >> >> Are you sure this is your exact rc.conf, since it is not 18 lines >> long? >> >> 1 > ifconfig_tx0="inet 172.16.1.6 netmask 255.255.0.0" >> 2 > moused_enable="YES" >> 3 > moused_type="auto" >> 4 > sshd_enable="YES" >> 5 > usbd_enable="YES" >> 6 > ntpd_enable="YES" >> 7 > enable_quotas="YES" >> 8 > check_quotas="NO" >> 9 > clear_tmp_enable="YES" # YES has to be in capital >> letters >> 10 > ipfilter_enable="YES" # Start ipf firewall >> 11 > ipfilter_rules="/etc/ipf.rules" # loads rules definition >> text file >> 12 > ipmon_enable="YES" # Start IP monitor log >> 13 > ipmon_flags="-Ds" # D = start as daemon >> >> Kris >> >> > Here are the entire contents of my rc.conf file: > > # /sys/i386/conf >vi /etc/rc.conf > > # -- sysinstall generated deltas -- # Thu Dec 1 13:50:25 2005 > # Created: Thu Dec 1 13:50:25 2005 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > defaultrouter="172.16.0.1" > hostname="daemon" > ifconfig_tx0="inet 172.16.1.6 netmask 255.255.0.0" > moused_enable="YES" > moused_type="auto" > sshd_enable="YES" > usbd_enable="YES" > ntpd_enable="YES" > enable_quotas="YES" > check_quotas="NO" > clear_tmp_enable="YES" # YES has to be in capital letters > ipfilter_enable="YES" # Start ipf firewall > ipfilter_rules="/etc/ipf.rules" # loads rules definition text > file > ipmon_enable="YES" # Start IP monitor log > ipmon_flags="-Ds" # D = start as daemon Additional error: hostname="daemon" Again, remove the "" -- Best regards, Chris Our customers' paperwork is profit. Our own paperwork is loss.