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.