Re: git 'Bad file descriptor' fatal error error caused by loaded libau

2017-01-22 Thread sfjro
Hello OmegaPhil, OmegaPhil: > The actual problem is happening in git's > sha1_file.c:prepare_packed_git_one, the closedir call right at the > bottom is setting errno to 'Bad file descriptor', git later on notices > that errno is bad and panics (ironically the fetch itself looks good). > > Any

git 'Bad file descriptor' fatal error error caused by loaded libau

2017-01-22 Thread OmegaPhil
sfjiro, please can you test the following git commands for me on a non-aufs filesystem with libau LD_PRELOAD'd: = git clone https://git.devuan.org/OmegaPhil/udisks2.git git remote add alioth-git

Re: aufs 4.9 removexattr issue

2017-01-22 Thread sfjro
Hello Yair, Yair Yarom: > We're also seeing this issue, where removexattr returns EINVAL. Our ro > branch is nfs (without acl), and rw branch is tmpfs (without > xattr). Mounting with noacl or with +icex doesn't help. On kernel 4.8 it > worked fine. > > Simply mv'ing a directory from ext4 to the

Re: aufs 4.9 removexattr issue

2017-01-22 Thread Yair Yarom
We're also seeing this issue, where removexattr returns EINVAL. Our ro branch is nfs (without acl), and rw branch is tmpfs (without xattr). Mounting with noacl or with +icex doesn't help. On kernel 4.8 it worked fine. Simply mv'ing a directory from ext4 to the aufs will complain: $ mv /tmp/aaa