Date: Fri, 14 Jul 2000 12:37:47 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.ORG> To: noor@comrax.com Cc: FreeBSD-STABLE Mailing List <freebsd-stable@FreeBSD.ORG> Subject: RE: Latest STABLE sources. Message-ID: <XFMail.000714123747.jhb@FreeBSD.org> In-Reply-To: <Pine.BSF.4.10.10007142041470.11414-100000@dns.comrax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 14-Jul-00 noor@comrax.com wrote: > > 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. It's worked fine for me. Assuming that you mean you can build and install world with Perl5 enabled. >> > 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" Umm, well, named is disabled by default. :) I'll play around with this some more, but I haven't had any problems like this. Do you have a specific date when they started? > 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 -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000714123747.jhb>