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

Unable to start a node with gs_startnode MacOS #36

Open
jjoek opened this issue Dec 11, 2021 · 1 comment
Open

Unable to start a node with gs_startnode MacOS #36

jjoek opened this issue Dec 11, 2021 · 1 comment

Comments

@jjoek
Copy link

jjoek commented Dec 11, 2021

Just installed GridDb, already configured and everything worked fine except for an error:

checking whether FALLOC_FL_PUNCH_HOLE is declared... no
configure: error: fallocate and FALLOC_FL_PUNCH_HOLE must be supported

Which I skipped through, I was able to add user and actually even change the admin password with gs_adduser and gs_passwd but upon running gs_startnode, I get the error below and thus unable to proceed.

Traceback (most recent call last):
  File "/Users/jjoek/griddb/bin/gs_startnode", line 122, in <module>
    proc = subprocess.Popen(command, stdout=f, stderr=f)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

I am on a macos,
running python 2.7 but also have python3 installed.

Asked the question on stackoverflow here https://stackoverflow.com/questions/70299642/unable-to-start-a-node-with-gs-startnode-macos

@knonomura
Copy link
Member

Thank you for question.
Unfortunately GridDB Server doesn’t support MacOS as of now.
Currently the following linux distributions are supported (CentOS, Ubuntu, openSUSE).
Could you please use GridDB C Client library with GridDB Server on Linux ?

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

2 participants