-
Notifications
You must be signed in to change notification settings - Fork 70
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
VineServer Failed #53
Comments
Can somebody please check the above issue, as it creating problem for us in restarting the machines as machine is getting stuck because of this popup. |
It should be possible to kill the running VineServer process and then restart the machine. |
@stweil can you help with any script(python or applescript) or a command to kill the running vine server before we restart the machine? |
MacOS comes with |
An alternative approach could be to use launchd. At startup, you will create a daemon using launchd. It will do nothing but only wait for SIGTERM signal. When the signal is received, it will execute a shell script to pkill the Vine Server.
Disclaimer: I haven’t gone in-depth with this approach. I found it on Stackoverflow. You can Google to find your solution. You will need to use “Daemons and Services Programming Guide” on Apple Developer website.
… On Jun 28, 2022, at 8:01 AM, Stefan Weil ***@***.***> wrote:
MacOS comes with pkill (kill process by name) which might be sufficient for this job.
—
Reply to this email directly, view it on GitHub <#53 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AALC7M6NG5BMYSQ3BCAD7Q3VRMHTNANCNFSM5XNAMNGA>.
You are receiving this because you are subscribed to this thread.
|
We are using vine server version 5.3.1, on Monterey version 12.4, but facing some issues with vine server failing to quit popup, which is not restarting the machines
The text was updated successfully, but these errors were encountered: