From owner-freebsd-bugs Wed Dec 5 22: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 085CD37B41B for ; Wed, 5 Dec 2001 22:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB6601B92887; Wed, 5 Dec 2001 22:00:01 -0800 (PST) (envelope-from gnats) Received: from snark.rinet.ru (snark.rinet.ru [195.54.192.73]) by hub.freebsd.org (Postfix) with ESMTP id 303F137B405 for ; Wed, 5 Dec 2001 21:58:56 -0800 (PST) Received: (from glebius@localhost) by snark.rinet.ru (8.11.6/8.11.6) id fB65wow38925; Thu, 6 Dec 2001 08:58:50 +0300 (MSK) (envelope-from glebius) Message-Id: <200112060558.fB65wow38925@snark.rinet.ru> Date: Thu, 6 Dec 2001 08:58:50 +0300 (MSK) From: Gleb Smirnoff Reply-To: Gleb Smirnoff To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/32552: broken configuration option in rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32552 >Category: conf >Synopsis: broken configuration option in rc.conf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 05 22:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Gleb Smirnoff >Release: FreeBSD 4.4-RC i386 >Organization: RINET ISP >Environment: System: FreeBSD snark.rinet.ru 4.4-RC FreeBSD 4.4-RC #13: Wed Sep 12 21:45:58 MSD 2001 root@snark.rinet.ru:/usr/obj/usr/src/sys/SNARK i386 >Description: In /etc/defaults/rc.conf exists option pppoed_provider="*". If it is not overriden in /etc/rc.conf, it is expanded to the listing of /. So pppoed is invoked with option -p COPYRIGHT bin boot .... >How-To-Repeat: Try pppoed_enable="YES" in rc.conf. pppoed will not run on boot. If we insert echo in rc.network before /usr/libexec/pppoed, then we will see how pppoed_provider is misinterpreted. >Fix: Comment out this line or override it. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message