parserError trying to access storage/volumemanager

Status
Not open for further replies.

Seth Tipton

Cadet
Joined
Aug 27, 2013
Messages
6
I am getting this error while trying to access anything under the volumes section. This is a fresh install and I haven't changed a single other thing.

XaTF8Xm.png
 

Seth Tipton

Cadet
Joined
Aug 27, 2013
Messages
6
Environment:

Software Version: FreeNAS-9.1.0-RELEASE-x64 (dff7d13)
Request Method: GET
Request URL: https://192.168.1.77/storage/volumemanager/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
109. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
165. 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
25. return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/storage/views.py" in volumemanager
147. for disk, info in notifier().get_disks().items():
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in get_disks
2827. disks = self.__get_disks()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in __get_disks
3984. root_dev = self.__find_root_dev()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in __find_root_dev
3957. doc = self.__geom_confxml()
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in __geom_confxml
3353. self.__confxml = libxml2.parseDoc(self.sysctl('kern.geom.confxml'))
File "/usr/local/lib/python2.7/site-packages/libxml2.py" in parseDoc
1271. if ret is None:raise parserError('xmlParseDoc() failed')

Exception Type: parserError at /storage/volumemanager/
Exception Value: xmlParseDoc() failed
 

Seth Tipton

Cadet
Joined
Aug 27, 2013
Messages
6
I DID use a 2gb flash drive as opposed to the 4gb I hear I should use. Could that be the issue? And when I try to "view disks", there are no drives listed when I have 4 2tb drives attached.
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
YES! Try a 4Gb drive.

Although the doc's might still say you can use a 2Gb flash drive, I always recommend at least 4Gb. Some 2's aren't quite big enough.

I DID use a 2gb flash drive as opposed to the 4gb I hear I should use. Could that be the issue?
 
Status
Not open for further replies.
Top