Bug#402061: [m68k] missing arch/m68k/kernel/module.lds

2006-12-07 Thread Roman Zippel
Package: linux-2.6 Severity: important Hi, External kernel modules currently fail to build as can be seen here: http://buildd.debian.org/fetch.cgi?&pkg=linux-modules-extra-2.6&ver=2.6.18-2&arch=m68k&stamp=1165225409&file=log To fix the problem please include the arch/m68k/kernel/module.lds file i

Bug#278068: chmod messes up permissions on hfs filesystem

2004-11-03 Thread Roman Zippel
Hi, On Tue, 2 Nov 2004, Horms wrote: > Thanks for the patch, though the behaviour of the umask still seems > rather odd. I would like to offer an updated patch which I believe > makes the umask behave in the expected way. It also ensures > that the write_lock bit is read from/written to disk corr

Bug#278068: chmod messes up permissions on hfs filesystem

2004-11-01 Thread Roman Zippel
Hi, On Mon, 1 Nov 2004, Horms wrote: > -rw-r--r-- > after chmod g+w: > -rw-rw-rw- No, this command will do nothing, as only the owner write bit is checked and the owner bit is mirrored in the other parts (minus umask). Below is a patch which should fix the original problem. bye, Roman Index