|
From: Thomas L. <ta...@gm...> - 2007-06-14 17:24:55
|
On 6/14/07, Markus Kiefer <ma...@sc...> wrote: > Hi. > > That's what I tried. > I'm using Debian/Etch, Python 2.4.4. > Can anyone tell me what's going on? Something about python not liking > unsafe sgid bits? > Shortly after clicking Run the progressbar of the Download-window > freezes and the following gets dumped to stderr: > '/home/mkiefer/.cache/0install.net/implementations/tmp-sJRTQS/rox-lib2-2.0.4/.' > had special bits set in mode '02755' This was fixed in svn for bug #1736573: https://sourceforge.net/tracker/index.php?func=detail&aid=1736573&group_id=7023&atid=107023 You can work around the problem in your current version by ensuring that your cache directory is not setguid. e.g.: $ chmod g-s /home/mkiefer/.cache/0install.net/implementations -- Dr Thomas Leonard http://rox.sourceforge.net GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1 |