NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

more pilot error





I am having issues getting NFS server & client to work on my NetBSD 6.1.5 server: I see the following in the end of my messages file:


Jul 15 18:53:21 4256EE1 /netbsd: boot device: raid0
Jul 15 18:53:21 4256EE1 /netbsd: root on raid0a dumps on raid0b
Jul 15 18:53:21 4256EE1 /netbsd: root file system type: ffs
Jul 15 18:53:21 4256EE1 /netbsd: wsdisplay0: screen 1 added (80x25, vt100 emulation) Jul 15 18:53:21 4256EE1 /netbsd: wsdisplay0: screen 2 added (80x25, vt100 emulation) Jul 15 18:53:21 4256EE1 /netbsd: wsdisplay0: screen 3 added (80x25, vt100 emulation) Jul 15 18:53:21 4256EE1 /netbsd: wsdisplay0: screen 4 added (80x25, vt100 emulation)
Jul 15 18:53:22 4256EE1 root: /etc/rc: WARNING: $rpcbind is not enabled.
Jul 15 18:53:22 4256EE1 root: /etc/rc: WARNING: /etc/exports is not readable.
Jul 15 18:53:22 4256EE1 root: /etc/rc: WARNING: $rpcbind is not enabled.
Jul 15 18:53:22 4256EE1 savecore: /dev/rraid0b: Device not configured
Jul 15 18:53:22 4256EE1 timed[317]: slave to rpi
Jul 15 10:57:37 4256EE1 timed[317]: date changed by rpi from Wed Jul 15 18:53:22 2015
Jul 15 11:00:01 4256EE1 syslogd[159]: restart

2 (unrelated) issues, but I would like to get both resolved. I have no dump device configured. I have 6 swap partitions:

4256EE1 # pstat -hs
Device      Size     Used    Avail Capacity  Priority
/dev/wd0e    16G       0B      16G     0%    0
/dev/wd1e    16G       0B      16G     0%    0
/dev/wd2e    16G       0B      16G     0%    0
/dev/wd3e    16G       0B      16G     0%    0
/dev/wd4e    16G       0B      16G     0%    0
/dev/wd5e    16G       0B      16G     0%    0
Total        96G       0B      96G     0%
4256EE1 # cat fstab
# NetBSD /targetroot/etc/fstab
# See /usr/share/examples/fstab/ for more examples.
/dev/raid0a     /               ffs     rw      1 1
/dev/raid1a     /usr            ffs     rw      1 2
/dev/wd0e       none            swap    sw      0 0
/dev/wd1e       none            swap    sw      0 0
/dev/wd2e       none            swap    sw      0 0
/dev/wd3e       none            swap    sw      0 0
/dev/wd4e       none            swap    sw      0 0
/dev/wd5e       none            swap    sw      0 0
/dev/dk0        /home           ffs     rw,log  1 3
kernfs          /kern           kernfs  rw
ptyfs           /dev/pts        ptyfs   rw
procfs          /proc           procfs  rw
/dev/cd0a       /cdrom          cd9660  ro,noauto
/dev/sd0a       /media/sd       ufs     rw,noauto
4256EE1 #

Is there a mount flag I can use to specify a dump device (preferably 1 of the swap partitions) ?

Also, I presume nfsd *can* work w/o rpcbind running, but I can't seem to locate how to do that in the man pages. Any clues there appreciated. I am on a LAN, this is *not* a public server, so only mount requests from other LAN boxen will be processed. I (think I) configured everything as needed in my rc.conf file:

4256EE1 # cat rc.conf
#       $NetBSD: rc.conf,v 1.96 2000/10/14 17:01:29 wiz Exp $
#
# see rc.conf(5) for more information.
#
# Use program=YES to enable program, NO to disable it. program_flags are
# passed to the program on the command line.
#

# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
# These can be overridden below.
#
if [ -r /etc/defaults/rc.conf ]; then
        . /etc/defaults/rc.conf
fi

# If this is not set to YES, the system will drop into single-user mode.
#
rc_configured=YES

# Add local overrides below
#

hostname=4256EE1.CFD.COM
defaultroute="192.168.0.254"

sshd=YES
timed=YES
wscons=YES

# NFS daemons and parameters.
#
mountd=YES              mountd_flags=""         # NFS mount requests daemon
nfs_client=YES                                  # enable client daemons
nfs_server=YES                                  # enable server daemons
lockd=YES               lockd_flags=""
statd=YES               statd_flags=""

amd=YES
4256EE1 #

but the service doesn't start. More pilot error, most assuredly, but any clues appreciated. TIA & have a good one.

--

	William A. Mahaffey III

 ----------------------------------------------------------------------

	"The M1 Garand is without doubt the finest implement of war
	 ever devised by man."
                           -- Gen. George S. Patton Jr.



Home | Main Index | Thread Index | Old Index