Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

PROBLEM DESCRIPTION or QUESTION


I encounter the following bug when entering a password in my script:

Enter your OpenStack password for project 00000000-0000-0000-xxx as user xxxxx:
Exception raised: "XDG_SESSION_TYPE"
This issue is not present in other shells. How do I resolve this issue?

RESOLUTION


X11 is interfering with the text UI based application.
Try again after disabling the X11 forwarding option in the session's properties:

It is also recommended that you utilize the following in the remote command prompt:

$ unset DISPLAY

  • No labels