Skip to content

Comments

Fix "Login attempt with nonexistent user"#10

Open
felixsinger wants to merge 1 commit intograzzolini:masterfrom
felixsinger:fix/create-root-user
Open

Fix "Login attempt with nonexistent user"#10
felixsinger wants to merge 1 commit intograzzolini:masterfrom
felixsinger:fix/create-root-user

Conversation

@felixsinger
Copy link

As there is no passwd / group file existent in the ramdisk,
loging in the root user isn't possible and it will fail
with the message from above.

This commit fixes the issue by adding the root user / group using
groupadd and useradd tools. I recommend to use these tools,
because they only will add an additional line if the user / group
doesn't exist already.

As there is no passwd / group file existent in the ramdisk,
loging in the root user isn't possible and it will fail
with the message from above.

This commit fixes the issue by adding the root user / group using
groupadd and useradd tools. I recommend to use these tools,
because they only will add an additional line if the user / group
doesn't exist already.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant