I am trying to set up a Centos 6 jail. It fails with the following error:
root@ultrabook:~ # service jail start centos6
Starting jails: centos6jls: jail "centos6" not found
.
I somehow managed to run it once by changing the start script from:
exec.start = "/bin/sh /etc/rc";
to
exec.start = "/
On 2016-08-28 15:42, Grzegorz Junka wrote:
I am trying to set up a Centos 6 jail. It fails with the following
error:
root@ultrabook:~ # service jail start centos6
Starting jails: centos6jls: jail "centos6" not found
.
I somehow managed to run it once by changing the start script from:
exec.st