Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 1996 09:22:14 +0930 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        msmith@genesis.atrad.adelaide.edu.au (Michael Smith)
Cc:        terry@lambert.org, msmith@atrad.adelaide.edu.au, asami@cs.berkeley.edu, current@freebsd.org
Subject:   Re: NFS in -current is _BUSTED_
Message-ID:  <199605122352.JAA16913@genesis.atrad.adelaide.edu.au>
In-Reply-To: <199605122345.JAA16860@genesis.atrad.adelaide.edu.au> from "Michael Smith" at May 13, 96 09:15:27 am

next in thread | previous in thread | raw e-mail | index | archive | help
Michael Smith stands accused of saying:
> 
> As I said, the GENERIC kernel works fine.  Here's my config for the failing 
> one.  At this point, I'm suspecting either NFS_NOSERVER or the omission of 
> the other processor types.

Dang.  I really should wait 'till after my first coffee to tackle my mail.

Here we go :

machine         "i386"
cpu             "I386_CPU"
ident           LUMPY
maxusers        16

options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         NFS                     #Network Filesystem
options         MSDOSFS                 #MSDOS Filesystem
options         PROCFS                  #Process filesystem
options         "COMPAT_43"             #Compatible with BSD 4.3 [KEEP THIS!]
options         "SCSI_DELAY=5"          #Be pessimistic about Joe SCSI device
options         UCONSOLE                #Allow users to grab the console
options         NFS_NOSERVER

config          kernel  root on wd0

controller      isa0

controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk            fd0     at fdc0 drive 0

controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
disk            wd0     at wdc0 drive 0

controller      bt0     at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
controller      scbus0
device          sd0
device          st0

# syscons is the default console driver, resembling an SCO console
device          sc0     at isa? port "IO_KBD" tty irq 1 vector scintr

# Mandatory, don't remove
device          npx0    at isa? port "IO_NPX" irq 13 vector npxintr

device          sio0    at isa? port "IO_COM1" tty irq 4 vector siointr
device          sio1    at isa? port "IO_COM2" tty irq 3 vector siointr

device          lpt0    at isa? port? tty irq 7 vector lptintr

device ed0 at isa? port 0x340 net irq  5 iomem 0xd8000 vector edintr

pseudo-device   loop
pseudo-device   ether
pseudo-device   log
pseudo-device   pty     16


I've tried with and without the 'bt' driver and SCSI bus stuff, and that
doesn't appear to change anything.  The 'NFS_NOSERVER' option is next on
the list.


-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and      (GSM mobile) 0411-222-496       [[
]] realtime instrument control          (ph/fax)  +61-8-267-3039        [[
]] Collector of old Unix hardware.      "Where are your PEZ?" The Tick  [[



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