-
Notifications
You must be signed in to change notification settings - Fork 23
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 authentication fails for su
#29
Comments
The unset works fine, here not see that error... If you would like suggest a PR for this, this will is wellcome. This warsaw is for CEF and have reports that works with BB by Issue #9 (comment) |
Alguém tem queixa referente este solicitação? |
Sim. Eu tenho o mesmo problema. |
Mande informações de como tratar este problema, apenas setar soluciona a questão? A discussão continua no PR |
Estou com um problema em relação à senha. Em Agora, quando vou rodar o container com Algumas coisas interessantes aqui:
|
Em relação ao meu comentário, aparentemente, apos ler o |
@hackedbellini Eu irei acrescentar sua resolução ao README brevemente o possível |
The
su -c
commands for installing warsaw and starting the service fail (Authentication Error) because the root password has not been set in Ubuntu, so inputting an empty password or any password at all fails. I had to set the password on the Dockerfile through adding this line to the RUN command (substituting by the desired password):and also remove this line that unsets the password:
After doing that, it all worked like a charm for BB.
Thanks for the great work, man.
The text was updated successfully, but these errors were encountered: