Date: Wed, 24 May 1995 13:24:41 CST6CDT From: "John Booth" <JOHN@gab.unt.edu> To: freebsd-questions@FreeBSD.org Subject: Message-ID: <5E74813134@gab.unt.edu>
next in thread | raw e-mail | index | archive | help
My NFS doesn't seem to work at all with current. Portmap runs ok,
then mountd won't register with it. I think it may be related to
the arpresolve messages I'm getting on console. Also bootpgw won't
seem to give bootp's to the machines requesting them after it gets
one from our name server.
machine "i386"
cpu "I486_CPU"
cpu "I586_CPU" # aka Pentium(tm)
#
# This is the ``identification'' of the kernel. Usually this should
# be the same as the name of your kernel.
#
ident www
#
# The `maxusers' parameter controls the static sizing of a number of
# internal system tables by a complicated formula defined in param.c.
#
maxusers 25
options "NMBCLUSTERS=2048"
options "CHILD_MAX=128"
options "OPEN_MAX=128"
#
# This directive defines a number of things:
# - The compiled kernel is to be called `kernel'
# - The root filesystem might be on partition wd0a
# - The kernel can swap on wd0b and sd0b, defaulting to the former
# - Crash dumps will be written to wd0b, if possible
#
config kernel root on wd0
#
# Implement system calls compatible with 4.3BSD and older versions of
# FreeBSD.
#
options "COMPAT_43"
#####################################################################
# NETWORKING OPTIONS
#
# Protocol families:
# Only the INET (Internet) family is officially supported in FreeBSD.
# Source code for the NS (Xerox Network Service), ISO (OSI), and
# CCITT (X.25) families is provided for amusement value, although we
# try to ensure that it actually compiles.
#
options INET #Internet communications protocols
pseudo-device ether #Generic Ethernet
pseudo-device loop #Network loopback device
pseudo-device sl 2 #Serial Line IP
options GATEWAY #internetwork gateway
# One of these is mandatory:
options FFS #Fast filesystem
options NFS #Network File System
# The rest are optional:
options "CD9660" #ISO 9660 filesystem
options MSDOSFS #MS DOS File System
# Allow this many swap-devices.
options "NSWAPDEV=20"
controller scbus0 #base SCSI code
device ch0 #SCSI media changers
device sd0 #SCSI disks
device st0 #SCSI tapes
device cd0 #SCSI CD-ROMs
device worm0 at scbus? # SCSI worm
device pt0 at scbus? # SCSI processor type
device sctarg0 at scbus? # SCSI target
# SCSI OPTIONS:
# SCSIDEBUG: When defined enables debugging macros
# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
# only when booting verbosely.
#options NO_SCSI_SENSE
options SCSI_REPORT_GEOMETRY
pseudo-device pty 20 #Pseudo ttys - can go as high as 64
pseudo-device log #Kernel syslog interface (/dev/klog)
#####################################################################
# HARDWARE DEVICE CONFIGURATION
# ISA and EISA devices:
# Currently there is no separate support for EISA. There should be.
# Micro Channel is not supported at all.
#
# Mandatory ISA devices: isa, sc or vt, npx
#
controller isa0
options "AUTO_EOI_1"
options BOUNCE_BUFFERS
options "MAXCONS=4"
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
#
# Optional ISA and EISA devices:
#
# ahc: Adaptec 274x/284x/294x
controller ahc0 at isa? bio irq ? vector ahcintr # port??? iomem?
#
# ST-506, ESDI, and IDE hard disks: `wdc' and `wd'
#
#
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0
disk wd1 at wdc0 drive 1
controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr
disk wd2 at wdc1 drive 0
disk wd3 at wdc1 drive 1
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector
fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
options FDSEEKWAIT="16"
device ep0 at isa? port 0x300 net irq 10 vector epintr
device ep1 at isa? port 0x200 net irq 3 vector epintr
device ep2 at isa? port 0x220 net irq 5 vector epintr
controller pci0
device ncr0 # not being used could pull this.
dmesg
FreeBSD 2.0-BUILT-19950522 #0: Mon May 22 17:50:22 1995
root@www.cas.unt.edu:/usr/src/sys/compile/www
CPU: 90-MHz Pentium 735\\90 (Pentium-class CPU)
Origin = "GenuineIntel" Id = 0x524 Stepping=4
Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC>
real memory = 16384000 (4000 pages)
avail memory = 15044608 (3673 pages)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <4 virtual consoles, flags=0x0>
ahc0 not found
wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <Conner Peripherals 420MB - CFS420A>
wd0: 406MB (832608 sectors), 826 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 not found at 0x170
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B
fd0: 1.44MB 3.5in
fd1: 1.2MB 5.25in
3 3C5x9 board(s) on ISA found at 0x300 0x200 0x220
ep0 at 0x300-0x30f irq 10 on isa
ep0: aui/bnc/utp[*BNC*] address 00:20:af:38:54:e6 irq 10
ep1 at 0x200-0x20f irq 3 on isa
ep1: aui/bnc/utp[*BNC*] address 00:20:af:9e:19:7e irq 3
ep2 at 0x220-0x22f irq 5 on isa
ep2: aui/bnc/utp[*BNC*] address 00:20:af:9e:19:98 irq 5
npx0 on motherboard
npx0: INT 16 interface
Probing for devices on the pci0 bus:
configuration mode 2 allows 16 devices.
chip0 <Intel 82434LX PCI cache memory controller> rev 17 on pci0:0
chip1 <Intel 82378IB PCI-ISA bridge> rev 3 on pci0:2
ahc0 <Adaptec 294X SCSI host adapter> rev 0 int a irq 9 on pci0:6
ahc0: reading board settings
ahc0: 294x Single Channel, SCSI Id=7, aic7870, 16 SCBs
ahc0: Downloading Sequencer Program...Done
ahc0: Probing channel A
ahc0: target 5 synchronous at 5.0MB/s, offset = 0x8
(ahc0:5:0): "HP C2490A-300 4140" type 0 fixed SCSI 2
sd0(ahc0:5:0): Direct-Access 2033MB (4165272 512 byte sectors)
sd0(ahc0:5:0): with 2630 cyls, 18 heads, and an average 87
sectors/track
vga0 <Display device> rev 0 on pci0:12
pci0: uses 8392704 bytes of memory from a0000000 upto ffbfffff.
pci0: uses 256 bytes of I/O space from fc00 upto fcff.
sctarg0(noadapter::): Processor Target
wd0s1: type 0xa5, start 0, end = 832607, size 832608 : OK
sd0s1: type 0xa5, start 0, end = 4165271, size 4165272
sd0s1: C/H/S end 259/70/27 (498419) != end 4165271: invalid
sd0: raw partition size != slice size
sd0: start 0, end 4165271, size 4165272
sd0c: start 0, end 4294967295, size 0
sd0s1: type 0xa5, start 0, end = 4165271, size 4165272
sd0s1: C/H/S end 259/70/27 (498419) != end 4165271: invalid
sd0: raw partition size != slice size
sd0: start 0, end 4165271, size 4165272
sd0c: start 0, end 4294967295, size 0
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
arpresolve: can't allocate llinfo
ep0: Status: 2002
ep0: Status: 2002
netstat -i
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs
ep0 1500 <Link>00.20.af.38.54.e6 385168 409 18027 4
ep0 1500 129.120.3 www 385168 409 18027 4
ep0 1500 129.120 www.aero.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.biol.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.chem.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.comm.unt.ed 385168 409 18027 4
ep0 1500 129.120 129.120.3.155 385168 409 18027 4
ep0 1500 129.120 www.danc.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.econ.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.nuet.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.engl.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.lang.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.geog.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.hist.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.jour.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.math.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.phys.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.psci.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.psyc.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.rtvf.unt.ed 385168 409 18027 4
ep0 1500 129.120 www.sphs.unt.ed 385168 409 18027 4
ep0 1500 129.120 129.120.3.171 385168 409 18027 4
ep0 1500 129.120 129.120.3.172 385168 409 18027 4
ep1 1500 <Link>00.20.af.9e.19.7e 68972 0 8460 0
ep1 1500 129.120.169 129.120.169.250 68972 0 8460 0
ep2 1500 <Link>00.20.af.9e.19.98 63444 0 6618 1
ep2 1500 129.120.158 129.120.158.250 63444 0 6618 1
lo0* 16384 <Link> 0 0 0 0
sl0* 552 <Link> 0 0 0 0
sl1* 552 <Link> 0 0 0 0
----------------------------------------------------------------------
College of Arts & Sciences
Computing Services
John A. Booth, john@gab.unt.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5E74813134>
