plex jail DHCP not working

Status
Not open for further replies.

RJGamer1002

Dabbler
Joined
Oct 30, 2018
Messages
13
hey, I'm having a problem when I try to start plex jail on FreeNAS 11.2-RC1

idk if this is a bug or not. the media and the root are on separate pools. their are images.


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 541, in start
iocage.start()
File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 1628, in start
callback=self.callback
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_start.py", line 66, in __init__
self.__start_jail__()
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_start.py", line 413, in __start_jail__
silent=self.silent)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 81, in logit
_callback(content, exception)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 64, in callback
raise callback_exception(message)
RuntimeError: mount: /mnt/media/plex: Operation not supported by device
jail: /sbin/mount -t None -o rw /mnt/media/plex /mnt/root/iocage/jails/plex/root/media: failed

"""

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))
RuntimeError: mount: /mnt/media/plex: Operation not supported by device
jail: /sbin/mount -t None -o rw /mnt/media/plex /mnt/root/iocage/jails/plex/root/media: failed
 

Attachments

  • 2018-11-04.png
    2018-11-04.png
    51.9 KB · Views: 420
  • 2018-11-04 (1).png
    2018-11-04 (1).png
    52.4 KB · Views: 419

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
jail: /sbin/mount -t None -o rw /mnt/media/plex /mnt/root/iocage/jails/plex/root/media: failed
Does the destination directory exist? It's having trouble mounting the dataset. Typically the path to the iocage jail is /iocage/jails/<jailname>/root/.
 

RJGamer1002

Dabbler
Joined
Oct 30, 2018
Messages
13
Yes the destination directory exist and The error only happen when they are in separate pools. When the source and the destination are in the same pool it work fine.
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630

RJGamer1002

Dabbler
Joined
Oct 30, 2018
Messages
13
How we do that?
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
bugs.freenas.org
 

RJGamer1002

Dabbler
Joined
Oct 30, 2018
Messages
13
Status
Not open for further replies.
Top