-
Notifications
You must be signed in to change notification settings - Fork 140
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
Module install error #313
Comments
Is it listed in modules_available? Do other modules install correctly, or all fail?
|
Ok, indeed I missed those two commands. Available comes up empty, as expected I guess. But
|
The default configuration in most cases results in something like this:
I try to reproduce the error message you get:
The error messages mean:
It seems the problem in your case is that the parent dir doesn't exist. So I try setting a path with a parent that doesn't exist... and ext_mod succeeds in creating the parent one correctly:
Some ideas for you to check:
|
I've checked that path before writing
Let's create the folder just in case
Progress, error changed a bit
|
I couldn't reproduce that exact error, I guess I didn't yet reproduce your exact case
Anyway, can you try setting other values to CONTRIB_MODULES_PATH? You can set that option in ejabberdctl.cfg. Set for example to /tmp, does then work? In that case, what username and permissions does the created path have? If you reproduce those permissions in the initial path, does then the command work? |
Umm then how?
ejabberd HEAD (processone/ejabberd@be60263), Debian Bullseye, arm64,
Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 13.1.2
The text was updated successfully, but these errors were encountered: