Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 20:47:09 +0300 (IDT)
From:      <noor@comrax.com>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        FreeBSD-STABLE Mailing List <freebsd-stable@FreeBSD.ORG>
Subject:   RE: Latest STABLE sources.
Message-ID:  <Pine.BSF.4.10.10007142041470.11414-100000@dns.comrax.com>
In-Reply-To: <XFMail.000714101922.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10007142041470.11414-100000>