Am 25.05.2005 um 16:13 schrieb [EMAIL PROTECTED]: > 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) ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp