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
No it doesn't help with this problem. Also enabled PAM, but that doesn't solve the problem. No XDG_* and DBUS env variables appear on teleport session.
DBUS_SESSION_BUS_ADDRESS environment variable is not set on teleport session
What happened:
When logged to remote teleport host DBUS_SESSION_BUS_ADDRESS is not set in environment, because of that user systemd is not accessible
root@host:~# systemctl --user status
Failed to connect to bus: No such file or directory
What you expected to happen:
DBUS_SESSION_BUS_ADDRESS should be set as on usual login using terminal or ssh session.
For example for root session:
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/bus
systemctl --user status command should return current status of systemd for user space
Reproduction Steps
Teleport details
teleport version
): Teleport v8.1.0 git:v8.1.0-0-g3dc269bef go1.17.3The text was updated successfully, but these errors were encountered: