On Mon, Jun 08, 2009 at 12:30:18PM +0930, Arthur Marsh wrote: >> They have to be enabled at the filesystem level. If you're using ext3, >> there's an "acl" mount option (which can also be toggled on the filesystem >> itself, using "tune2fs -o acl /dev/<device>"). I think you can toggle this >> with a remount, as well; e.g., 'mount -oremount,acl /usr'.
> OK, done: > $ mount > /dev/hda7 on / type ext3 (rw,errors=remount-ro,acl,errors=remount-ro) > The process went further - the "install" command ran Ok, that confirms that this was a bug in the kernel CIFS client. > , but it failed later on: > ====== making target debian/stamp/conf/minimal_debian [new prereqs: ]====== > This is kernel package version 12.014. > test -d debian || mkdir debian > test ! -e stamp-building || rm -f stamp-building > install -p -m 755 /usr/share/kernel-package/rules debian/rules > for file in ChangeLog Control Control.bin86 config templates.in rules; > do \ > cp -f /usr/share/kernel-package/$file ./debian/; > \ > done > for dir in Config docs examples ruleset scripts pkg po; do > \ > cp -af /usr/share/kernel-package/$dir ./debian/; > \ > done > cp: cannot create regular file `./debian/Config/config.sun3': File exists > cp: cannot create regular file `./debian/Config/config.rpc': File exists <snip> Do you know what's causing these errors? There's not enough context in this transcript for me to see what's causing this. Is the error message accurate, do these files already exist? > cp: preserving permissions for `./debian/po': Operation not supported What does 'ls -ld /usr/share/kernel-package/po' show? Can you provide strace output for the command 'cp -af /usr/share/kernel-package/po ./debian/po'? -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org