From owner-freebsd-current Mon Jun 24 10:54:15 2002 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by hub.freebsd.org (Postfix) with ESMTP id 649F937B401; Mon, 24 Jun 2002 10:54:08 -0700 (PDT) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id g5OHs6f38581; Mon, 24 Jun 2002 10:54:06 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 24 Jun 2002 10:54:06 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: current@freebsd.org Subject: rc_ng: amd invocation is still broken Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I updated my -current system yesterday, and AMD still isn't being started quite right by rc_ng. The messages at boot time say: Starting amd. Amd configuration file (/etc/amd.conf): No such file or directory Here is my rc.conf file: rc_ng="YES" hostname="blake.polstra.com" network_interfaces="fxp0 lo0" ifconfig_fxp0="206.213.73.12/27" defaultrouter="206.213.73.1" amd_enable="YES" nfs_client_enable="YES" nfs_server_enable="YES" portmap_enable="YES" ntpdate_enable="YES" ntpdate_flags="-b wall.polstra.com" xntpd_enable="YES" diskcheckd_enable="NO" inetd_enable="YES" saver="logo" sendmail_enable="NO" sshd_enable="YES" My /etc/rc.d/amd file is the latest version (1.4). Apparently, the "amd_flags" setting is not being honored. I am using the default from /etc/defaults/rc.conf, which is: amd_flags="-a /.amd_mnt -l syslog /host /etc/amd.map /net /etc/amd.map" This should not require any /etc/amd.conf file. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message