Unable to upgrade plugins

Status
Not open for further replies.

belisarius

Dabbler
Joined
Dec 4, 2013
Messages
20
A few of my plugins are a bit out of date, so I decided to try and upgrade them. However, every time I try, I end up with an error message of "Error: Failed to update plugin". I used my SABnzbd plugin as a test (my attempts to upgrade Sonarr and Transmission failed as well) as I attempted to watch the log files to see if I could get a better idea of why the upgrade was failing.

The message log didn't offer much up, only saying "manage.py: [middleware.exceptions:37] [MiddlewareError: Failed to update plugin]". I grep'd through the debug.log file, and I'm not able to glean much from it; the only thing that might indicate a problem is "manage.py: [plugins.plugin:171] No hash provided to validate download (<Plugin: SABnzbd>)".

BTW, freenas is the hostname of the machine. I'm current on the 9.3 version of FreeNAS. lagg0 is my network device.

Here's a small slice of the debug.log file - it was quite large and I didn't want to post the whole thing, so I just snagged stuff around plugin message. Most of the contents of the debug log seemed to be a trace of me simply accessing the web interface.

Any ideas?

Code:
Mar 22 06:39:54 freenas manage.py: [middleware.notifier:214] Popen()ing: route -nv show default|grep 'interface:'|awk '{ print $2 }'
Mar 22 06:39:54 freenas manage.py: [common.pipesubr:71] Popen()ing: /usr/local/bin/sipcalc lagg0
Mar 22 06:39:54 freenas manage.py: [common.pipesubr:71] Popen()ing: /usr/local/bin/sipcalc lagg0
Mar 22 06:39:54 freenas manage.py: [middleware.notifier:214] Popen()ing: route -nv show -inet6 default|grep 'interface:'|awk '{ print $2 }'
Mar 22 06:39:54 freenas manage.py: [middleware.notifier:214] Popen()ing: route -nv show default|grep 'interface:'|awk '{ print $2 }'
Mar 22 06:39:54 freenas manage.py: [common.pipesubr:71] Popen()ing: /usr/local/bin/sipcalc lagg0
Mar 22 06:39:54 freenas manage.py: [common.pipesubr:71] Popen()ing: /usr/local/bin/sipcalc lagg0
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:214] Popen()ing: route -nv show -inet6 default|grep 'interface:'|awk '{ print $2 }'
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:177] Executing: /bin/rm -rf /var/tmp/firmware
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:191] Executed: /bin/rm -rf /var/tmp/firmware -> 0
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:177] Executing: /bin/mkdir -p /mnt/raid/jails/.plugins/.freenas
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:191] Executed: /bin/mkdir -p /mnt/raid/jails/.plugins/.freenas -> 0
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:177] Executing: /usr/sbin/chown www:www /mnt/raid/jails/.plugins/.freenas
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:191] Executed: /usr/sbin/chown www:www /mnt/raid/jails/.plugins/.freenas -> 0
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:177] Executing: /bin/chmod 755 /mnt/raid/jails/.plugins/.freenas
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:191] Executed: /bin/chmod 755 /mnt/raid/jails/.plugins/.freenas -> 0
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:177] Executing: /bin/ln -s /mnt/raid/jails/.plugins/.freenas /var/tmp/firmware
Mar 22 06:39:55 freenas manage.py: [middleware.notifier:191] Executed: /bin/ln -s /mnt/raid/jails/.plugins/.freenas /var/tmp/firmware -> 0
Mar 22 06:40:34 freenas manage.py: [plugins.plugin:171] No hash provided to validate download (<Plugin: SABnzbd>)
Mar 22 06:40:34 freenas manage.py: [common.warden:403] warden_base.__init__: enter
Mar 22 06:40:34 freenas manage.py: [common.warden:404] warden_base.__init__: cmd = list
Mar 22 06:40:34 freenas manage.py: [common.warden:405] warden_base.__init__: flags = 0x00000001
Mar 22 06:40:34 freenas manage.py: [common.warden:435] warden_base.__init__: args =  -v
Mar 22 06:40:34 freenas manage.py: [common.warden:441] warden_base.__init__: leave
Mar 22 06:40:34 freenas manage.py: [common.warden:447] warden_base.run: enter
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Status
Not open for further replies.
Top