-
Notifications
You must be signed in to change notification settings - Fork 122
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
'Password Expired' Error #58
Comments
Re open if needed |
when i deploy frappe , i encountered the same problem @revant |
I just deployed on aws eks and gke, I encountered no such error there. |
@revant Just ran into this same issue. I have an erpnext system that I turn on once every few weeks, do some work and then shut it down. When I went to turn it on today, I ran into this issue. |
@revant i am still having this issue. I think you should reopen this issue and we should find the cause of it. |
@revant Can you reopen this? I just deleted the helm chart, deleted the erpnext namespace, recreated a blank erpnext namespace, and did a fresh helm install. The same message is appearing regarding the password change. |
which kubernetes environment are you using? I can confirm it is working on scaleway, gke and eks on my end. |
If you have setup nodes/master(s)/VMs manually ensure the timezone, ntp settings are appropriate. I was able to setup successfully on minikube. I tried it locally. |
Seems like the issue is caused because of |
If that's the case can anyone check setting PASS_MAX_DAYS=99999 during run time? |
Is there anyway to set PASS_MAX_DAYS in docker compose file, bro? |
You can mount a file to
If this works then we can add it to the Dockerfile. |
compose file? pass it as environment variables for services using frappe/erpnext-worker image. for Kubernetes deployments do
|
I tested on my local host and see no |
The change is not yet in any image. May be just the creation of new pods solved it for a while. |
i updated I tried a short team solution as:
i login into containers:
It seems no extended the expiring date. |
If it is set in base image should we really set it again in our image? I feel just recreate the containers, that will reset the limits. |
If anyone wants to remove the security feature from base image please send PR. I personally don't wish to remove the security feature. For people who need to use containers like VMs, re create the containers when this happens and it'll solve the problem. |
Hello, sorry to resurrect this, but I seem to be experiencing this same problem and I can't find anything else or figure it out. I'm running ERPNext v12 using the method recommended in the docs, that is, with Docker.
I had already tried stopping and removing the containers, but the error persists. Maybe I'm doing something wrong? could you provide details as to how to do it properly, if that's the solution? Thanks! |
The container starts as docker-entrypoint.sh switches the user to can you set |
Thanks for your reply, I understand now.
Log files still report the same password error. |
old image tags seems to stop working if password is set to expire fixes frappe/helm#58
old image tags seems to stop working if password is set to expire fixes frappe/helm#58
Description of the issue
Helm deployment is not working properly. I followed all steps described on the website.
The 'scheduler' deployment and all 'workers' fail to start.
Steps to reproduce the issue
Expected result
pods should start up
Stacktrace / full error message if available
error message in scheduler and worker pods.
The text was updated successfully, but these errors were encountered: