I'm currently on Freenas 11.1-U4 and trying out iocage.
I've successfully created jails using --plugins (deluge,emby), and created normal and basejails (unifi5 controller)
I tried to create a debian jail,
however 'iocage create -e' gives a traceback.
I assume this would go in as an iocage bug, but figured I'd post this here just in case.
I've successfully created jails using --plugins (deluge,emby), and created normal and basejails (unifi5 controller)
I tried to create a debian jail,
Code:
http://iocage.readthedocs.io/en/latest/debian.html
however 'iocage create -e' gives a traceback.
Code:
Traceback (most recent call last): File "/usr/local/bin/iocage", line 10, in <module> sys.exit(cli()) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/iocage/cli/create.py", line 103, in cli elif release.lower() == "latest": AttributeError: 'NoneType' object has no attribute 'lower'
I assume this would go in as an iocage bug, but figured I'd post this here just in case.