Cannot remove jail storage after upgrade to 9.3 (MiniDLNA related?)

Status
Not open for further replies.

SkyMonkey

Contributor
Joined
Mar 13, 2013
Messages
102
This morning I upgraded from 9.2.1.8 to 9.3 Stable.

Most everything has worked OK so far, but I have having a bit of an issue with my MiniDLNA (version 1.1.0_1) plugin. It will not start...it was off on reboot, and then after clicking start, it just endlessly sits there trying to start in the gui. The following message appears in the console when navigating to the installed plugins page:

Code:
Jan 11 13:10:02 freenas manage.py: [plugins.utils:92] Couldn't retrieve http://192.168.42.70/plugins/minidlna/1/_s/status: No JSON object could be decoded


My older version of transmission survived the upgrade fine, and is working well (version 2.82).

In an effort to trying to get it working again, I figured I'd remove it and reinstall it through the GUI. Before doing so, I decided to remove the storage links in jails/storage that are used for it.

Upon trying to delete the storage in the jails storage manager, I get a popup error message with a bunch of stuff in it.

I've copied the header data and the traceback below, I can copy all the addtional data if needed:

Request Method: POST
Request URL:http://192.168.42.70/admin/jails/jailmountpoint/delete/3/
Software Version:FreeNAS-9.3-STABLE-201501090144
Exception Type:AttributeError
Exception Value:
'OperationalError' object has no attribute 'value'
Exception Location:/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py in process_response, line 203
Server time:Sun, 11 Jan 2015 13:13:39 -0800



Code:
Environment:

Software Version: FreeNAS-9.3-STABLE-201501090144
Request Method: POST
Request URL: http://192.168.42.70/admin/jails/jailmountpoint/delete/3/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  199.                 response = middleware_method(request, response)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_response
  203.                 'message': _("Error: %s") % unicode(excp.value),

Exception Type: AttributeError at /admin/jails/jailmountpoint/delete/3/
Exception Value: 'OperationalError' object has no attribute 'value'


I tried stopping the jail and then removing the storage, same issue. Restarted the jail, same issue.

Have not yet attempted to remove the existing MiniDLNA plugin/jail.

Any advice/assistance would be much appreciated...
 
D

dlavigne

Guest
Please create a bug report at bugs.freenas.org that includes that traceback and post the issue number here.
 

SkyMonkey

Contributor
Joined
Mar 13, 2013
Messages
102
Hmm, I just realized that I did something I shouldn't have while setting up my 9.3 install. Namely that I tried to run 'mount -r /', and got an error (mount: /: unknown special file or file system). Then I ran 'mount -r -o ro /', and it seemed to work, per my post here. Could that have caused this (or any other) issues?

Additionally, I William indicated a fix has been committed that will allow the real error to show - I'll need some basic instructions on how best to apply it....
 

SkyMonkey

Contributor
Joined
Mar 13, 2013
Messages
102
Ok, I saw the fix in the advertised updates this evening through the gui.

After applying and rebooting, the storage deleted fine, so it either was fixed by the bug or was due to the fact that I tried to mount the root filesystem ro...

I also see that MiniDLNA is not currently available for 9.3 as a plugin so will give plex a shot.

Thanks!
 
Status
Not open for further replies.
Top