Unable to mount a View mount point for Transmission [SOLVED]

Status
Not open for further replies.

gatto012

Dabbler
Joined
Feb 13, 2013
Messages
16
Hi all

I need to use an external folder from the PBI Transmission plugin folders.

When i try to do it ( using Service>Plugins>Mount Points>Add ), look what happen:


Request Method: POST
Request URL: http://192.168.0.200:6060/admin/app-plugins/NullMountPoint/edit/1/
Software Version: FreeNAS-8.3.1-BETA3-x64 (r13264)
Exception Type: UnicodeDecodeError
Exception Value:
'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)
Exception Location: /usr/local/www/freenasUI/../freenasUI/freeadmin/views.py in generic_model_edit, line 688
Server time: mer, 13 Feb 2013 20:13:08 +0100


Environment:

Software Version: FreeNAS-8.3.1-BETA3-x64 (r13264)
Request Method: POST
Request URL: http://192.168.0.200:6060/admin/app-plugins/NullMountPoint/edit/1/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
105. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
166. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
20. return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/views.py" in generic_model_edit
688. message=_("Error: %s") % str(e))

Exception Type: UnicodeDecodeError at /admin/app-plugins/NullMountPoint/edit/1/
Exception Value: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)


-----------------------

Someone know how help me? I'm using FreeNas 8 from about 3days, i'm not so expert.

Thanks. Regards.
 

gatto012

Dabbler
Joined
Feb 13, 2013
Messages
16
SOLVED

The problem was that folder owner was an user, while plugins work under root.
I've put root in the same group of the user, and now work.

I'm sorry, mod can close.
 
Status
Not open for further replies.
Top