ezjail - jail won't stop

I'm playing around with ezjail. I was starting jail, but I did press ctrl+c while ezjail-admin start <jailname> was running and jail didn't start properly. Now I can't stop/kill it.

I have jail www running three times. 12 and 13 are somehow "dead", not responding, can't stop them nor jkill them.

Code:
root@hog:/root # jls
   JID  IP Address      Hostname                      Path
    12  10.0.0.2        www                           /jails/www
    13  10.0.0.2        www                           /jails/www
    16  10.0.0.1        ns                            /jails/ns
    17  10.0.0.4        mysql                         /jails/mysql
    18  10.0.0.3        mail                          /jails/mail
    19  10.0.0.2        www                           /jails/www
root@hog:/root #

I have also got such error:
Code:
root@hog:/root # /usr/local/etc/rc.d/ezjail stop
 ezjailStopping jails: cannot stop jail www. No jail id in /var/run

Doing echo 12 > /var/run/jail_www.id won't help.

Any idea how to get rid of those?
 
Back
Top