From owner-freebsd-questions Sun Aug 27 23:39:34 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id XAA04882 for questions-outgoing; Sun, 27 Aug 1995 23:39:34 -0700 Received: from easynet.com ([199.2.26.10]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id XAA04875 for ; Sun, 27 Aug 1995 23:39:33 -0700 Received: from easy4.easynet.com by easynet.com with smtp (Smail3.1.28.1 #7) id m0smxrC-000rgmC; Sun, 27 Aug 95 23:39 WET DST Received: (from brian@localhost) by easy4.easynet.com (8.6.11/8.6.9) id XAA12267 for freebsd-questions@freebsd.org; Sun, 27 Aug 1995 23:39:34 -0700 From: Brian Litzinger Message-Id: <199508280639.XAA12267@easy4.easynet.com> Subject: bad exports line xyz To: freebsd-questions@freebsd.org Date: Sun, 27 Aug 1995 23:39:33 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24 ME7a] Content-Type: text Content-Length: 743 Sender: questions-owner@freebsd.org Precedence: bulk I'm running -current, with all the nfs support stuff appropriately recompiled, and which for the most part works. However, specifing anything more complicated than just the filesystem on a line in /etc/exports brings on the following errors: Aug 27 21:38:58 easy4 mountd[12076]: Can't change attributes for /usx. Aug 27 21:38:58 easy4 mountd[12076]: Bad exports list line /usx -maproot Aug 27 21:38:58 easy4 mountd[12076]: Can't change attributes for /usy. Aug 27 21:38:58 easy4 mountd[12076]: Bad exports list line /usy -maproot /etc/exports looks like /usx -maproot=0 web.myfriend.com /usy -maproot=0 web.myfriend.com It only runs error free if /etc/exports looks like: /usx /usy Any ideas? Thanks, Brian Litzinger brian@easynet.com