Freenas 9.2.0 - No plugins showing on Plugin Page

Status
Not open for further replies.

shackrock

Explorer
Joined
Dec 21, 2011
Messages
95
Hi all, just upgraded to Freenas 9.2.0.

Take a look at what I see on the plugin page, the list of available plugins never loads.
freenasplugins.png


Repo URL is the default: http://www.freenas.org/downloads/plugins/9/x64/pbi-meta/pbi-repo.rpo - and that seems to exist when I click that link.

These are the latest few errors showing in the console:

Code:
Jan 26 08:24:11 freenas notifier: Stopping avahi-daemon.
Jan 26 08:25:54 freenas ntpd_initres[2648]: host name not found: 0.freebsd.pool.ntp.org
Jan 26 08:25:54 freenas ntpd_initres[2648]: host name not found: 1.freebsd.pool.ntp.org
Jan 26 08:25:54 freenas ntpd_initres[2648]: host name not found: 2.freebsd.pool.ntp.org
Jan 26 08:29:56 freenas ntpd_initres[2648]: host name not found: 0.freebsd.pool.ntp.org
Jan 26 08:29:56 freenas ntpd_initres[2648]: host name not found: 1.freebsd.pool.ntp.org
Jan 26 08:29:56 freenas ntpd_initres[2648]: host name not found: 2.freebsd.pool.ntp.org


I deleted my Plex Jail and Plex Plugin before the upgrade. I was having some random issues with it and wanted to start fresh in 9.2.0.

Any ideas?
Thanks.
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
Your problem is that you don't have a DNS (nameserver) set up correctly for the jail. Other than that, everything is fine.

I am not sure where a pbi jail like the one you have gets its DNS information from (I've never used a plugin jail with, presumably, its own network stack), but this is definitely a solved problem. You might go into global configuration, and under "nameserver", put something reasonable (either the address of your router---which usually has its own DNS---or something like 8.8.8.8 which is Google's DNS).

In any case, you now know the nature of the problem, and judicious use of google and forum search should get it done from this point.
 

Dusan

Guru
Joined
Jan 29, 2013
Messages
1,165
The root cause can easily be that your NAS is unable to reach internet (so nothing works, including DNS). Can you ping any internet address from FreeNAS shell? Try "ping 8.8.8.8".
 

shackrock

Explorer
Joined
Dec 21, 2011
Messages
95
Yep no problem there:

Code:
[root@freenas ~]# ping 8.8.8.8                                                 
PING 8.8.8.8 (8.8.8.8): 56 data bytes                                         
64 bytes from 8.8.8.8: icmp_seq=0 ttl=47 time=26.159 ms                       
64 bytes from 8.8.8.8: icmp_seq=1 ttl=47 time=26.536 ms                       
64 bytes from 8.8.8.8: icmp_seq=2 ttl=47 time=26.239 ms                       
64 bytes from 8.8.8.8: icmp_seq=3 ttl=47 time=26.320 ms                       
64 bytes from 8.8.8.8: icmp_seq=4 ttl=47 time=26.242 ms                       
64 bytes from 8.8.8.8: icmp_seq=5 ttl=47 time=25.943 ms                       
64 bytes from 8.8.8.8: icmp_seq=6 ttl=47 time=31.894 ms                       
64 bytes from 8.8.8.8: icmp_seq=7 ttl=47 time=26.384 ms                       
^C                                                                             
--- 8.8.8.8 ping statistics ---                                               
9 packets transmitted, 8 packets received, 11.1% packet loss                   
round-trip min/avg/max/stddev = 25.943/26.965/31.894/1.870 ms
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
No, I understand that you have them listed in there, but they are NOT being used. Check the actual physical contents of the /etc/resolv.conf file, and tell us what it says.
 

shackrock

Explorer
Joined
Dec 21, 2011
Messages
95
No, I understand that you have them listed in there, but they are NOT being used. Check the actual physical contents of the /etc/resolv.conf file, and tell us what it says.

Here it is:

Code:
search local
nameserver 8.8.8.8
nameserver 8.8.4.4


I wonder if it's possible to reset all network settings to factory default again, maybe something is weird in here after my upgrade to 9.2?
 

shackrock

Explorer
Joined
Dec 21, 2011
Messages
95
UPDATE:

Ok, so this morning I was clicking around, and in interfaces I saw that my DHCP was unclicked for some reason. I put it back on, hit save, then restarted the server. After that, everything is functional (I also left the 8.8.8.8 / 8.8.4.4 nameservers in as well though). Now, everything seems to be back to normal. Hopefully this is a fix for everyone else w/this problem as well.

Thanks for all the help.

freenas.png
 
Joined
Nov 15, 2014
Messages
1
I found the same trouble after setting my IPv4 address when I set the reservation on my router. DHCP was disabled, and thus the IPv4 Default Address needed to be set. After a reboot, I was good to go.
 
Status
Not open for further replies.
Top