I configured a jail system with ezjail, and it worked before. I then deleted this jail by
Here webserver is the old jail's name. I created another jail
Here generic is the jail flavour's name, and web is the new jail's name. Start the jail
No problem till now. However, if I want to log into jail's console
it gives me error:
I don't know what happened. Can anyone help me? Thanks.
Code:
ezjail-admin delete -w webserver
Here webserver is the old jail's name. I created another jail
Code:
ezjail-admin create -f generic web 192.168.1.10
Here generic is the jail flavour's name, and web is the new jail's name. Start the jail
Code:
ezjail-admin start
No problem till now. However, if I want to log into jail's console
Code:
ezjail console web
it gives me error:
Code:
Configuring jails:.
Starting jails: [web already running (/var/run/jail_web.id exists)].
Error: Could not onestart web.
You need to onestart it by hand.
I don't know what happened. Can anyone help me? Thanks.