Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2001 07:52:26 -0600
From:      Larry Rosenman <ler@lerctr.org>
To:        Mike Tancsa <mike@sentex.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: named/rsh/sendmail?
Message-ID:  <20010228075226.A20395@lerami.lerctr.org>
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
References:  <20010227230312.A15427@lerami.lerctr.org> <4.2.2.20010228013138.02aa0d30@marble.sentex.net>

next in thread | previous in thread | raw e-mail | index | archive | help
* Mike Tancsa <mike@sentex.net> [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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010228075226.A20395>