Updated to 11.2 RC1 and jails and plugins are missing

Status
Not open for further replies.

integrapynoy

Cadet
Joined
Oct 22, 2018
Messages
3
I had a plex plugin installed and running in 11.2 BETA3 and after i updated to RC1 the jail is missing and when i click on installed plugins i get this error. Please help!!

Code:
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 122, in main_worker
	res = loop.run_until_complete(coro)
  File "/usr/local/lib/python3.6/asyncio/base_events.py", line 468, in run_until_complete
	return future.result()
  File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 82, in _run
	return await self._call(f'{service_name}.{method}', serviceobj, methodobj, params=args, job=job)
  File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 75, in _call
	return methodobj(*params)
  File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 75, in _call
	return methodobj(*params)
  File "/usr/local/lib/python3.6/site-packages/middlewared/schema.py", line 668, in nf
	return f(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 462, in list_resource
	resource_list = iocage.list("all", plugin=True)
  File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 1150, in list
	quick=quick
  File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_list.py", line 75, in list_datasets
	_all = self.list_all(ds)
  File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_list.py", line 153, in list_all
	conf = iocage_lib.ioc_json.IOCJson(mountpoint).json_load()
  File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_json.py", line 407, in json_load
	conf = self.json_check_config(conf)
  File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_json.py", line 910, in json_check_config
	with open(freebsd_version, "r") as r:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/iocage/releases/EMPTY/root/bin/freebsd-version'
"""

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 161, in call_method
	result = await self.middleware.call_method(self, message)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1043, in call_method
	return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 980, in _call
	return await self._call_worker(serviceobj, name, *args)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1007, in _call_worker
	job,
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 938, in run_in_proc
	return await self.run_in_executor(self.__procpool, method, *args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 923, in run_in_executor
	return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/iocage/releases/EMPTY/root/bin/freebsd-version'

 

integrapynoy

Cadet
Joined
Oct 22, 2018
Messages
3
This bug was fixed yesterday and will be in the next update: https://redmine.ixsystems.com/issues/52637 .

The workaround is in comment 11 of that ticket.

I checked the bug ticket and when looking i cant find any dataset called EMPTY, even checked via cli and there is no such directory /iocage/releases/EMPTY. The only thing that exist is /iocage/releases/root

Could this be a fake or hidden path? I cant seem to find a way to verify this.
 
D

dlavigne

Guest
I checked the bug ticket and when looking i can't find any dataset called EMPTY, even checked via cli and there is no such directory /iocage/releases/EMPTY. The only thing that exist is /iocage/releases/root

Could this be a fake or hidden path? I can't seem to find a way to verify this.

The OP reported that as well. We're waiting for clarification from the dev.
 
Status
Not open for further replies.
Top