-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
passwd
folder changed?
#184
Comments
Hi @MarcelRobitaille |
Hi @stilliard. Thanks for the answer. I tried that. It may work to recreate the db, but it does not fix the problem permanently for me because it is still trying to use the old password file when I try to log in with |
Weird, nothing's changed for that version as it's tagged. |
Yeah it's really weird. I didn't update anything or even re-pull the container. I just rebooted my computer. It was working before and broken after. |
Hi everyone. I am possibly running into the same issue, as my container was also running fine for a longer period of time. Today I realized that the server was not responding after a reboot of the host system.
|
Hi @MarcelRobitaille & @coilock , I've tested today starting the latest version, stopping it and starting again using your example docker-compose.yml file. The output of the 2nd start does show an error saying:
However, this is just that it's trying to create the user again on start up and as the user already exists it does not need to so it's more of a warning that the user already exists. Hope this helps clarify that message. |
Also I tested by exec'ing into the server with:
and running:
to confirm it shows the correct details and no error. |
I'm not sure what |
I followed the docs to create my setup and it has been running fine for months. Today, I rebooted my served (I did not update anything at all), and now it looks like pure ftp expects the password file to be in a different location. I was mounting the volume like
./ftp_passwd/:/etc/pure-ftpd/passwd
. However, I was unable to log in. I connected to the container and ran giving this result:It was looking for the password file in a different folder. I updated my volume to just
/etc/pure-ftpd/
. I also had to dopure-pw mkdb
. Now, I am able to log in again.What caused this change? Is this a bug or should the documentation be updated? Again, I did not update anything (not system packages or containers). I have pinned my version
stilliard/pure-ftpd:hardened-1.0.36
.Relevant
docker-compose.yml
The text was updated successfully, but these errors were encountered: