Menu

#838 need more than 1 value to unpack

open
nobody
5
2012-10-28
2011-02-05
Anonymous
No

ValueError at /storage/wizard/

need more than 1 value to unpack

Request Method: GET
Request URL: http://192.168.1.144/storage/wizard/
Django Version: 1.2.3
Exception Type: ValueError
Exception Value:

need more than 1 value to unpack

Exception Location: /usr/local/www/freenasUI/storage/forms.py in _populate_disk_choices, line 62
Python Executable: /usr/local/bin/python
Python Version: 2.6.6
Python Path: ['/usr/local/www/freenasUI', '/usr/local/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg', '/usr/local/lib/python2.6/site-packages/South-0.7.2-py2.6.egg', '/usr/local/lib/python2.6/site-packages/flup-1.0.2-py2.6.egg', '/usr/local/lib/python26.zip', '/usr/local/lib/python2.6', '/usr/local/lib/python2.6/plat-freebsd8', '/usr/local/lib/python2.6/lib-tk', '/usr/local/lib/python2.6/lib-old', '/usr/local/lib/python2.6/lib-dynload', '/usr/local/lib/python2.6/site-packages', '/usr/local/www']
Server time: Fri, 4 Feb 2011 22:30:35 -0800

==============================

Environment:

Request Method: GET
Request URL: http://192.168.1.144/storage/wizard/
Django Version: 1.2.3
Python Version: 2.6.6
Installed Applications:
['django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'south',
'dojango',
'account',
'system',
'network',
'storage',
'sharing',
'services']

Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'dojango.middleware.DojoCollector')

Traceback:
File "/usr/local/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
100. response = callback(request, *callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/storage/forms.py" in VolumeWizard_wrapper
212. return VolumeWizard([VolumeWizard_VolumeNameTypeForm, VolumeWizard_DiskGroupTypeForm, VolumeFinalizeForm], error_redirect="/storage/")(request, *args,
kwargs)
File "/usr/local/www/freenasUI/contrib/ext_formwizard.py" in call
97. form = self.get_form(current_step)
File "/usr/local/www/freenasUI/contrib/ext_formwizard.py" in get_form
53. return self.form_liststep
File "/usr/local/www/freenasUI/storage/forms.py" in init
49. self.fields['volume_disks'].choices = self._populate_disk_choices()
File "/usr/local/www/freenasUI/storage/forms.py" in _populate_disk_choices
62. devname, capacity = disk.split('\t')

Exception Type: ValueError at /storage/wizard/
Exception Value: need more than 1 value to unpack

Discussion

  • Lorio

    Lorio - 2011-02-14

    I had a similar problem. Bug ID 3162855 here in the tracker.

    You should start FreeNAS with the reporting bootoption. That way you can get a proper error message when the webgui crashes.

    Try to find a new bios update for your hardware or set the default values and boot again.
    See if you can reproduce the error.

     

Log in to post a comment.