[Mailman-Users] [install] set-gid bit
Peter Schnitzler
peter at schnitzlers.de
Thu May 26 09:26:13 CEST 2005
Am 25.05.2005 um 16:13 schrieb dave at umiacs.umd.edu:
> On Wed, 25 May 2005, Peter Schnitzler wrote:
>
>> when i go there i get the following output:
>>
>> [portal mailman]$ df -k
>> Filesystem 1k-blocks Used Available Use% Mounted on
>> /dev/hda1 743371 679010 64361 92% /
>> /dev/hda3 198275 43625 154650 23% /var
>> /dev/hda4 17673711 2878405 14795306 17% /home
>>
>> So this says that it is not a NFS/automount problem?
>>
>>
> That's what it sounds like. To test, create a script with sgid and
> see if indeed it works eg
> echo "#!/bin/sh">/home/sites/mytest
when i try to do this i get the following error
[portal portal]$ echo "#!/bin/sh">/home/sites/www.afser.de/users/
portal/mytest
bash: !/bin/sh": event not found
I did
[portal portal]$ echo "/bin/sh">/home/sites/www.afser.de/users/portal/
mytest
instead, but is this what i was supposed to do?
> echo "touch /tmp/myfile">>/home/sites/mytest
> chgrp mailman /home/sites/mytest
> chmod 2755 /home/sites/mytest
>
> /home/sites/mytest
>
> and see if /tmp/myfile gets a group ownership of mailman
>
> I suspect you may have probs with this if you don't have root on
> the machine
> which may be the initial problem. Can you
>
> chgrp mailman /home/sites/www.afser.de/users/portal/mailman
> chmod 2755 /home/sites/www.afser.de/users/portal/mailman
I am able to do this (chgrp and chgrp)
More information about the Mailman-Users
mailing list