dominomachine
Dabbler
- Joined
- Dec 21, 2017
- Messages
- 14
Hello, I've got a FreeNAS server running and it has been going for a few years and happily providing iSCSI storage to some VMs.
The problem started off when I got an email stating no space left on device:
I can get to the login GUI but when I enter credentials it goes to an error page. Oddly, the iSCSI connections are working normally and I can write and read from the array as normal. I think the problem is the USB drive the OS is running on may be out of space but I need to confirm this and then figure out how I can fix this. I'm not an experienced BSD or Linux guy so having to go beyond the GUI is always a bit stressful. I tried connecting using the Putty client but I got denied access using the correct root password. The server is currently running headless but I can connect a keyboard and monitor directly if needed.
Any advice on this situation would be appreciated, I'm doubtful it would be even safe to restart the server at this point.
Below this section there was further text but it contained the authentication credentials in plain text so I have omitted this section.
The problem started off when I got an email stating no space left on device:
Code:
lockf: cannot open /var/run/periodic.daily.lock: No space left on device mail: /tmp/mail.RstM46r3JAuF: No space left on device
I can get to the login GUI but when I enter credentials it goes to an error page. Oddly, the iSCSI connections are working normally and I can write and read from the array as normal. I think the problem is the USB drive the OS is running on may be out of space but I need to confirm this and then figure out how I can fix this. I'm not an experienced BSD or Linux guy so having to go beyond the GUI is always a bit stressful. I tried connecting using the Putty client but I got denied access using the correct root password. The server is currently running headless but I can connect a keyboard and monitor directly if needed.
Any advice on this situation would be appreciated, I'm doubtful it would be even safe to restart the server at this point.
Code:
Request Method: POST Request URL: http://192.168.0.16/account/login/ Software Version: FreeNAS-9.10.2-U5 (561f0d7a1) Exception Type: OSError Exception Value: [Errno 28] No space left on device: '/tmp/sessionidrlggc2ges8zj30w3v46ccgpbn1x0bjfh' Exception Location: /usr/local/lib/python2.7/site-packages/django/contrib/sessions/backends/file.py in save, line 125 Server time: Wed, 20 Dec 2017 11:10:51 -0700 Traceback Environment: Software Version: FreeNAS-9.10.2-U5 (561f0d7a1) Request Method: POST Request URL: http://192.168.0.16/account/login/ Traceback: File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response 112. response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/local/www/freenasUI/../freenasUI/account/views.py" in login_wrapper 327. 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 43. auth_login(request, form.get_user()) File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py" in login 83. request.session.cycle_key() File "/usr/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py" in cycle_key 277. self.create() File "/usr/local/lib/python2.7/site-packages/django/contrib/sessions/backends/file.py" in create 105. self.save(must_create=True) File "/usr/local/lib/python2.7/site-packages/django/contrib/sessions/backends/file.py" in save 125. fd = os.open(session_file_name, flags) Exception Type: OSError at /account/login/ Exception Value: [Errno 28] No space left on device: '/tmp/sessionidrlggc2ges8zj30w3v46ccgpbn1x0bjfh'
Below this section there was further text but it contained the authentication credentials in plain text so I have omitted this section.
Last edited by a moderator: