Freenas Available Plugins

LLeo

Dabbler
Joined
Jun 3, 2017
Messages
28
In the last month or so, I have been experiencing a problem accessing the "Available Plugins" section. I am NOT having any problems with my two plugins, Plex and ClamAV as far as functioning either. I get the following message when clicking "Available":

[Errno 1] Operation not permitted: b'/mnt/FNSRV/iocage/.plugin_index/unificontroller-lts.json'
add_circle_outline

More info...
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_plugin.py", line 643, in fetch_plugin_index
self.__clone_repo(git_server, git_working_dir)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_plugin.py", line 1255, in __clone_repo
porcelain.pull(destination, repo_url, errstream=devnull)
File "/usr/local/lib/python3.6/site-packages/dulwich/porcelain.py", line 826, in pull
r.reset_index(tree=tree)
File "/usr/local/lib/python3.6/site-packages/dulwich/repo.py", line 950, in reset_index
validate_path_element=validate_path_element)
File "/usr/local/lib/python3.6/site-packages/dulwich/index.py", line 530, in build_index_from_tree
obj, entry.mode, full_path, honor_filemode=honor_filemode)
File "/usr/local/lib/python3.6/site-packages/dulwich/index.py", line 460, in build_file_from_blob
os.chmod(target_path, mode)
PermissionError: [Errno 1] Operation not permitted: b'/mnt/FNSRV/iocage/.plugin_index/unificontroller-lts.json'

During handling of the above exception, another exception occurred:

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 133, in main_worker
res = loop.run_until_complete(coro)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
return future.result()
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 93, in _run
return await self._call(name, serviceobj, methodobj, params=args, job=job)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 85, in _call
return methodobj(*params)
File "/usr/local/lib/python3.6/site-packages/middlewared/worker.py", line 85, 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 540, in list_resource
header=False)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/iocage.py", line 914, in fetch
icon=True, official=official)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_plugin.py", line 650, in fetch_plugin_index
_callback=self.callback)
File "/usr/local/lib/python3.6/site-packages/iocage_lib/ioc_common.py", line 90, 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: [Errno 1] Operation not permitted: b'/mnt/FNSRV/iocage/.plugin_index/unificontroller-lts.json'
"""

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 167, in call_method
result = await self.middleware.call_method(self, message)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1098, 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 1043, in _call
return await self._call_worker(name, *args)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 1063, in _call_worker
return await self.run_in_proc(main_worker, name, args, job)
File "/usr/local/lib/python3.6/site-packages/middlewared/main.py", line 997, 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 973, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
RuntimeError: [Errno 1] Operation not permitted: b'/mnt/FNSRV/iocage/.plugin_index/unificontroller-lts.json'


If I close it, I can carry on but none of the available plugins will show. I rarely check them anyway, but IX Systems sent out an email introducing their new acquisition and I couldn't get to it. Not the end of the world but we all like things to work as they should. Repeating: other functions of Freenas are operating normally. Also, I am not a code or command-line user but I can operate the Shell input with specific instructions if necessary.

Thanks for any input!

___________________________________________________________________________________________________________________________________________________________________________________

System Specs:

OS Version:
FreeNAS-11.2-U5
(Build Date: Jun 24, 2019 18:41)
Processor:
Intel(R) Pentium(R) CPU G630 @ 2.70GHz (2 cores)
Memory:
16 GiB
 

LLeo

Dabbler
Joined
Jun 3, 2017
Messages
28
Yes, it is. I've investigated other posts, but since their error messages seemed to differ, I didn't want to compound any problems trying things that might not be applicable to mine. Thanks if you have any input.
 
D

dlavigne

Guest
It's probably worth reporting at bugs.ixsystems.com. If you do, post the issue number here.
 
Top