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

yabai process restarting even after stopping the service #1921

Closed
anujc4 opened this issue Oct 18, 2023 · 5 comments
Closed

yabai process restarting even after stopping the service #1921

anujc4 opened this issue Oct 18, 2023 · 5 comments

Comments

@anujc4
Copy link

anujc4 commented Oct 18, 2023

tldr; Not able to stop yabai process once started

Expected Behaviour

When I perform yabai --stop-service, I should not see a yabai process anymore

Current Behaviour

Yabai restarts itself with a different PID

Steps to reproduce

I don't know if this is a wide-known issue, but here is how I reproduced the issue.

  1. Run yabai --stop-service
  2. Run ps aux | grep yabai, the yabai process still exists
  3. Try to manually kill the process killall yabai
  4. Run ps aux | grep yabai, the yabai process will still be there with a different PID

This is the output from my terminal

image

Context

I am using the release version 6.0.0

$ yabai --version
yabai-v6.0.0
@Odaym
Copy link

Odaym commented Oct 18, 2023

what the hell did you do to my yabai! ever since the last update everything is messed up

@ucasyfp
Copy link

ucasyfp commented Oct 19, 2023

Same here, but I am using version 5.0.9.

@anujc4
Copy link
Author

anujc4 commented Oct 19, 2023

what the hell did you do to my yabai! ever since the last update everything is messed up

Calm down mate, Open Source is hard and it's difficult for one developer (huge props to @koekeishiya btw) to maintain a tool that is so widely used and loved. I'm pretty sure this is just a minor bug and won't even effect any workflows in a breaking way.

@Odaym
Copy link

Odaym commented Oct 19, 2023

I'm sorry, I just love yabai too much!

@prurph
Copy link

prurph commented Dec 2, 2023

I'm unable to repro this on yabai-v6.0.1 macOS Sonoma 14.1.1 with SIP disabled and scripting add-on enabled.

I happened upon this issue b/c I was trying to use brew services stop, which is no longer the way, but yabai --stop-service works for me.

@koekeishiya koekeishiya added the addressed on master; not released Fixed upstream, but not yet released label Dec 30, 2023
@koekeishiya koekeishiya removed the addressed on master; not released Fixed upstream, but not yet released label Jan 3, 2024
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

5 participants