SOLVED "No entry has been found" yet I can ping...

Status
Not open for further replies.

dpearcefl

Contributor
Joined
Aug 4, 2015
Messages
145
The Available Plugins list after updating and a longish wait always says "No entry has been found". From a shell on the server I can ping 8.8.8.8 and I can download the repository URL which is a binary file.

So what am I doing wrong? Thanks!
 

dpearcefl

Contributor
Joined
Aug 4, 2015
Messages
145
In debug.log I see this if it helps:

Aug 12 12:07:17 nas-test1 manage.py: [plugins.plugin:480] get_remote: repod_id = None, cache = False
Aug 12 12:07:17 nas-test1 manage.py: [plugins.plugin:486] get_remote: repo_id not specified, repo_id = None
Aug 12 12:07:17 nas-test1 manage.py: [plugins.plugin:495] get_remote: Retrieving available plugins from repo None
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:716] pbid.__init__: enter
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:312] pbi_base.__init__: enter
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:313] pbi_base.__init__: path = /usr/local/sbin/pbid
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:314] pbi_base.__init__: flags = 0x00000001
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:334] pbi_base.__init__: args = --refresh
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:340] pbi_base.__init__: leave
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:721] pbid.__init__: leave
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:361] pbi_base.run: enter
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:370] pbi_base.cmd = /usr/local/sbin/pbid --refresh
Aug 12 12:07:17 nas-test1 manage.py: [common.cmd:190] cmd_pipe.__init__: enter
Aug 12 12:07:17 nas-test1 manage.py: [common.cmd:191] cmd_pipe.__init__: cmd = /usr/local/sbin/pbid --refresh
Aug 12 12:07:17 nas-test1 manage.py: [common.pipesubr:70] Popen()ing: /usr/local/sbin/pbid --refresh
Aug 12 12:07:17 nas-test1 manage.py: [common.cmd:210] cmd_pipe.__init__: out = Your meta and index files will begin refreshing in a moment...
Aug 12 12:07:17 nas-test1 manage.py: [common.cmd:210] cmd_pipe.__init__: out = Details available in /var/log/pbid.log
Aug 12 12:07:17 nas-test1 manage.py: [common.cmd:221] cmd_pipe.__init__: leave
Aug 12 12:07:17 nas-test1 manage.py: [common.pbi:374] pbi_base.run: leave
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:750] pbid.run: sync refresh timed out
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:442] pbi_browser.__init__: enter
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:312] pbi_base.__init__: enter
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:313] pbi_base.__init__: path = /usr/local/sbin/pbi_browser
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:314] pbi_base.__init__: flags = 0x00000001
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:334] pbi_base.__init__: args = --viewall
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:340] pbi_base.__init__: leave
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:451] pbi_browser.__init__: leave
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:361] pbi_base.run: enter
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:370] pbi_base.cmd = /usr/local/sbin/pbi_browser --viewall
Aug 12 12:07:47 nas-test1 manage.py: [common.cmd:190] cmd_pipe.__init__: enter
Aug 12 12:07:47 nas-test1 manage.py: [common.cmd:191] cmd_pipe.__init__: cmd = /usr/local/sbin/pbi_browser --viewall
Aug 12 12:07:47 nas-test1 manage.py: [common.pipesubr:70] Popen()ing: /usr/local/sbin/pbi_browser --viewall
Aug 12 12:07:47 nas-test1 manage.py: [common.cmd:212] cmd_pipe.__init__: err = ERROR: No available repos!
Aug 12 12:07:47 nas-test1 manage.py: [common.cmd:221] cmd_pipe.__init__: leave
Aug 12 12:07:47 nas-test1 manage.py: [common.pbi:374] pbi_base.run: leave
Aug 12 12:07:47 nas-test1 manage.py: [plugins.plugin:504] get_remote: No results returned for repo None
 
D

dlavigne

Guest
Which build (from System -> Information) and what are the hardware specs?
 

dpearcefl

Contributor
Joined
Aug 4, 2015
Messages
145
System Information
Hostname xxxxxxxxxxxxxx Edit
Build FreeNAS-9.3-STABLE-201506292332
Platform AMD FX(tm)-8320 Eight-Core Processor
Memory 16318MB
System Time Wed Aug 12 15:30:36 EDT 2015
Uptime 3:30PM up 8 days, 33 mins, 0 users
Load Average 0.00, 0.01, 0.00
 

dpearcefl

Contributor
Joined
Aug 4, 2015
Messages
145
More information: I actually have two FreeNas boxes: One where the plugins update works and this one where it does not. Once I compared the debug.log file, I see this is where it diverges.

Working:
Aug 13 09:55:31 daniel4 manage.py: [middleware.notifier:208] Popen()ing: route -nv show -inet6 default|grep 'interface:'|awk '{ print $2 }'
Aug 13 09:55:31 daniel4 manage.py: [plugins.plugin:480] get_remote: repod_id = None, cache = False
Aug 13 09:55:31 daniel4 manage.py: [common.pbi:584] pbi_listrepo.__init__: enter
Aug 13 09:55:31 daniel4 manage.py: [common.pbi:312] pbi_base.__init__: enter
Aug 13 09:55:31 daniel4 manage.py: [common.pbi:313] pbi_base.__init__: path = /usr/local/sbin/pbi_listrepo


Not working:
Aug 13 09:46:27 nas-test1 manage.py: [middleware.notifier:208] Popen()ing: route -nv show -inet6 default|grep 'interface:'|awk '{ print $2 }'
Aug 13 09:46:27 nas-test1 manage.py: [plugins.plugin:480] get_remote: repod_id = None, cache = False
Aug 13 09:46:27 nas-test1 manage.py: [plugins.plugin:486] get_remote: repo_id not specified, repo_id = None
Aug 13 09:46:27 nas-test1 manage.py: [plugins.plugin:495] get_remote: Retrieving available plugins from repo None
Aug 13 09:46:27 nas-test1 manage.py: [common.pbi:716] pbid.__init__: enter
Aug 13 09:46:27 nas-test1 manage.py: [common.pbi:312] pbi_base.__init__: enter
Aug 13 09:46:27 nas-test1 manage.py: [common.pbi:313] pbi_base.__init__: path = /usr/local/sbin/pbid
 

dpearcefl

Contributor
Joined
Aug 4, 2015
Messages
145
On the working box:
[root@daniel4] /var/log# /usr/local/sbin/pbi_listrepo
[ID] [Description]
-----------------------------------------------------
001 Official FreeNAS Repository


On the non-working box:
[root@nas-test1 /var/log]# /usr/local/sbin/pbi_listrepo
[ID] [Description]
-----------------------------------------------------


On the working box, I have a file in /var/db/pbi/repos called 001.a5a51ab301916fcacfa9029fc96adff2. The contents of the file are:
URL: (can't post it here)
Desc: Official FreeNAS Repository

This file is missing on the non-working box.
 

dpearcefl

Contributor
Joined
Aug 4, 2015
Messages
145
Actually, the entire directory structure under /var/db/pbi is there but totally empty on the non-working machine.
 

dpearcefl

Contributor
Joined
Aug 4, 2015
Messages
145
Found bug #7473

Fixed by a reboot.
 
Status
Not open for further replies.
Top