kubepack / onessl

Swiss army knife for installing Kubernetes applications
Apache License 2.0
47 stars 7 forks source link

onessl "Killed: 9" #9

Closed fragtom closed 6 years ago

fragtom commented 6 years ago

Did not work. Downloaded for mac (Darwin) and calling that, resulted with Killed: 9.

$ ./onessl create ca-cert
Killed: 9
tamalsaha commented 6 years ago

This should be fixed now.

Go compiler by default produces large binaries. So, I used upx . But I was using upx 3.91 which produced bad binaries for OSX. https://github.com/upx/upx/issues/4

Now, I have updated upx to 3/94 and rebuilt and pushed the binaries for 0.1.0 release. I have tested in Mac laptop. This is working for me. Please reopen if you are still having this issue.

hbokh commented 5 years ago

@tamalsaha Still happens with version 0.12.0:

./onessl-darwin-amd64
[1]    77123 killed     ./onessl-darwin-amd64

However version 0.10.0 works.

tamalsaha commented 5 years ago

I used upx 3.95 for the latest 0.12.0 release, instead of 3.94. I think am going to avoid upx. Thanks for letting me know.

tamalsaha commented 5 years ago

@hbokh , it is fixed now. I did not compress darwin binary using upx. Thanks again!

tamalsaha commented 5 years ago

Looks like this is a known issue. https://github.com/upx/upx/issues/222