Thought I'd test 11 nightly: "Error 22:'IOCAGE_SKIP"

Status
Not open for further replies.

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
Fresh VM of FN11 ver: FreeNAS-11-MASTER-201803180424

When I click on "plugins" I get the below.
Code:
Error 22:'IOCAGE_SKIP"
KeyError


Error: concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/concurrent/futures/process.py", line 175, in _process_worker
	r = call_item.fn(*call_item.args, **call_item.kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 102, in main_worker
	res = loop.run_until_complete(coro)
  File "/usr/local/lib/python3.6/asyncio/base_events.py", line 467, in run_until_complete
	return future.result()
  File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 62, in _call
	return methodobj(*args)
  File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 62, in _call
	return methodobj(*args)
  File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 506, in nf
	return f(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 209, in list_resource
	self.check_dataset_existence()  # Make sure our datasets exist.
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 156, in check_dataset_existence
	IOCCheck()
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_check.py", line 39, in __init__
	"pool")
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_json.py", line 520, in json_get_value
	if os.environ["IOCAGE_SKIP"] == "TRUE":
  File "/usr/local/lib/python3.6/os.py", line 669, in __getitem__
	raise KeyError(key) from None
KeyError: 'IOCAGE_SKIP'
"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 152, in call_method
	result = await self.middleware.call_method(self, message)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 958, in call_method
	return await self._call(message['method'], serviceobj, methodobj, params, app=app)
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
	return self.gen.throw(type, value, traceback)

File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 912, in _call
return await self._call_worker(serviceobj, name, *args)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
return self.gen.throw(type, value, traceback)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 935, in _call_worker
job,
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
return self.gen.throw(type, value, traceback)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 870, in run_in_proc
return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 128, in throw
return self.gen.throw(type, value, traceback)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 864, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
KeyError: 'IOCAGE_SKIP'
[/code]
 
Last edited by a moderator:

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
Should I be getting this at this point in the nightlies? I'll try again in another week or two.
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
Todays build is the same btw. No replies, so I'll just wait a few weeks.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Yeah, I see the same here. I'll file a bug report.
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
I don't wanna hassle the guys if they're aware of it. Is iocage even meant to be working yet?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I don't know, but I'll let the Release Council figure it out.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Huh, it seems to have worked for me this time...
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
Really? You can go into the iocage plugins menu? Can you install any?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Yeah, seems to work.
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
I've updated and rebooted. FreeNAS-11-MASTER-201803190428

This is a consistent fault for me? :/
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
Eric, I'm re-testing this, should I be trying FreeNAS-11-Nightlies

or FreeNAS-HEAD-Nightlies? or finally

FreeNAS-11-Nightlies?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Nightlies (no HEAD, that's probably FreeBSD 12, and devel has additional tools - it works, but they're not that useful to users).
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
Eric I just did a fresh install of 11 from the ISO.
I upgraded to nightly.

I have done NOTHING ELSE and it's still not working? Same error.
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
I've run a dban on my VM disks.
Re-installed fresh 11.2 ISO
Updates to the latest nightly.

This still faults, every single time, no list of plugins on my system.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
I'd suggest filing a bug report. Something is clearly missing/wrong and I probably stumbled upon the "correct" procedure while playing around.
 

diskdiddler

Wizard
Joined
Jul 9, 2014
Messages
2,377
Decided to file a report, was going to skip bothering but it's worth a try.
 
Status
Not open for further replies.
Top