Jail virtualization with CentOS 6.2

D

dns

Guest
Looking for a small how to if is possible with a new version of CentOS 6.2
Thanks :)
 
As far as I know, Jail is for FreeBSD only not for other OSs like Linux. It is technically not a virtualization, more like it offers somewhat similar functions of a virtualization.
 
@dns: Your question is ambiguous. Are you asking for a FreeBSD Jail-like mechanism you can use on your CentOS distro?

If so, check out both of these projects:

Tangentially, it's too bad this isn't (that I know of) properly baked into any major GNU/Linux distros yet. This is still a primary killer feature on FreeBSD.
 
Hello, Thank you for your replies. I try to make CenOS 6 with jail virtualization by this article, I replaced
Code:
fetch [url]http://download.openvz.org/template/precreated/debian-5.0-x86.tar.gz[/url]
(Debian) with
Code:
fetch [url]http://download.openvz.org/template/precreated/centos-6-x86.tar.gz[/url]
(CentOS) and make it with the same configuration from blog post like a Debian method. Finally I found an error message, and it is:
Code:
Configuring jails:.
Starting jails: cannot start jail "centos": 
FATAL: kernel too old
.
I'm using linux_base-f10-10_4. Anyone know how I can create successfully CentOS 6 in Jail?
 
Back
Top