Ashamed2228
Dabbler
- Joined
 - Mar 17, 2023
 
- Messages
 - 21
 
Every time I try to add this user I created using the WebUI I get a python error:
Even without changing anything and just saving the ACL that error shows up. I'm tring to change ACL because I can't access the SAMBA share with the user I just created, I keep getting access denied errors
	
		
			
		
		
	
			
			
Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 426, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 463, in __run_body
    rv = await self.middleware.run_in_thread(self.method, *([self] + args))
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1252, in run_in_thread
    return await self.run_in_executor(self.thread_pool_executor, method, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1249, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
  File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1322, in nf
    return func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/filesystem_/acl_linux.py", line 676, in setacl
    return self.setacl_nfs4(job, data)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/filesystem_/acl_linux.py", line 470, in setacl_nfs4
    self.setacl_nfs4_internal(path, data['dacl'], do_canon, verrors)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/filesystem_/acl_linux.py", line 423, in setacl_nfs4_internal
    raise CallError(setacl.stderr.decode())
middlewared.service_exception.CallError: [EFAULT] 
 
Even without changing anything and just saving the ACL that error shows up. I'm tring to change ACL because I can't access the SAMBA share with the user I just created, I keep getting access denied errors