Freenas +Plex Error

Server Version#: FreeNAS-11.2-RELEASE-U1
Player Version#: 11.2-RELEASE-p9

I was turning on my server i recently moved to my new house same internet provider same ip
i checked to make sure i can still connect to the Freenas but when i try to restart or start plex this happens.

and for some odd reason the ip i use for plex is going straight to freenas??!!

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 128, 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 88, 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 81, in _call
    return methodobj(*params)
  File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 81, 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 542, in start
    iocage.start()
  File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 1654, 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 524, in __start_jail__
    self.start_generate_resolv()
  File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_start.py", line 842, in start_generate_resolv
    shutil.copy(resolver, f"{self.path}/root/etc/resolv.conf")
  File "/usr/local/lib/python3.6/shutil.py", line 242, in copy
    copymode(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/local/lib/python3.6/shutil.py", line 144, in copymode
    chmod_func(dst, stat.S_IMODE(st.st_mode))
PermissionError: [Errno 1] Operation not permitted: '/mnt/DATA/iocage/jails/plex/root/etc/resolv.conf'
"""

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 1109, 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 1046, in _call
    return await self._call_worker(serviceobj, name, *args)
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1073, in _call_worker
    job,
  File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1004, 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 989, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
PermissionError: [Errno 1] Operation not permitted: '/mnt/DATA/iocage/jails/plex/root/etc/resolv.conf'

These are iocage errors, you will have to reach out to them to see what going on, but it appears to be permission issue.

Reinstalled all … its working now … the only thing not working is tha match feature of my media
all search results are Blank…

Update: (FIx? i seems that my permisiions for the iocage wr windows based and not unix)
Update2:(unix or not now every time i try to download plex freenas logs out or disconects for some reason)
Update3: normally i try to search how to delete iocage on avoleme drive but so far is been 3 hours no luck…

HOW TO DESTROY IOCAGE!!!
Legacy>storage>Volumes> “select the iocage you want to delete”> at the bottom of the screen DESTROY DATASET!!! has red x on it

No more error:
[EFAULT] Exception: PermissionError:[Errno 1] Operation not permitted: ‘/mnt/****/iocage/defaults.json’ occured, destroyed plex.

Current Errors:

[EFAULT] Exception: CallError:[EFAULT] pkg error: - pkg-static: /var/db/pkg permissions (0775) too lax Please check your network occured, destroyed plex

Sounds like u still have permission issues, 0775 on that is odd for sure sound like something messed up the jail permissions completely, still you will probably find better help in iocage forums, as this is all related to iocage not plex

Quick question now that im around here how ca i install a .bundle without compromising permissions in the iocage

I’m not sure what’s the question… you mean install a plugin?

yes , after some time i had issues installing the anidb pluging after that i stopped trying until today with new series comes new info not available on the other movie databases

Since we no longer support installing plugins via web UI, I’m assuming you’re unzipping the plugin to the plugins directory, it might still just be a permissions issue… depends on the error(s) you’re seeing.

ended up using ftp found how to do it ssh to

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.