AccountProvider_Error_1 INET6 no route to host

Hi,

is there a summary of the error codes and their meanings? I get the same “AccountProvider_Error_1” since I had to reinstall my server and restore the configuration. Strangely only on the Dashboard and Users and groups sites, everything else works. All services are up and running, Domain accounts looks normal and I can logon to my samba shares and SOGo just fine. When I run /usr/libexec/nethserver/list-groups or list-users directly it says
(No route to host): IO::Socket::INET6: connect: No route to host.
Unfortunately I can’t find any documentation of how these two programs work. Does anyone have a clue what might be going wrong? Thanks.

There isn’t a summary, but the web interface uses all SSSD exit code.

“AccountProvider_Error_1” means almost “Generic error”, you need to inspect the logs to find out more.
Do you we should translate it?

Thank you. Indeed, I think the error messages could be more informative. Something like “AccountProvider Generic Error: SSSD exit code 1” would help. But this might be misleading in my case: the sssd and secure logs are okay and the messages log shows only the httpd problem:
> Oct 3 16:42:12 nethserver httpd: [ERROR] NethServer\Tool\UserProvider: AccountProvider_Error_1

Oct  3 16:42:12 nethserver httpd: [ERROR] (No route to host): IO::Socket::INET6: connect: No route to host
1 Like

I think that you should check the DHCP/DNS/Firewall settings.

It seems that does not know who is who. and can’t reach “it” whatever it wants to reach.

Do a simple sweep over the system settings and see if you left out something. (in server / client)

1 Like

Could lead to a IPv6 address in DNS, which is currently not supported on LAN… Please check your DNS settings as nsdc should not contain IPv6 records, and paste here the output of

config show dns
config show sssd
config show nsdc

Added to the junior job list.

Thank you for your efforts. Here are the outputs:

config show dns
dns=configuration
    NameServers=84.200.69.80,84.200.70.40,2001:1608:10:25::1c04:b12f,2001:1608:10:25::9249:d69b

config show sssd
sssd=service
AdDns=10.0.1.11
LdapURI=
Provider=ad
Realm=HOME.HONGHU.EU
Workgroup=HOME
status=enabled

config show nsdc
nsdc=service
IpAddress=10.0.1.11
ProvisionType=newdomain
bridge=br0
status=enabled

Mmmh I see too many upstream DNS servers here. You should pick only one of them. I never tested IPv6 here.