DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 24th June 2009
syrushcw syrushcw is offline
Port Guard
 
Join Date: May 2008
Posts: 17
Default Diskless Cluster

I'm working I'm setting up FreeBSD 7.2 Beowulf diskless cluster with about 10 nodes. I followed the FreeBSD Handbook chapter 31.7 Diskless Operation and everything works up until "31.7.2.7.1 Using make world to populate root" I run the following script.
Code:
#!/bin/sh
export DESTDIR=/tftpboot
mkdir -p ${DESTDIR}
cd /usr/src; make buildworld && make buildkernel
cd /usr/src/etc; make distribution
making distribution the first error I got was for master.passwd which I had to manually copy into /tftboot/etc Then the next error was hcsecd.conf Followed by
Code:
bluetooth.device.conf devfs.conf pccard.conf periodic.conf rc.conf
*** Error Code 64
So I copied those conf files into /tftpboot/etc/defaults
Does anyone know why it is hanging at these conf files or anything I can do for I don't have to manually copy these conf files every time it hangs?
Thanks
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
freebsd cluster how to t4y4n FreeBSD General 18 18th September 2008 06:11 PM
Load balancing cluster. bigb89 General software and network 16 3rd July 2008 09:28 PM
Mysql Cluster Questions . . Help! dcreatorx FreeBSD Ports and Packages 3 3rd July 2008 01:06 PM
MySQL High Availability FreeBSD Cluster businessgeeks FreeBSD General 7 24th June 2008 07:12 PM


All times are GMT. The time now is 06:52 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick