Michael C. Toren on 14 May 2007 16:54:28 -0000 |
On Mon, May 14, 2007 at 12:34:47PM -0400, Eric Lucas wrote: > Although I've left the UID at 1000 I changed the GID back to 5000 to see > if that made any difference. Apparently it did improve the situation > somewhat. > > GID 100 = users > GID 5000 = eric > > Here is my home and Maildir permissions and ownership: > drwxr-xr-x 10 1000 5000 4096 May 14 05:39 eric > drwxr-xr-x 53 1000 5000 4096 May 14 05:39 eric/Maildir Was the above the output of "ls -l", or "ls -ln"? If the former, it's troubling that getpwuid() wasn't able to find a username for uid 1000 in the passwd file, or a group name for gid 5000 in the group file. If you run the command "id eric", what does it return? Thanks, -mct ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|