new user has permission to log in but still can't

Nick2253

Wizard
Joined
Apr 21, 2014
Messages
1,633

spacenoob

Dabbler
Joined
Aug 25, 2021
Messages
27
Then you'll probably want to enable it.
ok I just tested it with the option enabled and I am still getting the error
truenas23.png
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
Yep, that's it. It looks like you ran chmod 770 from shell on the path (prevents traverse for non-root / non-wheel members). That basically breaks access for all users. Run command chmod 755 /mnt/tank and it should work.

Do you happen to know what tutorial advised running that command?
 
Last edited:

spacenoob

Dabbler
Joined
Aug 25, 2021
Messages
27
Yep, that's it. It looks like you ran chmod 770 from shell on the path (prevents traverse for non-root / non-wheel members). That basically breaks access for all users. Run command chmod 755 /mnt/tank and it should work.

Do you happen to know what tutorial advised running that command?
ok yeah that fixed it!
thank you!

tbh I don't remember running any commands in the shell, so no sry I don't know/remember
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
ok yeah that fixed it!
thank you!

tbh I don't remember running any commands in the shell, so no sry I don't know/remember
We explicitly prevent users from editing permissions on /mnt/tank via webui (and internally in middleware) to prevent these sorts of issues, but we have had some issues in the past with influencers telling their audiences to do things like "chmod 770 /mnt/tank". I'm glad you're sorted out now.
 
Top