Issue with mounting drives from other freenas box.. help?

Status
Not open for further replies.

messerchmidt

Explorer
Joined
Aug 25, 2014
Messages
54
put my raid z from my old freenas box (9.2.1.8) into my new xeon build (9.3) and am getting this when I try o change permissions:

how do i fix and make it shareable on the network? CIFS will not start.

Request Method: GET
Request URL: http://192.168.1.144/storage/mountpoint/permission/mnt/Volume1/law/
Software Version: FreeNAS-9.3-STABLE-201412090314
Exception Type: OSError
Exception Value:
Invalid mountpoint /mnt/Volume1/law
Exception Location: /usr/local/www/freenasUI/../freenasUI/middleware/notifier.py in mp_get_owner, line 2585
Server time: Thu, 18 Dec 2014 20:00:41 -0800

Environment:

Software Version: FreeNAS-9.3-STABLE-201412090314
Request Method: GET
Request URL: http://192.168.1.144/storage/mountpoint/permission/mnt/Volume1/law/


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
156. 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
22. return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/storage/views.py" in mp_permission
615. form = forms.MountPointAccessForm(initial={'path': path})
File "/usr/local/www/freenasUI/../freenasUI/storage/forms.py" in __init__
1683. user, group = notifier().mp_get_owner(path)
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in mp_get_owner
2585. raise OSError('Invalid mountpoint %s' % (path, ))

Exception Type: OSError at /storage/mountpoint/permission/mnt/Volume1/law/
Exception Value: Invalid mountpoint /mnt/Volume1/law

equest information
GET
No GET data

POST
No POST data

FILES
No FILES data

COOKIES
Variable Value
csrftoken 'uyqAzL4s8xLAbDb0oEDprMcnfAiTpHQt'
sessionid 'e7ji6kvn3gkenbl3e0zxlk4yvtftbo0t'
fntreeSaveStateCookie 'root%2Croot%2F126%2Croot%2F53%2Croot%2F53%2F54%2Croot%2F53%2F54%2F55%2Croot%2F53%2F54%2F55%2F60'
META
Variable Value
HTTP_X_REQUESTED_WITH 'XMLHttpRequest'
CONTENT_TYPE 'application/x-www-form-urlencoded'
wsgi.input <flup.server.fcgi_base.InputStream object at 0x815048e90>
wsgi.multithread True
GATEWAY_INTERFACE 'CGI/1.1'
HTTP_CONTENT_TYPE 'application/x-www-form-urlencoded'
wsgi.version (1, 0)
DOCUMENT_ROOT '/usr/local/etc/nginx/html'
wsgi.run_once False
HTTP_USER_AGENT 'Mozilla/5.0 (Windows NT; Win64; x64; rv:26.0) Gecko/20100101 Firefox/26.0 Waterfox/26.0'
wsgi.errors <flup.server.fcgi_base.TeeOutputStream object at 0x815ef89d0>
DOCUMENT_URI '/storage/mountpoint/permission/mnt/Volume1/law/'
REQUEST_METHOD 'GET'
HTTP_CONNECTION 'keep-alive'
REQUEST_URI '/storage/mountpoint/permission//mnt/Volume1/law/'
HTTP_ACCEPT 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
REDIRECT_STATUS '200'
HTTP_HOST '192.168.1.144'
wsgi.url_scheme 'http'
wsgi.multiprocess False
PATH_INFO u'/storage/mountpoint/permission/mnt/Volume1/law/'
SERVER_ADDR '192.168.1.144'
REMOTE_PORT '17864'
HTTPS ''
HTTP_ACCEPT_LANGUAGE 'en-US,en;q=0.5'
QUERY_STRING ''
CSRF_COOKIE u'uyqAzL4s8xLAbDb0oEDprMcnfAiTpHQt'
REMOTE_ADDR '192.168.1.32'
SCRIPT_NAME u''
HTTP_COOKIE 'csrftoken=uyqAzL4s8xLAbDb0oEDprMcnfAiTpHQt; sessionid=e7ji6kvn3gkenbl3e0zxlk4yvtftbo0t; fntreeSaveStateCookie=root%2Croot%2F126%2Croot%2F53%2Croot%2F53%2F54%2Croot%2F53%2F54%2F55%2Croot%2F53%2F54%2F55%2F60'
SERVER_SOFTWARE 'nginx/1.6.2'
SERVER_NAME 'localhost'
SERVER_PROTOCOL 'HTTP/1.1'
SERVER_PORT '80'
CONTENT_LENGTH ''
HTTP_ACCEPT_ENCODING 'gzip, deflate'
HTTP_REFERER 'http://192.168.1.144/'
 
Last edited:
D

dlavigne

Guest
You shouldn't be getting a traceback. Please create a bug report at bugs.freenas.org and post the issue number here.
 
Status
Not open for further replies.
Top