Issue
Accessing AccelerateWP results in the error:
setup_logging username = pwd.getpwuid(euid).pw_nameKeyError: 'getpwuid(): uid not found: 10091'
Environment
- AccelerateWP
- CloudLinux OS
Solution
- Rename of move
/usr/share/cagefs-skeleton/etc/passwd
out from/usr/share/cagefs-skeleton/etc
- Update and remount CageFS:
# cagefsctl --force-update-etc
# cagefsctl -M
Cause
The passwd file in the /usr/share/cagefs-skeleton contains an invalid user.
Comments
0 comments
Please sign in to leave a comment.