Customer uses a php function to get the home-path for a user: $aUser = (posix_getpwuid(posix_geteuid())); Sometimes it seems nscd is very busy and therefore does not reply with the needed information of the user: posix_getpwuid() PHP-Fehlermeldung: EUID: 8869 User: 1 LAST POSIX ERROR: 13: Permission denied
We use `nscd` by default as /etc/machine.secret is not readable by world. The "work-around" to make the credentials readable by anyone only sometimes worked.
Quick ideas: https://docs.software-univention.de/performance-guide-4.4.html#nscd ucr search nscd/passwd* nscd/threads
This issue has been filed against UCS 4.4. UCS 4.4 is out of general maintenance and components may have vastly changed in later releases. Thus, this issue is now being closed. If this issue still occurs in newer versions, please use "Clone this bug" or reopen this issue. In this case please provide detailed information on how this issue is affecting you.