[Stackless] alive+paused+unscheduled tasklet GC problem

Christian Tismer tismer at stackless.com
Wed Jan 28 21:18:41 CET 2004


Christopher Armstrong wrote:

> Bob Ippolito wrote:
> 
>> Oh, btw, it seems that we're not setting g+w wcvs by default when we 
>> add a new directory to CVS, which makes the anonymous users unhappy 
>> because they can't do a checkout (cvs daemon needs write access to 
>> create a lock file).  I fixed this for the unittests directory, 
>> because Donovan reported it to me and I figured it out, but I can't 
>> guarantee I'll remember next time :)
> 
> 
> yeah, you should set all the directories in the module (recursively) +s; 
> that'll make new subdirectories inherit the permissions.

Ok, I did this as root in /home/cvs:
find . -type d -exec chmod +s {} \;

Thanks a lot. I think I knew this, long time before... :-)
-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  mobile +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/



_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list