From owner-freebsd-stable Wed Feb 28 5:52:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from lerami.lerctr.org (lerami.lerctr.org [207.158.72.11]) by hub.freebsd.org (Postfix) with ESMTP id A5BA437B718 for ; Wed, 28 Feb 2001 05:52:39 -0800 (PST) (envelope-from ler@lerctr.org) Received: (from ler@localhost) by lerami.lerctr.org (8.11.2/8.11.2/20010112/$Revision: 1.13 $) id f1SDqRB20410; Wed, 28 Feb 2001 07:52:27 -0600 (CST) (envelope-from ler) Date: Wed, 28 Feb 2001 07:52:26 -0600 From: Larry Rosenman To: Mike Tancsa Cc: freebsd-stable@FreeBSD.ORG Subject: Re: named/rsh/sendmail? Message-ID: <20010228075226.A20395@lerami.lerctr.org> References: <20010227230312.A15427@lerami.lerctr.org> <4.2.2.20010228013138.02aa0d30@marble.sentex.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <4.2.2.20010228013138.02aa0d30@marble.sentex.net>; from mike@sentex.net on Wed, Feb 28, 2001 at 01:32:18AM -0500 X-Mailer: Mutt http://www.mutt.org/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Mike Tancsa [010228 00:32]: > At 11:03 PM 2/27/2001 -0600, Larry Rosenman wrote: > >Just rebuilt world (last make world was ~10 days ago), and now > >I had to add 2 entries to /etc/hosts (even tho the ptrs are in > >DNS correctly). > > Do you have IPSec in your kernel ? It seems to be something in there as I > see the same odd behavior with it defined. No. Here is the kernel config: # # LERBSD # machine i386 cpu I686_CPU ident LERBSD maxusers 64 ###LER### options NO_F00F_HACK options NO_MEMORY_HOLE options SOFTUPDATES options PERFMON options SEMMNI=200 options SEMMNS=500 makeoptions COPTFLAGS="-O -pipe -march=pentiumpro" ###LER### #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options PNPBIOS device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # SCSI Controllers device ahc0 # AHA2940 and onboard AIC7xxx devices # SCSI peripherals device scbus0 at ahc0 # SCSI bus (required) device da0 at scbus0 bus 0 target 0 unit 0 # Direct Access (disks) device da1 at scbus0 bus 0 target 1 unit 0 # Direct Access (disks) device da2 at scbus0 bus 0 target 2 unit 0 # Direct Access (disks) device da3 at scbus0 bus 0 target 6 unit 0 # Direct Access (disks) device sa # Sequential Access (tape etc) device cd0 at scbus0 bus 0 target 4 unit 0 # CD device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? # flags 0x20 # Advanced Power Management # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer # ISA Ethernet NICs. device ep # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter pseudo-device snp 4 device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 device pcm0 device pca device smbus device iicsmb device ic device iic device iicbus device intpm > > ---Mike > -------------------------------------------------------------------- > Mike Tancsa, tel +1 519 651 3400 > Network Administration, mike@sentex.net > Sentex Communications www.sentex.net > Cambridge, Ontario Canada www.sentex.net/mike -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message