alexmpr
Cadet
- Joined
- Jul 17, 2018
- Messages
- 1
So I've been reading and trying out different ideas. I am at an impass.
I installed FreeNAS on a 120 gb SSD (overkill space but its a spare I had lying around)
My configuration is as follows.
.
I receive the following error upon boot.
I receive for basically all drives da0-da7
I ignore those cam errors and just began attempting to see if I could just run the volume manager and upon running them I would receive : MiddleWare Errors. but afterchmodding the drive to
I now receive a CallTimeout Error
I have tried formatting drives, dd the drive. but I am not 100 percent sure I did them correctly. I am somewhat knowledgeable in Linux but Im not sure all the commands I know really work in FreeBSD.
MIDDLEWARE ERROR LOG
CALLBACK ERROR LOG
Error Code asc:31,0 in SCSI
any help would be appreciated thank you in advance. If im missing any futhur information please let me know. sorry for the disorganization of the post in advance also lol...
I installed FreeNAS on a 120 gb SSD (overkill space but its a spare I had lying around)
My configuration is as follows.
Code:
SuperMICRO MB X8DTU-F LSI 9210-8i (have tried both IT and IR modes) x8 Remanufactured IBM-ESXS ST31000424DD BC28 1TB HDD (I am aiming for raidz2 config) The ssd is: ada0
.
I receive the following error upon boot.
I receive for basically all drives da0-da7
Code:
(da5:mps0:0:7:0): READ(10). CDB: 28 00 74 70 6a 00 00 01 00 00 (da5:mps0:0:7:0): CAM status: SCSI Status Error (da5:mps0:0:7:0): SCSI status: Check Condition (da5:mps0:0:7:0): SCSI sense: MEDIUM ERROR asc:31,0 (Medium format corrupted) (da5:mps0:0:7:0): Field Replaceable Unit: 3 (da5:mps0:0:7:0): Error 5, Retries exhausted
I ignore those cam errors and just began attempting to see if I could just run the volume manager and upon running them I would receive : MiddleWare Errors. but afterchmodding the drive to
$ chmod a+w /dev/da7
$ ls -l /dev/daX
# crw-rw--w- 1 root operator 0xa6 Jul 18 10:13 /dev/da7I now receive a CallTimeout Error
I have tried formatting drives, dd the drive. but I am not 100 percent sure I did them correctly. I am somewhat knowledgeable in Linux but Im not sure all the commands I know really work in FreeBSD.
$dd if=/dev/da0 of=/dev/da0/null bs=512 f=1024 (or whatever the second argument is that equal 1024 lol i have it on a notepad somewhere)MIDDLEWARE ERROR LOG
Code:
Request Method: POST
Request URL: http://192.168.111.93/system/wizard/
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Exception Type: MiddlewareError
Exception Value:
[MiddlewareError: Unable to GPT format the disk "da0": gpart: Input/output error
]
Exception Location: ./freenasUI/middleware/notifier.py in __gpt_labeldisk, line 359
Server time: Tue, 17 Jul 2018 15:04:21 -0700
Traceback
Environment:
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Request Method: POST
Request URL: http://192.168.111.93/system/wizard/
Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
42. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in view
68. return self.dispatch(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in dispatch
237. response = super(WizardView, self).dispatch(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in dispatch
88. return handler(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in post
300. return self.render_done(form, **kwargs)
File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in render_done
357. **kwargs)
File "./freenasUI/system/forms.py" in done
481. _n.create_volume(volume, groups=groups, init_rand=False)
File "./freenasUI/middleware/notifier.py" in create_volume
752. vdevs = self.__prepare_zfs_vdev(vgrp['disks'], vdev_swapsize, encrypt, volume)
File "./freenasUI/middleware/notifier.py" in __prepare_zfs_vdev
687. swapsize=swapsize)
File "./freenasUI/middleware/notifier.py" in __gpt_labeldisk
359. raise MiddlewareError(f'Unable to GPT format the disk "{devname}": {error}')
Exception Type: MiddlewareError at /system/wizard/
Exception Value: [MiddlewareError: Unable to GPT format the disk "da0": gpart: Input/output error
]
""""""""'
Environment:
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Request Method: POST
Request URL: http://192.168.111.93/system/wizard/
Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
42. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in view
68. return self.dispatch(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in dispatch
237. response = super(WizardView, self).dispatch(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in dispatch
88. return handler(request, *args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in post
300. return self.render_done(form, **kwargs)
File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in render_done
357. **kwargs)
File "./freenasUI/system/forms.py" in done
481. _n.create_volume(volume, groups=groups, init_rand=False)
File "./freenasUI/middleware/notifier.py" in create_volume
752. vdevs = self.__prepare_zfs_vdev(vgrp['disks'], vdev_swapsize, encrypt, volume)
File "./freenasUI/middleware/notifier.py" in __prepare_zfs_vdev
687. swapsize=swapsize)
File "./freenasUI/middleware/notifier.py" in __gpt_labeldisk
359. raise MiddlewareError(f'Unable to GPT format the disk "{devname}": {error}')
Exception Type: MiddlewareError at /system/wizard/
Exception Value: [MiddlewareError: Unable to GPT format the disk "da0": gpart: Input/output error
]
"""""""""""""""""
Request information
GET
No GET data
POST
Variable Value
initial_wizard-current_step 'confirm'
__form_id 'dijit_form_Form_5'
FILES
No FILES data
COOKIES
Variable Value
csrftoken '********'
fntreeSaveStateCookie 'root%2Croot%2F145%2Croot%2F121%2Croot%2F88%2Croot%2F60%2Croot%2F60%2F74%2Croot%2F60%2F61%2Croot%2F8%2Croot%2F1%2Croot%2F1%2F5%2Croot%2F1%2F2'
sessionid 'o26fattbzgx60mfhtcpwdu88i2se0bgo'
META
Variable Value
"CALLBACK ERROR LOG
Code:
Traceback
Request Method: POST
Request URL: http://192.168.111.93/storage/volumemanager/
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Exception Type: CallTimeout
Exception Value:
Call timeout
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 429
Server time: Wed, 18 Jul 2018 10:22:40 -0700
"
Environment:
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Request Method: POST
Request URL: http://192.168.111.93/storage/volumemanager/
Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
42. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "./freenasUI/storage/views.py" in volumemanager
148. if form.is_valid() and form.save():
File "./freenasUI/storage/forms.py" in save
309. raise e
File "./freenasUI/storage/forms.py" in save
298. notifier().create_volume(volume, groups=grouped, init_rand=init_rand)
File "./freenasUI/middleware/notifier.py" in create_volume
752. vdevs = self.__prepare_zfs_vdev(vgrp['disks'], vdev_swapsize, encrypt, volume)
File "./freenasUI/middleware/notifier.py" in __prepare_zfs_vdev
683. c.call('disk.swaps_remove_disks', disks)
File "./freenasUI/middleware/notifier.py" in __prepare_zfs_vdev
683. c.call('disk.swaps_remove_disks', disks)
File "/usr/local/lib/python3.6/site-packages/middlewared/client/client.py" in call
429. raise CallTimeout("Call timeout")
Exception Type: CallTimeout at /storage/volumemanager/
Exception Value: Call timeout
"
Volume Manager
Request Method: POST
Request URL: http://192.168.111.93/storage/volumemanager/
Software Version: FreeNAS-11.1-U5 (8e2a858a1)
Exception Type: CallTimeout
Exception Value:
Call timeout
Exception Location: /usr/local/lib/python3.6/site-packages/middlewared/client/client.py in call, line 429
Server time: Wed, 18 Jul 2018 10:22:40 -0700
Traceback
Environment: Software Version: FreeNAS-11.1-U5 (8e2a858a1) Request Method: POST Request URL: http://192.168.111.93/storage/volumemanager/ Traceback: File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner 42. response = get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response 249. response = self._get_response(request) File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response 178. response = middleware_method(request, callback, callback_args, callback_kwargs) File "./freenasUI/freeadmin/middleware.py" in process_view 162. return login_required(view_func)(request, *view_args, **view_kwargs) File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "./freenasUI/storage/views.py" in volumemanager 148. if form.is_valid() and form.save(): File "./freenasUI/storage/forms.py" in save 309. raise e File "./freenasUI/storage/forms.py" in save 298. notifier().create_volume(volume, groups=grouped, init_rand=init_rand) File "./freenasUI/middleware/notifier.py" in create_volume 752. vdevs = self.__prepare_zfs_vdev(vgrp['disks'], vdev_swapsize, encrypt, volume) File "./freenasUI/middleware/notifier.py" in __prepare_zfs_vdev 683. c.call('disk.swaps_remove_disks', disks) File "./freenasUI/middleware/notifier.py" in __prepare_zfs_vdev 683. c.call('disk.swaps_remove_disks', disks) File "/usr/local/lib/python3.6/site-packages/middlewared/client/client.py" in call 429. raise CallTimeout("Call timeout") Exception Type: CallTimeout at /storage/volumemanager/ Exception Value: Call timeout
Request information
GET
No GET data
POST
Variable Value
__all__ ''
volume_name 'TANK'
layout-__all__ ''
layout-TOTAL_FORMS '2'
layout-INITIAL_FORMS '0'
layout-0-vdevtype 'raidz2'
layout-0-disks 'da3'
layout-1-vdevtype 'raidz2'
layout-1-disks 'da7'
__form_id 'dijit_form_Form_0'
FILES
No FILES data
COOKIES
Variable Value
csrftoken '********'
fntreeSaveStateCookie 'root%2Croot%2F145%2Croot%2F121%2Croot%2F88%2Croot%2F60%2Croot%2F60%2F74%2Croot%2F60%2F61%2Croot%2F8%2Croot%2F1%2Croot%2F1%2F5%2Croot%2F1%2F2%2Croot%2F1%2F6%2Croot%2F123%2Croot%2F10%2Croot%2F10%2F23%2Croot%2F64%2Croot%2F64%2F74%2Croot%2F64%2F71%2Croot%2F64%2F65'
sessionid 'ry9cgoaadandw99rz8eq82wz2b4as0mk'
Variable Value
Error Code asc:31,0 in SCSI
Code:
3 31 00 Medium Error - medium format corrupted
any help would be appreciated thank you in advance. If im missing any futhur information please let me know. sorry for the disorganization of the post in advance also lol...
Last edited: