On Sun, Oct 19, 2003 at 10:29:17PM -0500, Tom Brown wrote: > >Does that user have read and execute access to /, /usr, /usr/local, > >/usr/local/pgsql, and /usr/local/pgsql/lib? > > User "nsadmin" has its own group, "nsadmin", and is a member of group "web".
That's probably your problem then. AOLserver 3.3+ad13 has a bug such that non-default group membership is ignored. (Most 3.x versions have some flavor of this bug, perhaps it was finally fixed completely in 3.5.x but I don't remember.) Even though your OS knows user nsadming is a member of group web, your AOLserver does not. Change nsadmin's default group to "web" and all should be well. Due mostly to that bug, unix user and group membership are persnickety in AOLserver 3.x, and it usually takes me a few tries to get it right on the (infrequent) occasions when I set up a new AOLserver. I think 4.0 fixes all that. > / - owner, root; group, root; perms, 40755 > /usr - user, root; group, root; perms, 40755 > /usr/local - owner, nsadmin; group, nsadmin; perms, 40755 > /usr/local/pgsql - owner, postgres; group, web; perms, 40750 > /usr/local/pgsql/lib - owner, postgres; group, web; perms, 40755 > > >Does that user have read access to /usr/local/pgsql/lib/libpq.so.2? > > Not as user, but as group. /usr/local/pgsql/lib/libpq.so.2 is a link to > /usr/local/pgsql/lib/libpq.so.2.2. > > libpq.so.2 - owner, postgres; group, web; perms, 100755 > libpq.so.2.2 - owner, postgres; group, web; perms, 100755 -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
