community plugins error

sssetheliss

Cadet
Joined
Mar 15, 2021
Messages
7
[Moved from legacy after realised i posted in wrong forum]

Hi,
when i go to the community plugin section i get this
[EFAULT] Cmd('git') failed due to: exit code(1) cmdline: git checkout 12.2-RELEASE stderr: 'error: Your local changes to the following files would be overwritten by checkout: .cirrus/install_script.sh Please commit your changes or stash them before you switch branches. Aborting'

Yes it is saying 'EFAULT' i think it should be DEDAULT...
Anyway here is the expanded error message
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 367, in run
await self.future
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 405, in __run_body
rv = await self.middleware.run_in_thread(self.method, *([self] + args))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread
return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.8/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/schema.py", line 977, in nf
return f(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/middlewared/plugins/jail_freebsd.py", line 367, in available
return self.middleware.call_sync('plugin.available_impl', options).wait_sync(raise_error=True)
File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 338, in wait_sync
raise CallError(self.error)
middlewared.service_exception.CallError: [EFAULT] Cmd('git') failed due to: exit code(1)
cmdline: git checkout 12.2-RELEASE
stderr: 'error: Your local changes to the following files would be overwritten by checkout:
.cirrus/install_script.sh
Please commit your changes or stash them before you switch branches.
Aborting'

this happens only when i switch to the community plugins.
Official plugins load up fine

Thanks for help in advance
 

sssetheliss

Cadet
Joined
Mar 15, 2021
Messages
7
can someone explain what is the problem i have?
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
What version of FreeNAS/TrueNAS are you running?
 

sssetheliss

Cadet
Joined
Mar 15, 2021
Messages
7
TrueNAS-12.0-U2.1
 
Joined
Mar 22, 2021
Messages
4
Can confirm I am having the same issue. Tried rolling back to previous versions and still the same error occurs. Next step for me is backing up my configs and doing a clean install.
 

ddaenen1

Patron
Joined
Nov 25, 2019
Messages
318
Works fine for me on 12.0-U2.1
Screen Shot 2021-04-07 at 21.51.32.png
 
Top