Bug#361306: while copying files under fakeroot, permissions are, discarded

2008-01-05 Thread Thomas Bächler
I wrote a small workaround for this bug: It claims that the underlying filesystem does not support ACL whenever fakeroot is running and the acl_set_{fd,file} functions are called. This fixes cp -a (and probably all coreutils). The patch is attached, it fixes the problems we had with makepkg on

Bug#361306: while copying files under fakeroot, permissions are discarded

2007-11-24 Thread Clint Adams
On Sat, Oct 20, 2007 at 08:19:21AM +0100, Andrew Fyfe wrote: It turns out acl is always enabled on tmpfs partitions. Great, so perhaps coreutils cp is doing something unexpected on filesystems with acl enabled. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#361306: while copying files under fakeroot, permissions are discarded

2007-10-20 Thread Andrew Fyfe
Clint Adams wrote: On Thu, Jul 12, 2007 at 10:09:44PM +0100, Andrew Fyfe wrote: Has there been any progress with this bug? It's still present in fakeroot-1.7.1 but only occurs when the file system is mounted with acl enabled or the file system is a tmpfs. That's interesting. I wonder what

Bug#361306: while copying files under fakeroot, permissions are discarded

2007-10-19 Thread Clint Adams
On Thu, Jul 12, 2007 at 10:09:44PM +0100, Andrew Fyfe wrote: Has there been any progress with this bug? It's still present in fakeroot-1.7.1 but only occurs when the file system is mounted with acl enabled or the file system is a tmpfs. That's interesting. I wonder what the commonality

Bug#361306: while copying files under fakeroot, permissions are discarded

2007-07-12 Thread Andrew Fyfe
Has there been any progress with this bug? It's still present in fakeroot-1.7.1 but only occurs when the file system is mounted with acl enabled or the file system is a tmpfs. Andrew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#361306: while copying files under fakeroot, permissions are discarded

2007-02-23 Thread Clint Adams
tags 361306 + confirmed found 361306 1.5.10 thanks rm b fakeroot cp -af a b ls -l a b -r--r--r-- 1 devin devin 0 2006-04-07 12:19 a -rw-r--r-- 1 devin devin 0 2006-04-07 12:19 b However, if you touch the file, chmod it, and cp it all under the same fakeroot invocation, it behaves as

Bug#361306: while copying files under fakeroot, permissions are discarded

2006-04-07 Thread Devin Bayer
Package: fakeroot Version: 1.5.8 Severity: normal touch a chmod 444 a cp -af a b ls -l a b -r--r--r-- 1 devin devin 0 2006-04-07 12:19 a -r--r--r-- 1 devin devin 0 2006-04-07 12:19 b rm b fakeroot cp -af a b ls -l a b -r--r--r-- 1 devin devin 0 2006-04-07 12:19 a -rw-r--r-- 1 devin devin 0