Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2006 19:56:17 -0400
From:      stan <stanb@panix.com>
To:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   More NFS exports questions :-(
Message-ID:  <20060930235617.GA11336@teddy.fas.com>

next in thread | raw e-mail | index | archive | help
Sorry, this should be simpople, but i'm having a bad day with it :-(

Given and /etc/exports file that looks like this:

cvsup# cat /etc/exports
/data/FreeBSD/distfiles  -maproot=root:   -network 170.85.113.0 -mask 255.255.255.128
/data/FreeBSD/distfiles  -maproot=root:   -network 170.85.109.0 -mask 255.255.255.128
/data/FreeBSD/distfiles  -maproot=root:   -network 170.85.106.128 -mask 255.255.255.128
/data/OpenBSD/distfiles  -maproot=root:   -network 170.85.113.0 -mask 255.255.255.128
/data/OpenBSD/distfiles  -maproot=root:   -network 170.85.109.0 -mask 255.255.255.128
/data/OpenBSD/distfiles  -maproot=root:   -network 170.85.106.128 -mask 255.255.255.128
/data/OpenBSD/packages  -maproot=root:   -network 170.85.113.0 -mask 255.255.255.128
/data/OpenBSD/packages  -maproot=root:   -network 170.85.109.0 -mask 255.255.255.128
/data/OpenBSD/packages  -maproot=root:   -network 170.85.106.128 -mask 255.255.255.128

And a filesystem structure that looks like this:

cvsup# ls -ld /data
drwxr-xr-x  7 root  wheel  512 Sep 30 17:58 /data

cvsup# ls -l /data/OpenBSD
total 4
drwxr-xr-x  2 root  wheel  512 Sep 30 17:58 distfiles
drwxr-xr-x  2 root  wheel  512 Sep 30 19:34 packages

Can anyone tell me why mountd gives me this error?

mountd: got line /data/OpenBSD/packages  -maproot=root:   -network 170.85.106.128 -mask
255.255.255.128
mountd: found ep fs=0x3e331d82,0xb21e5b03
mountd: doing opt -maproot=root:   -network 170.85.106.128 -mask 255.255.255.128
mountd: doing opt -network 170.85.106.128 -mask 255.255.255.128
get_net: v4 addr 170.85.106.128
mountd: doing opt -mask 255.255.255.128
get_net: v4 addr 255.255.255.128
mountd: can't change attributes for /data/OpenBSD/packages




-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)



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