From owner-freebsd-hackers Thu Dec 7 10:50:10 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07490 for hackers-outgoing; Thu, 7 Dec 1995 10:50:10 -0800 (PST) Received: from bigbird.vmicls.com (bigbird.vmicls.com [198.17.96.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA07485 for ; Thu, 7 Dec 1995 10:50:02 -0800 (PST) Received: from gonzo by bigbird.vmicls.com (8.6.9/SMI-4.1-vmicls-master-host-1) id NAA19582; Thu, 7 Dec 1995 13:52:24 -0500 From: Jerry.Kendall@vmicls.com (Jerry Kendall) Organization: VMI Communications and Learning Systems Received: by gonzo (5.0/vmi-client-host-1) id AA26597; Thu, 7 Dec 1995 13:52:23 +0500 Date: Thu, 7 Dec 1995 13:52:23 +0500 Message-Id: <9512071852.AA26597.gonzo@vmicls.com> To: hackers@freebsd.org Subject: Diskless systems Cc: sjonker@klg.com X-Sun-Charset: US-ASCII Sender: owner-hackers@freebsd.org Precedence: bulk I am having some problem with setting up a diskless system. I have the bootptab and tftpboot stuff all setup ok, BUT, whenever it tried to mount it's remote root filesystem, it failed. I started to look at the /etc/exports file and the /var/log/messages file and spotted some errors. The diskless systems name is pc4. It's swap should be on 'antares:/diskless/swapfs/swap.' It's root should be on 'antares:/diskless/rootfs/pc4' /etc/exports is below: ---- / altair.kcis.com /diskless/swapfs -maproot=0:0 deneb.kcis.com /diskless/rootfs/pc4 -maproot=0:0 deneb.kcis.com ---- AND /var/log/messages file get this: ---- .... mountd[78]: Can't change attributes for /diskless/rootfs/pc4. .... mountd[78]: Bad exports list line /diskless/rootfs/pc4 ---- I tried removing ' -maproot=0:0 deneb.kcis.com' from both lines aswell as only single lines. It still got the same message info. The permissions for /diskless are 777 The permissions for /diskless/* are 777 Any help would be good. Jerry