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

mdbm_reset_all_locks does not work on rhel7 #86

Open
havetisyan opened this issue May 26, 2018 · 2 comments
Open

mdbm_reset_all_locks does not work on rhel7 #86

havetisyan opened this issue May 26, 2018 · 2 comments
Assignees
Labels

Comments

@havetisyan
Copy link

Looks like incorrect path for BIN_BASE and invalid variable substitution:

mdbm_reset_all_locks

/bin/mdbm_reset_all_locks: line 4: BIN_BASE: command not found
/bin/mdbm_reset_all_locks: line 5: BIN_BASE: command not found
/bin/mdbm_reset_all_locks: line 19: mlock64: command not found
/bin/mdbm_reset_all_locks: line 19: -r: command not found

@havetisyan havetisyan self-assigned this May 26, 2018
@havetisyan havetisyan added the bug label May 26, 2018
@timrc-git
Copy link

Wow, that script must have never been used.
For Makefiles, $(VAR) is fine, but for shell scripts you need ${VAR}

@timrc-git
Copy link

I have a pull request open for this, and a potential buffer overflow in mash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants