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

macOS: oidc-agent-service get stuck and does not restart #609

Open
jacogasp opened this issue Oct 25, 2024 · 0 comments
Open

macOS: oidc-agent-service get stuck and does not restart #609

jacogasp opened this issue Oct 25, 2024 · 0 comments

Comments

@jacogasp
Copy link

Hello,

I'm using oidc-agent v5.2.3 macOS Sequoia 15.0.1.
Sometimes it gets stuck (i.e. it waits forever while asking for a token), so I interrupt it with ctrl-c and I try to restart the service.
Very often (almost always, but not always) it does not restart until a reboot my machine.

Here an example

❯ eval $(oidc-agent-service start)
It seems like oidc-agent-service already started an oidc-agent for you.
Run "oidc-agent-service stop" to stop that agent or
run "oidc-agent-service restart" to restart the agent.
❯ oidc-agent-service stop
❯ eval $(oidc-agent-service start)
It seems like oidc-agent-service already started an oidc-agent for you.
Run "oidc-agent-service stop" to stop that agent or
run "oidc-agent-service restart" to restart the agent.
❯ oidc-agent-service restart
❯ oidc-agent-service stop
❯ eval $(oidc-agent-service start)
It seems like oidc-agent-service already started an oidc-agent for you.
Run "oidc-agent-service stop" to stop that agent or
run "oidc-agent-service restart" to restart the agent.

The only way to actually restart it is to kill -9 the PID and the go with a eval $(oidc-agent-service start).

Glad to help reporting some logs if needed.

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