Closed whereisaaron closed 9 months ago
I've found running a new dbus-run-session -- bash
will get aws-vault
to stop wedging.
$ aws-vault --version <----- wedge forever
^C
$ dbus-run-session -- bash
$ aws-vault --version
v7.2.0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I am running v7.2.0 under Ubuntu 20.02 on WSL2 on Windows 11.
aws-fault
worked fine for a while, then it just started freezing. It doesn't display any message, even justaws-vault --help
oraws-vault --version
freezes.strace
output below. It always gets stuck onwaitid(P_PID, 25530,
on another process is starts calleddbus-launch
.If you kill the
dbus-launch
process, it will start a seconddbus-launch
, if you killdbus-launch
again, thenaws-vault
will unblock.No idea why is is trying to launch dbus? I have
AWS_VAULT_BACKEND=file
so it shouldn't right? Even if you specify--backend file
is still tries and fails to startdbus-launch
.I think
aws-vault --help
oraws-vault --version
should be able to complete with launching child processes etc.?Might be related to https://github.com/99designs/aws-vault/issues/857 ?