You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
I'm trying to add this container in a AD domain to test some environments authenticated by SPNEGO and I'm facing some error when running the realm command:
When I ran the command "sudo realm join DOMAIN.local -U '[email protected]' -v" I've got this error:
realm: Couldn't connect to realm serviceL Error calling StartServiceByName for org.freedesktop.realmdL: GDBus.Error:org.free.desktop.DBus.Error.Spawn,ExecFailed: Failed to execute program org.freedesktop.realmd: Permission denied
I tried to restart the DBus using the command: "sudo systemctl restart dbus" and I got this error:
Failed to restart dbus.service: Failed to execute program org.freedesktop.systemd1: Permission denied
See system logs and 'systemctl status dbus.service' for details.
I ran the 'sudo systemctl status dbus.service' and I've got:
Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied
But the dbus service seams to be running based in the "ps -ef" command.
Someone knows what permissions I need to set in order to access the dbus ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello there,
I'm trying to add this container in a AD domain to test some environments authenticated by SPNEGO and I'm facing some error when running the realm command:
When I ran the command "sudo realm join DOMAIN.local -U '[email protected]' -v" I've got this error:
realm: Couldn't connect to realm serviceL Error calling StartServiceByName for org.freedesktop.realmdL: GDBus.Error:org.free.desktop.DBus.Error.Spawn,ExecFailed: Failed to execute program org.freedesktop.realmd: Permission denied
I tried to restart the DBus using the command: "sudo systemctl restart dbus" and I got this error:
Failed to restart dbus.service: Failed to execute program org.freedesktop.systemd1: Permission denied
See system logs and 'systemctl status dbus.service' for details.
I ran the 'sudo systemctl status dbus.service' and I've got:
Failed to get properties: Failed to execute program org.freedesktop.systemd1: Permission denied
But the dbus service seams to be running based in the "ps -ef" command.
Someone knows what permissions I need to set in order to access the dbus ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: