'iocage create -e' error

Status
Not open for further replies.

Zenzou

Cadet
Joined
May 9, 2014
Messages
1
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,

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.
 
Joined
Jul 10, 2016
Messages
521
Thank you for reporting this. Note that, even after that iocage bug is fixed, this process won't work on FreeNAS as it asks you to install debootstrap on the host.
 
D

dlavigne

Guest
Reminder that this sub-forum is for discussing bugs not actually reporting them (as in the threads discussed here aren't actioned until a bug report is made).

If you create a bug, please do so at https://github.com/iocage/iocage/issues and post the issue number here.
 
Status
Not open for further replies.
Top