Unable to stop a Jail

Zxarr

Cadet
Joined
Nov 28, 2018
Messages
7
I've been running FreeNAS for a while now and during the initial week or two, I managed to get a few Jails running without issue. Plex, Radarr, Sonarr and Jackett were all running happily until now.

Suddenly the radarr jail stopped responding to web requests, so I attempted to open a console:

Code:
# iocage console radarr
jexec: execvp: login: No such file or directory

Hm. Lets try restarting it:

Code:
# iocage restart radarr
* Stopping radarr
  + Running prestop OK
  + Stopping services FAILED
  + Removing devfs_ruleset: 10 OK
  + Removing jail process OK
  + Running poststop OK
radarr is already running!


Stopping it yields the same results; Stopping services failed. I can't stop, restart, nor access this jail. Is there any way to kill it and/or reset it without restarting FreeNAS?

Running 11.2-STABLE...

Suggestions?
 

Nvious1

Explorer
Joined
Jul 12, 2018
Messages
67
have you tried

iocage stop --force <jailName>
 

Zxarr

Cadet
Joined
Nov 28, 2018
Messages
7
have you tried

iocage stop --force <jailName>

I just tried that... I was looking for a way to force it.

The results are the same, unfortunately.

Code:
root@freenas[~]# iocage stop --force radarr
* Stopping radarr
  + Removing devfs_ruleset: 10 OK
  + Removing jail process OK
  + Running poststop OK
root@freenas[~]# iocage start radarr
radarr is already running!
root@freenas[~]# iocage list
+-----+-----------+-------+--------------+------------+
| JID |   NAME    | STATE |   RELEASE    |    IP4     |
+=====+===========+=======+==============+============+
| 65  | Plex_Pass | up    | 11.2-RELEASE | DHCP       |
+-----+-----------+-------+--------------+------------+
| 63  | jackett   | up    | 11.2-RELEASE | 10.42.0.80 |
+-----+-----------+-------+--------------+------------+
| 71  | radarr    | up    | 11.2-RELEASE | 10.42.0.82 |
+-----+-----------+-------+--------------+------------+
| 64  | sonarr    | up    | 11.2-RELEASE | 10.42.0.83 |
+-----+-----------+-------+--------------+------------+
 

JBlujeans

Dabbler
Joined
Nov 5, 2013
Messages
14
I'm having the same issue also. Not sure what to do.
 

ARRRRGGGGHHH

Dabbler
Joined
Mar 25, 2020
Messages
32
Having same issue.

This has happened before and the only way i was able to fix it was to completely destroy all my jails, wipe the entire jail drive so nothing of it existed and started all fresh and new so truenas grabbed the jail releases again.

It's crapped out again. Over it. Over truenas/freenas. Will start looking at moving to another setup that doesn't just crap out for seemingly no reason.
 
Top