PHP memory limit

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes). This just means php memory limit is not enough, by default is 32MB, can be increased to 100MB, the problem is you need to change php.ini in all sub site, lucky is some hosting like bluehost …

Cannot reset password for newuser

For new user need to reset password for first time login but always failed on passwd command: root # passwd testuser Enter testuser’s password: New Password: Re-enter new Password: Permission denied 1) truss on passwd truss -eaf -rall -wall -vall -o /var/tmp/passwd222.truss passwd testuser 17206:  putmsg(8, 0xFFBFA2B8, 0xFFBFA2AC, 0)            = …