Skip to content

Unable to start a node with gs_startnode MacOS #36

@jjoek

Description

@jjoek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions