Possible bug ? folder in media and python error

Status
Not open for further replies.

huberte

Explorer
Joined
Sep 20, 2011
Messages
87
Installing latest pbi for jail on a data created from a volume on a usb stick.

Trying to mount point from /mnt/gra1/Home/Home/Music in /mnt/usb/jail/software/media/

ok

but

Trying to mount point from /mnt/gra1/Home/Home/Music in /mnt/usb/jail/software/media/music (created a folder in)

end with :

Code:
freenas manage.py: [middleware.exceptions:38] [MiddlewareError: Le chemin n'a pas pu être monté /mnt/gra1/Home/Home/Music


in console

in gui :

Code:
Request Method: 	POST
Request URL: 	http://192.168.0.14/admin/app-plugins/NullMountPoint/edit/1/
Software Version: 	FreeNAS-8.3.0-RELEASE-p1-x64 (r12825)
Exception Type: 	UnicodeDecodeError
Exception Value: 	

'ascii' codec can't decode byte 0xc3 in position 39: ordinal not in range(128)

Exception Location: 	/usr/local/www/freenasUI/../freenasUI/freeadmin/views.py in generic_model_edit, line 688
Server time: 	jeu, 3 Jan 2013 22:32:43 -0400
Unicode error hint

The string that could not be encoded/decoded was: s pu ��tre
Traceback
Environment:

Software Version: FreeNAS-8.3.0-RELEASE-p1-x64 (r12825)
Request Method: POST
Request URL: http://192.168.0.14/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 39: ordinal not in range(128)


Which seems again to be an encoding error !!!!
 
Status
Not open for further replies.
Top