just a thought:
The trick is also to make sure EVERY directory in the path is set with the
correct permissions (i.e., NOT group writable). For example, if your dir
path is /home/majordomo/lists, you need to chmod 755 /home, /home/majordomo,
AND /home/majordomo/lists. It won't do any good just to chmod 755
/home/majordomo/lists if /home, for example, is group- (and world-)
writable.
That one bit me on the ass only just recently ...
- Patrick
> -----Original Message-----
> From: majordomo-users-owner@GreatCircle.COM
> [mailto:majordomo-users-owner@GreatCircle.COM]On Behalf Of Jason L
> Tibbitts III
> Sent: Tuesday, November 03, 1998 12:35 AM
> To: Rodger Silvers
> Cc: Majordomo-Users@GreatCircle.COM
> Subject: Re: Group writable directory error! Help!
>
>
> >>>>> "RS" == Rodger Silvers <rodger.silvers@centurasoft.com> writes:
>
> RS> Despite setting the permissions wide open, (777), on the list
> files and
> RS> directories, Majordomo 1.94.4 keeps complaining it can't open
> the lists
> RS> file on my Solaris 2.6 box.
>
> It's complaining that the directory is group writable, so making it world
> writable is pretty much the exact opposite of what you really want to do.
> Try 755.
>
> - J<
>
References:
|
|