Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on systemctl stop decisionengine we see /usr/bin/systemd-tty-ask-password-agent --watch run #704

Open
StevenCTimm opened this issue May 8, 2024 · 0 comments

Comments

@StevenCTimm
Copy link

On Alma9 when stopping the decision engine under systemctl control we see the following process get spawned
as a child of the systemctl stop decisionengine process

[root@fermicloud814 ~]# pstree -pl 2739691
systemctl(2739691)───systemd-tty-ask(2739692)
[root@fermicloud814 ~]# ps -ef | grep systemd-tty-ask
root 2739692 2739691 0 08:08 pts/0 00:00:00 /usr/bin/systemd-tty-ask-password-agent --watch
root 2740021 2739761 0 08:10 pts/1 00:00:00 grep --color=auto systemd-tty-ask

it sits there for about 1-2 minutes and then times out and the decisionengine is stopped.

It's not clear why this would be doing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant