Date: Mon, 28 May 2001 10:32:39 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: current@freebsd.org Subject: wierdness with mountd Message-ID: <Pine.BSF.4.21.0105281028440.16204-100000@beppo.feral.com>
next in thread | raw e-mail | index | archive | help
Over the last couple of weeks, I've seen wierd statements coming out of mountd: On startup: May 28 10:16:04 farrago mountd[216]: can't delete exports for / On a mount of /usr/obj: May 28 10:21:43 farrago mountd[217]: can't delete exports for /tmp May 28 10:21:43 farrago mountd[217]: can't delete exports for /usr/obj Here's my exports file: /space/compiles/tstsys farrago Say what? Can anyone say what's ailing mountd here? My systems is a mergemaster'd build/installworld from a couple of days ago. -matt Here's my fstab: /dev/da0a / ufs rw 1 1 /dev/da0b none swap sw 0 0 /dev/ad0a /altroot ufs rw,noauto 0 0 proc /proc procfs rw 0 0 blade:/storage0/home /home nfs rw 0 0 beppo:/usr/ports /usr/ports nfs rw 0 0 beppo:/space/freebsd/FreeBSD-current/sys /tstsys nfs rw 0 0 farrago:/space/compiles/tstsys /tstsys/compile nfs rw,noauto 0 0 beppo:/space/freebsd/ncvs /home/ncvs nfs rw,noauto 0 0 and tmp and /tstsys/compile are devices created/mounted in rc.local: mount /home/ncvs mount /tstsys/compile #mount /tstsys/modules # mdconfig -a -t swap -s 128M -u 10 disklabel -r -w md10 auto newfs -f `sysctl -n hw.pagesize` /dev/md10c #tunefs -n enable /dev/md10c mount /dev/md10c /tmp chmod 1777 /tmp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105281028440.16204-100000>