-
Notifications
You must be signed in to change notification settings - Fork 5
"Error: Error saving to storage" when adding a new user #1
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
Comments
The commands given in the README assume you are running all those commands from the same directory. Did you run this command from the same directory you started the server container? Does the |
Yes I did. I also tried to add the Just for completeness sake I will put all details below. I start of with the following folder structure:
My Dockerfile contains the following:
I build the Dockercontainer using the following command:
Then I run prosody with the following command: Now I have the following file structure:
When I try to create a new user I get the error message:
|
Hm, I believe this might have to do with the fact I'm using boot2docker. It seems that the container does not have the correct access to the files on the host. When I give the world access to |
Might be caused by this: boot2docker/boot2docker#581 |
Ah, yes, that must be the case. So you might successful using this workaround. Unfortunately I can be of no help at that (no OSX available). Running prosody as root inside the container would be an option. As this would lower the security, I would not want to do this by default though. |
The workaround doesn't do it for me. I will be running prosody as root for now... Thanks! |
When I try to add a new user to prosody with the command in the README.md I get an error message that says:
Any ideas on how I can fix this?
The text was updated successfully, but these errors were encountered: