iocage suddenly won't start. mount_nullfs: Resource deadlock avoided

MomSpaghetti

Dabbler
Joined
Nov 16, 2017
Messages
17
I have transmission in an iocage jail in FreeNAS 11.2.

My fstab entry for that jail had 114 lines.

Everything has been working fine. All directories with a space have /040

When I want to add storage to the jail, I usually just do

echo "/mnt/pool/storagepoint /mnt/Jail/iocage/jails/transmission/root/media/storagepoint nullfs rw 0 0" >> /mnt/Jail/iocage/jails/transmission/fstab

Then I add /media/storagepoint to the jail and restart the jail.

I've done it this way 20+ times with no issues.

I added a new storage point, making fstab 115 lines.

When I restart the jail after doing the above, I get Start FAILED

mount_nullfs: /mnt/Jail/iocage/jails/transmission/root/media/dirname: Resource deadlock avoided

The error is for the first line in fstab. If I comment that line out, I get the same error for the next line. I commented out the new line on 115, and still have the same error, so it's not because of the change I just made today.

I ran iocage fstab -e transmission and every line says Source: /mnt/whatever does not exist!

I'm not sure whats going on. Any help would be appreciated.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Is there a particular reason you are not using the GUI to add your storage?
 
Top