Installing Plugins on new Install

Doc54963

Cadet
Joined
Feb 28, 2019
Messages
7
I have installed a new version of FreeNas. When i try and install a plugin the install Hangs at 50.00% -Multimedia/FFMPEG for the plex media server PlexPass.

I saw the 11.2-u2 had problems with VNET causing hangs in Jails. So because it was a new install I downloaded the 11.2U1 iso and installed that. This had no effect. Does anyone have any ideas.

I'm new to FreeNas so this is a learning experience for me.

Thank You
 
D

dlavigne

Guest
That is most likely a network misconfiguration. Please post the following:
  1. full output of ifconfig
  2. output of netstat -rn
  3. output of more /etc/resolv.conf
 

Doc54963

Cadet
Joined
Feb 28, 2019
Messages
7
Thank you for your help

Code:
ifconfig output
[root@PlexServer ~]# cat logs.txt
igb0: flags=8843<UP,BROADCAST,RUNNING,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 00:25:90:87:d0:ac
        hwaddr 00:25:90:87:d0:ac
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
        status: no carrier
igb1: flags=8843<UP,BROADCAST,RUNNING,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 00:25:90:87:d0:ad
        hwaddr 00:25:90:87:d0:ad
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect
        status: no carrier
igb2: flags=8943<UP,BROADCAST,RUNNING,PROMISC,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 00:25:90:87:d0:ae
        hwaddr 00:25:90:87:d0:ae
        inet 10.10.10.49 netmask 0xffffffc0 broadcast 10.10.10.63
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
igb3: flags=8843<UP,BROADCAST,RUNNING,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 00:25:90:87:d0:af
        hwaddr 00:25:90:87:d0:af
        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 0x5
        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:42:11:8d:e1: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: igb2 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 3 priority 128 path cost 20000

                
                netstat-rn output
Routing tables

Internet:
Destination        Gateway            Flags     Netif Expire
default            10.10.10.1         UGS        igb2
10.10.10.0/26      link#3             U          igb2
10.10.10.49        link#3             UHS         lo0
127.0.0.1          link#5             UH          lo0

Internet6:
Destination                       Gateway                       Flags     Netif Expire
::/96                             ::1                           UGRS        lo0
::1                               link#5                        UH          lo0
::ffff:0.0.0.0/96                 ::1                           UGRS        lo0
fe80::/10                         ::1                           UGRS        lo0
fe80::%lo0/64                     link#5                        U           lo0
fe80::1%lo0                       link#5                        UHS         lo0
ff02::/16                         ::1                           UGRS        lo0



/etc/resolv.comf output
# Generated by resolvconf
search TheTechBaxter.com thetechbaxter.com
nameserver 10.10.10.1
 

Doc54963

Cadet
Joined
Feb 28, 2019
Messages
7
Just to add a little to this. I created a jail with DCHP IPV4, IPV6, and VNET enabled. This was successful but when i started the jail. The screen went to the login prompt. It seem like when this happens Freenas release and renews IP because it pulls a new IP from my router. The jail was created and in a stop state. When i started the jail it did start after going to the login prompt and IP change. I have statically assigned the IP at the router and tried again to install plex plugin and that didn't help.

I have no idea if this helps.
 

damdude

Dabbler
Joined
Jul 5, 2016
Messages
31
I am also seeing issues when trying to install plex plugin -- plexpass on freenas 11.2

I am seeing this error :

[EFAULT] Exception: URLError:< urlopen error [Errno 8] hostname nor servname provided, or not known > occured, destroyed plex.

SYSTEM INFO : Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz (12 cores)

FREENAS VERSION : FreeNAS-11.2-U2.1

any kind of help will be greatly appreciated.
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
@Doc54963 can you post your full hardware specs. @damdude please start your own thread if you are having a problem.
 
Last edited:

Doc54963

Cadet
Joined
Feb 28, 2019
Messages
7
OS Version:
FreeNAS-11.2-RELEASE-U1
(Build Date: Dec 20, 2018 22:41)

Primary Specs:
CPU: 2x Intel Xeon E5-2670 V2 Deca (10) Core 2.5GHz
RAM: 128GB DDR3 (16 x 8GB - DDR3 - ECC REG 10600R)
Hard Drives: 5 Segate Ironwolf 12TB
Storage Controller 2x LSI 9210-8i HBA JBOD FREENAS UNRAID
NIC: Integrated Onboard 4x 1GB Ethernet


Secondary Specs: Chassis Motherboard
Supermicro 2U 12x 3.5" Drive Bays 1 Nodes
Server Chassis/ Case: CSE-826A-R1200LPB
Motherboard: X9DRi-LN4F+
Backplane: BPN-SAS-826A I-Path Direct Attached Backplane
PCI-Expansions slots: Low Profile 4 x16 PCI-E 3.0, 1 x8 PCI-E 3.0, 1 x4 PCI-E 3.0 (in x8)
* Integrated Quad Intel 1000BASE-T Ports
* Integrated IPMI 2.0 Management
12x 3.5" Supermicro caddy
2x 920Watt Power Supply PWS-920P-1R Platium
 

Doc54963

Cadet
Joined
Feb 28, 2019
Messages
7
I figured out a workaround to get plugins to install. When installing the plugin disable DHCP and manually assign an IP address. The install will finish then stop the plugin. Move over to the Jain section and edit the jail and re-enable DHCP if you want. One done restart the plugin.
 

csearle

Contributor
Joined
Jan 18, 2019
Messages
189
I figured out a workaround to get plugins to install. When installing the plugin disable DHCP and manually assign an IP address. The install will finish then stop the plugin. Move over to the Jain section and edit the jail and re-enable DHCP if you want. One done restart the plugin.


This worked perfectly for me thanks!!
 

dhylton

Cadet
Joined
Mar 9, 2019
Messages
1
I have seen the same issue. In my particular case, the proper interface is not the first interface on the host ... I believe by default, the DHCP option assumes the first interface even if it is not active. My workaround is to disable DHCP, select the proper interface, then reenable DHCP. Everything seems to install/work once the proper interface is selected.
 
Top