-
Notifications
You must be signed in to change notification settings - Fork 248
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
Doesn't work on macOS #76
Comments
Hi Bartek,
Unfortunately, I have no access to Macos 11, hence can’t reproduce it.
Could you please elaborate what “doesn’t work” means?
Thanks!
…On Mon, 14 Jun 2021 at 19:07, Bartek Pacia ***@***.***> wrote:
the sample
<https://github.com/sevlyar/go-daemon/blob/master/examples/cmd/gd-simple/simple.go>
doesn't work on my machine (macOS 11)
some info that might help:
$ go version
go version go1.16.5 darwin/amd64
$ uname -a
Darwin Barteks-MacBook-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#76>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJLTVVLEDQ2DHBKCGDSJ2LTSYZLLANCNFSM46VT3ZKQ>
.
|
Hi Denis, by "doesn't work" I mean that the dameon exits immediately. In other words, in behaves like a normal program – it executes |
I worked on one of my applications on macOS 11 just this morning and it worked well. I had to kill the process, it did not exit immediately. It's this file, mainly. My func main() {
startServer()
} I suspect that there might be your problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the sample doesn't work on my machine (macOS 11) – the process exits immediately – the pidfile exists for a few milliseconds and then is deleted.
some info that might help:
The text was updated successfully, but these errors were encountered: