Making jails in FreeBSD


 
Thread Tools Search this Thread
Operating Systems BSD Making jails in FreeBSD
# 1  
Old 02-11-2009
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
# 2  
Old 02-11-2009
Will try to install cvsup first and get back with issues, if any. Would be good to know rth answer to the second set of questions though.
# 3  
Old 02-11-2009
The error message still remains.
Code:
make: don't know how to make world. Stop

Any suggestions?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

What choice when "making" an executable on FreeBSD?

I should make an executable on our server, and are having some problem (I changed this question cause I found out that anser). I'm getting this error when trying to do make: In file included from... /usr/include/sys/file.h:161: error: expected specifier-qualifier-list before 'u_int' *** Error... (1 Reply)
Discussion started by: 244an
1 Replies

2. UNIX for Advanced & Expert Users

Regarding help for making own OS

Dear Fellow, I want to make my own OS, Kindly suggest from where i should start. please help me out. (2 Replies)
Discussion started by: zaigham_tt
2 Replies

3. Shell Programming and Scripting

Making Variables

Dear Friends, Here I need your help once again. I have a flat file with pipe de-limited format e.g. 12345|1234567890|0|0|0| (Total 5 values) I want to take all non 0 ("Zero") values in variables named as anu1, anu2, anu3, anu4 and anu5. Is it possible? Please guide me. Thank you in... (3 Replies)
Discussion started by: anushree.a
3 Replies

4. UNIX and Linux Applications

help making a library.

I understand how to use vi and emacs but I have a project which entails building a library application like a phone directory or listing of dvd's. I am lost on where to start. any help would be appreciated. (1 Reply)
Discussion started by: gustave
1 Replies

5. Shell Programming and Scripting

making sure my string is [a-z] only

Hi there I am trying to figure out how I can validate my string to ensure that it is consists of only lower case alpha chrataters but for some reason whatever I do, it seems to come back with 'true' I have tried if " ]] ; then echo "yes its fine" else echo... (21 Replies)
Discussion started by: hcclnoodles
21 Replies

6. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

7. Shell Programming and Scripting

making script

hello experts cany any one help me i want to make one script which can rlogin to another machine . but it should not ask me username/password from me of another machine it should take the username and password from the script only. please help me out. regards, shary (2 Replies)
Discussion started by: shary
2 Replies
Login or Register to Ask a Question