Hi Everyone
I'm currently trying to setup Jails via EzJail on a couple of AWS EC2 instances. One is running 10.1 and the other is 10.2 (both running RELEASE).
When I try to start a Jail I get the following error on both machines:
Note: Nothing more than the Warning is appearing in the logs.
The commands I used to create the Jail were:
The same commands worked correctly on two other machines, one physical and the other a DigitalOcean VPS, both running 10.2 RELEASE.
Any help would be greatly appreciated.
I'm currently trying to setup Jails via EzJail on a couple of AWS EC2 instances. One is running 10.1 and the other is 10.2 (both running RELEASE).
When I try to start a Jail I get the following error on both machines:
ezjail-admin start db
Code:
Starting jails: cannot start jail "db":
jail: db: mount.fdescfs: /usr/jails/db/dev/fd: No such file or directory
.
/etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider to migrate to /etc/jail.conf.
Error: Could not start db.
You need to start it by hand.
Note: Nothing more than the Warning is appearing in the logs.
The commands I used to create the Jail were:
Code:
cloned_interfaces="lo1"
ezjail_enable="YES"
service net if cloneup
ezjail-admin update -i -p
ezjail-admin create db 'lo1|x.x.x.x'
The same commands worked correctly on two other machines, one physical and the other a DigitalOcean VPS, both running 10.2 RELEASE.
Any help would be greatly appreciated.