Skip to content

Password authentication fails for su #29

Closed
@eullerborges

Description

@eullerborges

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):

&& echo root:<password> | chpasswd \

and also remove this line that unsets the password:

&& passwd -d root \

After doing that, it all worked like a charm for BB.

Thanks for the great work, man.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions