minicom issue “You don’t exist. Go away.”

Table of Contents

On my Embedded board, minicom issue “You don’t exist. Go away.” and exit.
It’s because of that system call ‘getpwuid’ failured.

Inserted perror() after called getpwuid, system issued “No such file or directory“.

That’s because that libnss_files.so was not found.

Added this lib and the problem was solved.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.