Plugins won't install

cinemafunk

Dabbler
Joined
Oct 22, 2016
Messages
23
Same exact thing. Now the plugins are working. Good to know that it was an external factor.

Just recently installed Freenas for the first time and felt like I kept experiencing obstacle after obstacle.
 

GolDenis

Dabbler
Joined
Oct 25, 2019
Messages
38
upgrade U6 -> U7
when try to install qbittorent (Under DHCP) get :

net-p2p/qbittorrent failed to install, retry #1
[EFAULT] Exception: CallError:[EFAULT] pkg error: - net-p2p/qbittorrent :b'' Refusing to fetch artifact and run post_install.sh! occured, destroyed qbittorrent.

will appreciate any suggestions
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Look at your default gateway and DNS settings under network and in the jail.

Show the output of ifconfig from the host and the jail if you need more help.
 

GolDenis

Dabbler
Joined
Oct 25, 2019
Messages
38
from the host:
root@freenas[~]# ifconfig
igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=2400b9<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,RXCSUM_IPV6>
ether 0c:c4:7a:ab:f3:16
hwaddr 0c:c4:7a:ab:f3:16
inet 192.168.2.111 netmask 0xffffff00 broadcast 192.168.2.255
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
igb1: flags=8c02<BROADCAST,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
ether 0c:c4:7a:ab:f3:17
hwaddr 0c:c4:7a:ab:f3:17
nd6 options=9<PERFORMNUD,IFDISABLED>
media: Ethernet autoselect
status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
groups: lo
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 02:0f:5e:6d:91:00
nd6 options=1<PERFORMNUD>
groups: bridge
id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
member: vnet0:40 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 5 priority 128 path cost 2000
member: igb0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 1 priority 128 path cost 20000
vnet0:40: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: associated with jail: transmission as nic: epair0b
options=8<VLAN_MTU>
ether 0c:c4:7a:03:aa:46
hwaddr 02:48:d0:00:05:0a
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
groups: epair

And... I don't know how to give you ifconfig from the jail, cause I try to install the plugin... its create jail automatically if installation is successful...
But I have transmission DHCP jail.... hope... it would help:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
groups: lo
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 0c:c4:7a:03:aa:47
hwaddr 02:48:d0:00:07:0b
inet 192.168.2.55 netmask 0xffffff00 broadcast 192.168.2.255
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
groups: epair
 
Joined
Jul 2, 2019
Messages
648
Hmmm... This is what I ended up doing when using mutliple NICs on different subnets. Might give you some ideas:

  • When I set up the jails to use a different NIC I have to use the advanced configuration.
  • In the basic configuration, the ipv4 interface is vnet0 across all the jails on different NICs.
  • In the advanced network configuration I set the interface as being, for example, vnet0:bridge100 (my convention is that I use the "base" subnet as the bridge name so the 10.1.100.0/24 subnet is bridge100).
  • I then specify the actual physical NIC to use (e.g. igb3) in that section.
 
Top