Project

General

Profile

Bug #331

Updated by Daniel Curtis about 10 years ago

I encountered a problem after creating a jail, I would go to open the *+Shell+* icon and the virtual shell screen on he web frontend would immediately close. I tried several times to *+Delete+* the jail and re- *+Create+* re-*+Create+* the jail, but that did not fix the problem. I decided open a *+Shell+* on the main FreeNAS web frontend, and go to the jail folder that was specified in the +Jail -> Configuration+ and remove the jail cache: 
 <pre> 
 cd /path/to/jails 
 rm -rf .warden* 
 </pre> 

 I closed out of the shell and went to re- *+Create+* re-Create the jail. This caused a new jail template to be downloaded, and this fixed the problem.

Back