nateGeorge / slurm_gpu_ubuntu

Instructions for setting up a SLURM cluster using Ubuntu 18.04.3 with GPUs.
MIT License
131 stars 37 forks source link

`freeIPA` token manipulation error #3

Closed berceanu closed 2 years ago

berceanu commented 4 years ago

First of all thanks for putting this repo up, it saved me a lot of effort fiddling around with various configs!

I installed freeIPA as per the instructions, and when running create_users.sh, it seems to correctly create ngeorge01. However, the problem appears when trying to log in as this user for the first time, as I am prompted to change the password:

$ su - ngeorge01
Password:
Password expired. Change your password now.
Current Password:
New password:
Retype new password:
su: Authentication token manipulation error

It seems the password is not changed, as a subsequent login attempt with the newly chose pass results in

$ su - ngeorge01
Password: 
su: Authentication failure

Have you encountered this problem before?

nateGeorge commented 2 years ago

I have not seen that issue, not sure what it could be.