Help at starting freeNAS OS

Status
Not open for further replies.

pandas5555

Dabbler
Joined
Feb 21, 2014
Messages
13
can someone help me understand this? i loaded my usb key and everything went fine, gave me the ip address for the gui and so i went to it. it asks me to change my password and i do and it immediately goes to a page with this on it

Environment:

Software Version: FreeNAS-9.2.1-RELEASE-x64 (bd35c86)
Request Method: POST
Request URL: http://192.168.0.7/account/login/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
114. response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/account/views.py" in login_wrapper
183. extra_context=extra_context,
File "/usr/local/lib/python2.7/site-packages/django/views/decorators/debug.py" in sensitive_post_parameters_wrapper
75. return view(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in _wrapped_view
99. response = view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
52. response = view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/views.py" in login
36. if form.is_valid():
File "/usr/local/www/freenasUI/../freenasUI/account/forms.py" in is_valid
88. user.save()
File "/usr/local/www/freenasUI/../freenasUI/account/models.py" in save
232. super(bsdUsers, self).save(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py" in save
545. force_update=force_update, update_fields=update_fields)
File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py" in save_base
573. updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py" in _save_table
635. forced_update)
File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py" in _do_update
679. return filtered._update(values) > 0
File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py" in _update
507. return query.get_compiler(self.db).execute_sql(None)
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
975. cursor = super(SQLUpdateCompiler, self).execute_sql(result_type)
File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py" in execute_sql
781. cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py" in execute
53. return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/utils.py" in __exit__
99. six.reraise(dj_exc_type, dj_exc_value, traceback)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/util.py" in execute
53. return self.cursor.execute(sql, params)
File "/usr/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py" in execute
450. return Database.Cursor.execute(self, query, params)

Exception Type: OperationalError at /account/login/
Exception Value: unable to open database file





if it help at all my freeness monitor is also spitting out constantly this line of text

g_vfs_done():ufs/FreeNASs1a[WRITE(offset=a bunch of numbers random, length=4096)]error=5
 

pandas5555

Dabbler
Joined
Feb 21, 2014
Messages
13
SPECS:
ASROCK B75M R2.0 motherboard
Intel Celron duel core cpu
8gb DDR3 RAM
500 gb WD SATA HDD
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Sounds like a USB stick that doesn't work well with FreeNAS.
 

Wade

Contributor
Joined
Feb 16, 2014
Messages
110
i tried a few different brands till i got one that is stable, at this time sandisk 8gig is working nicely for me, also, cant speak for others but ive had problems with the win32discimager to usb route, dunno but could have been bad media, ive had most successful writes when booting from cd and intalling to usb
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
I have yet to personally witness a system that doesn't work with Win32diskimager. Lots of people claim it is so, but I've never seen it. Even when I help people on countries where name-brand USB sticks are almost non-existent.
 

Michael Wulff Nielsen

Contributor
Joined
Oct 3, 2013
Messages
182
I have seen a similar problem with encoded characters. try using a password with only a-z and 0-9
 
Status
Not open for further replies.
Top