The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > BSD
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-11-2009
figaro figaro is offline
Registered User
  
 

Join Date: Jan 2007
Posts: 268
Making jails in FreeBSD

When creating a jail on one of our test servers according to the following guidelines: Creating and Controlling Jails

I am running into the following issue:

Code:
# make world DESTDIR=$D
make: don't know how to make world. Stop

What can be done about this?

Another question: If there are two jails, what is the recommended method of synchronising these jails? For instance, upload jail1 via FTP onto a separate (logical) server and then download into jail2 again via FTP from that server?

Last edited by figaro; 02-11-2009 at 05:25 PM.. Reason: Corrected typos