From owner-freebsd-questions Mon Mar 13 23:29:32 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA02781 for questions-outgoing; Mon, 13 Mar 1995 23:29:32 -0800 Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA02775 for ; Mon, 13 Mar 1995 23:29:28 -0800 Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id AAA23254 for ; Tue, 14 Mar 1995 00:30:55 -0700 Message-Id: <199503140730.AAA23254@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol To: questions@FreeBSD.org Subject: diskless booting Date: Tue, 14 Mar 1995 00:30:53 -0700 From: Steve Passe Sender: questions-owner@FreeBSD.org Precedence: bulk hello, i am currently trying to get a diskless station working with the 950210-SNAP. followed the instructions in the diskless faq, specifics of my setup: server is 950210-SNAP, IP: xxx.yyy.zzz.136 /tftpboot/cfg.xxx.yyy.zzz.137: rootfs xxx.yyy.zzz.136:/usr/rootfs/eisa swapfs xxx.yyy.zzz.136:/usr/swapfs/swap.xxx.yyy.zzz.137 [ the faq does NOT show the actual ^^^^^^^^^^^^^^^^^^^^ swap file ? is this a bug in the faq? if i leave it out netboot complains about not haveing permission to mount ] swapsize 20000 hostname eisa.my.domain /etc/exports: /usr /usr/rootfs/eisa /usr/swapfs -maproot=0:0 eisa.my.domain [ are ^^^^^^^^^^^^^^^ ^^^^^^^^^^^ these safe? i also tried using just /usr as the mount point, no difference... ] etc/bootptab: default:\ :dn="my.domain":\ :td=/tftpboot:\ :to=auto: eisa:\ :ht=ether:\ :ha=0000c0b01234:\ :sm=255.255.255.240:\ :hn:\ :ds=xxx.yyy.zzz.129:\ :ip=xxx.yyy.zzz.137:\ :gw=xxx.yyy.zzz.130:\ :vm=rfc1048:\ :tc=default: i took a slightly different approach for the /usr/rootfs/eisa/ file system, i modified the X11R6 lndir program to create a tree of soft links to the / tree. I then did a rm -rf of etc and copied /etc in its place and modified things like myname, netstart, etc. this saves quite alot of space. now the problem, running netboot from eisa: A> netboot .... Loading /tftpboot/cfg.xxx.yyy.zzz.137: rootfs xxx.yyy.zzz.136:/usr/rootfs/eisa swapfs xxx.yyy.zzz.136:/usr/swapfs/swap.xxx.yyy.zzz.137 swapsize 20000 hostname eisa.my.domain ***RPC ERROR: (0,0,0): Unable to mount SWAP filesystem: No such file or directory. boot> the swapfile i set up appears to be there: /usr/swapfs/swap.xxx.yyy.zzz.137 exists: -rw-rw-rw-, /usr/swapfs is drwxrwxrwx any ideas? Steve Passe smp@clem.systemsix.com /usr/swapfs/swap.xxx.yyy.zzz.137