11.2 Beta installation emby plugin issue

Status
Not open for further replies.

przeqpiciel

Cadet
Joined
Aug 26, 2018
Messages
4
Hey,

I have got installed today FreeNas 11.2 Beta on my bare metal and after that when I configured SMB share I would like to install emby server plugin like I did it on 9.3 but there is some problems and I have no idea how to resolve that isse.

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 662, in nf
	return f(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/middlewared/plugins/jail.py", line 248, in fetch
	iocage.fetch(**options)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/iocage.py", line 909, in fetch
	props, accept_license=accept, official=official)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 690, in fetch_plugin_index
	props, 0, accept_license)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 128, in fetch_plugin
	self.__fetch_plugin_post_install__(conf, _conf, jaildir, jail_name)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_plugin.py", line 549, in __fetch_plugin_post_install__
	exit_on_error=self.exit_on_error)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_common.py", line 83, in logit
	_callback({"level": level, "message": msg}, exit_on_error)
  File "/usr/local/lib/python3.6/site-packages/iocage/lib/ioc_common.py", line 62, in callback
	raise RuntimeError(message)
RuntimeError: An error occured! Please read above
"""

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/job.py", line 332, in run
	await self.future
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/job.py", line 356, in __run_body
	rv = await self.middleware._call_worker(self.serviceobj, self.method_name, *self.args, job={'id': self.id})
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 977, in _call_worker
	job,
  File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 908, 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 129, in throw
	return self.gen.throw(type, value, traceback)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 902, in run_in_executor
	return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: An error occured! Please read above
 
D

dlavigne

Guest
Please create a report at bugs.freenas.org and post the issue number here.
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
I'd suggest this thread for setting up emby on FreeNAS.

A couple of lines that can be copied and pasted in the FreeNAS shell, and you'll have an iocage jail running the latest version of emby.
 

przeqpiciel

Cadet
Joined
Aug 26, 2018
Messages
4
Thank you for reply. I according to suggested thread and voila! I get working emby plugin, now I trying how to properly mount point with media
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231

kdragon75

Wizard
Joined
Aug 7, 2016
Messages
2,457
The lesson here is plugin are garbage.
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
I think there was always going to be a period of pain moving from warden to iocage.

Although there's still much work to do, the various scripts and simple CLI commands to create new jails makes me think that eventually, the 'plugins' will be just as good as manually created jails, which was never the case with old versions of FreeNAS.
 

przeqpiciel

Cadet
Joined
Aug 26, 2018
Messages
4
I have new installation of freenas 11.2beta so i found the best solution to my problem. Downgrade to 9.2 and now its working like a charm
 

adrianwi

Guru
Joined
Oct 15, 2013
Messages
1,231
9.2 would be seriously old and not at all recommended.

I have emby working perfectly on my FreeNAS 11.1-U4 box, created using the details provided in this thread. It might not be as straightforward as pressing a plugin button, during this period of transition (e.g. warden to iocage), but it's not that difficult either.
 

przeqpiciel

Cadet
Joined
Aug 26, 2018
Messages
4
I havent time to figuring out how to install emby from cli. This is is t home storage for movies, photos. So, I accept this fact it is very old version.
 
Status
Not open for further replies.
Top