Permission denied on eos commands

Hi All, I am trying to setup a new EOS environment in just one server as a test system, but I’m facing some “permission denied” problems on eos commands that are blocking any further configuration:

[root@sismom-eos etc]# eos space define default 12
error: errc=3010 msg=“[ERROR] Error response: permission denied”

[root@sismom-eos etc]# eos

---------------------------------------------------------------------------

EOS Copyright (C) 2011-2020 CERN/Switzerland

This program comes with ABSOLUTELY NO WARRANTY; for details type `license’.

This is free software, and you are welcome to redistribute it

under certain conditions; type `license’ for details.

---------------------------------------------------------------------------

EOS_INSTANCE=eosdev
EOS_SERVER_VERSION=5.2.28 EOS_SERVER_RELEASE=1
EOS_CLIENT_VERSION=5.2.28 EOS_CLIENT_RELEASE=1

EOS Console [root://sismom-eos.com.br] |/> node ls
error: errc=3010 msg=“[ERROR] Error response: permission denied”

EOS Console [root://sismom-eos.com.br] |/> space ls
error: errc=3010 msg=“[ERROR] Error response: permission denied”

EOS Console [root://sismom-eos.com.br] |/> group ls

EOS Console [root://sismom-eos.com.br] |/> fs ls
error: errc=3010 msg=“[ERROR] Error response: permission denied”

[root@sismom-eos etc]# eos whoami
Virtual Identity: uid=99 (99) gid=99 (99) [authz:unix] host=sismom-eos.com.br domain=com.br

[root@sismom-eos etc]# env XrdSecPROTOCOL=sss eos whoami
Virtual Identity: uid=99 (99) gid=99 (99) [authz:sss] host=sismom-eos.com.br domain=com.br

Any help please?

Tks
Wander

Ok it’s solved setting EOS_MGM_URL to localhost instead of hostname.

Tks
Wander