Plugins install Issue

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
I am trying to install some plugins, but I am getting errors like this one:

Code:
Install
Error: minio had a failure Exception:
RuntimeError Message: pkg error: - pkg-static:
http://pkg.FreeBSD.org/FreeBSD:11:amd64/latest/meta.txz:
Operation timed out pkg-static: http://pkg.FreeBSD.org/FreeBSD:11:amd64/latest/packagesite.txz:
Operation timed out Please check your network Partial plugin destroyed


Any advice please

I have dedicated 2x10G NICs as LAGG on trunk port of my switch and I added VLANs on the LAGG interface


Just note: I can install NEXTCLOUD plugin, but no other plugins can be installed
Witch mean that is not a an network issue I think!!!

I also set my firewall to outbound to any on both Management and dedicated interfaces
but my firewall block and not using IPv6


I just found out that if I use NAT I can install any plugin, but I don't want to use NAT
How can I install plugins without using NAT

Thank you
 

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
ERROR:

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run
    await self.future
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 399, 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 332, in wait_sync
    raise CallError(self.error)
middlewared.service_exception.CallError: [EFAULT] Expecting ',' delimiter: line 12 column 9 (char 277)



anyone know what that is
 
Joined
Jan 6, 2021
Messages
2
ERROR:

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 361, in run
    await self.future
  File "/usr/local/lib/python3.8/site-packages/middlewared/job.py", line 399, 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 332, in wait_sync
    raise CallError(self.error)
middlewared.service_exception.CallError: [EFAULT] Expecting ',' delimiter: line 12 column 9 (char 277)



anyone know what that is



I'm getting the same message as xlameee.


I get the above message when trying to refresh the community plugin list. Installing and refreshing iXsystem plugins seem to work fine. Something going on with the community plugins repository?
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Joined
Jan 6, 2021
Messages
2
Nevermind, it seems the issue has resolved itself!

I wanted to submit a ticket. So I tried re-creating the bug, but it now seems to load again and I can install community plugins again.
 

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
Well I am not getting it also for now if I get this again I will report it
 

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
I am trying to install some plugins, but I am getting errors like this one:

Code:
Install
Error: minio had a failure Exception:
RuntimeError Message: pkg error: - pkg-static:
http://pkg.FreeBSD.org/FreeBSD:11:amd64/latest/meta.txz:
Operation timed out pkg-static: http://pkg.FreeBSD.org/FreeBSD:11:amd64/latest/packagesite.txz:
Operation timed out Please check your network Partial plugin destroyed


Any advice please

I have dedicated 2x10G NICs as LAGG on trunk port of my switch and I added VLANs on the LAGG interface


Just note: I can install NEXTCLOUD plugin, but no other plugins can be installed
Witch mean that is not a an network issue I think!!!

I also set my firewall to outbound to any on both Management and dedicated interfaces
but my firewall block and not using IPv6


I just found out that if I use NAT I can install any plugin, but I don't want to use NAT
How can I install plugins without using NAT

Thank you


Anyone can help me with this please
 

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
What is the right way to go with freenas

I have 2 x 10G NIC Ports to dedicate for my JAILS set on the TRUNK port

How do I go for it:

1st create a LAGG
2nd create a BRIDGE
3rd create VLANS on the BRIDGE interface

OR

1st create a LAGG
2nd create VLANS on the LAGG interface


I am little confuse on that network here.
 

xlameee

Explorer
Joined
Jun 22, 2018
Messages
87
But there is something that concerns me. I tested it on the TrueNAS VM (I installed for testing purposes only)

When I install plugins on my production server I get Kernel Message

bridge0: can't disable some capabilities on VLAN XX 0x400

Any idea why is that?


EDIT: I've been thinking if INTERFACE SETTINGS --- Disable Hardware Offloading have something to do with that!!!!
Because when I see HELP on that option

Turn off hardware offloading for network traffic processing. WARNING: disabling hardware offloading can reduce network performance. Disabling hardware offloading is only recommended when the interface is managing jails, plugins, or virtual machines.

Any advice please
 
Last edited:
Top