HELP i have a problem :(

        Traceback (most recent call last):

File “/opt/rockstor/eggs/gunicorn-0.16.1-py2.7.egg/gunicorn/workers/sync.py”, line 34, in run
client, addr = self.socket.accept()
File “/usr/lib64/python2.7/socket.py”, line 202, in accept
sock, addr = self._sock.accept()
error: [Errno 11] Resource temporarily unavailable

when i try share a SAMBA service the machine dropme this log

        Traceback (most recent call last):

File “/opt/rockstor/eggs/gunicorn-0.16.1-py2.7.egg/gunicorn/workers/sync.py”, line 34, in run
client, addr = self.socket.accept()
File “/usr/lib64/python2.7/socket.py”, line 202, in accept
sock, addr = self._sock.accept()
error: [Errno 11] Resource temporarily unavailable

@Eduardo_Corona Welcome to the Rockstor community. What version of Rockstor are you running? And has it worked for you in the past or is this a fresh install? Oh and it may help to know what the steps that led to this situation were.

Thanks.

it is 3.8-14 its new on a new machine, and i followed all steps for the typical set-up

Hi @Eduardo_Corona. Are you seeing this error in the UI? Screenshot(s) will help. If you are seeing this in the logs, can you tell us which log file? And finally, what exactly is the problem?

i also get ` Traceback (most recent call last):
File “/opt/rockstor/eggs/gunicorn-0.16.1-py2.7.egg/gunicorn/workers/sync.py”, line 34, in run
client, addr = self.socket.accept()
File “/usr/lib64/python2.7/socket.py”, line 202, in accept
sock, addr = self._sock.accept()
error: [Errno 11] Resource temporarily unavailable

`

in the ui

I get this when I trie to make a share
EDIT: only when the share name is the same as the poolname

This can be confusing and something to improve right away, but the traceback is misleading in this case. There’s a clear error message at the top that says you cannot have the same name for a share and a pool.