From owner-freebsd-stable Fri Jul 14 10:47:24 2000 Delivered-To: freebsd-stable@freebsd.org Received: from dns.comrax.com (dns.comrax.com [194.90.246.124]) by hub.freebsd.org (Postfix) with ESMTP id B2F3037C692; Fri, 14 Jul 2000 10:47:16 -0700 (PDT) (envelope-from noor@comrax.com) Received: by dns.comrax.com (Postfix, from userid 100) id B4C0C1C982; Fri, 14 Jul 2000 20:47:09 +0300 (IDT) Received: from localhost (localhost [127.0.0.1]) by dns.comrax.com (Postfix) with ESMTP id A59BD16E02; Fri, 14 Jul 2000 20:47:09 +0300 (IDT) Date: Fri, 14 Jul 2000 20:47:09 +0300 (IDT) From: To: John Baldwin Cc: FreeBSD-STABLE Mailing List Subject: RE: Latest STABLE sources. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Jul 2000, John Baldwin wrote: > > > > > 1. A compile error in make buildworld in lpcontrol. A patch was supplied. > > 2. An install problem in make installworld, while installing perl5. Set > > NO_PERL in /etc/make.conf to install correctly. > > Hrm, I haven't hit this. > You need to disable building and installing Perl5 in /etc/make.conf before successfully issuing 'make installworld'. Note: 'make buildworld' compiles Perl5 correctly. > > > 3. I believe there's a problem in /etc/defaults/rc.conf as it doesn't read > > /etc/rc.conf correctly. I didn't find a post about this, and in my case at > > least, the 'defaultrouter' and 'named_enable' parameters were not recognized > > from /etc/rc.conf by /etc/defaults/rc.conf. Is this known? > > Umm, I've not seen this problem at all, can you be more specific? > Sure. The following settings HAD to be specified in /etc/defaults/rc.conf to work, as putting them in /etc/rc.conf has no effect: defaultrouter="xx.yy.zz.1" hostname="dns.comrax.com" firewall_enable="YES" firewall_quiet="YES" named_enable="NO" named_program="/usr/sbin/named" named_flags="-u bind -g bind -b /etc/namedb/named.conf" portmap_enable="NO" sendmail_enable="NO" accounting_enable="YES" rtadvd_enable="NO" Also, the following settings DID work when putting them in /etc/rc.conf only: network_interfaces="xl0 lo0" ifconfig_xl0="inet 194.90.246.124 netmask 255.255.255.0" ifconfig_xl0_alias0="inet xx.yy.zz.10 netmask 0xffffffff" . . ifconfig_xl0_alias6="inet xx.yy.zz.70 netmask 0xffffffff" The 'xx.yy.zz.*' are of course IP numbers. uname -a yields: FreeBSD dns.domainname.com 4.0-STABLE FreeBSD 4.0-STABLE #0: Thu Jul 13 19:03:47 IDT 2000 root@dns.domainname.com:/home/obj/usr/src/sys/WWW i386 Noor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message