[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2019-01-08 Thread Launchpad Bug Tracker
This bug was fixed in the package e2fsprogs - 1.44.1-1ubuntu1 --- e2fsprogs (1.44.1-1ubuntu1) bionic; urgency=medium * debian/patches/0001-libext2fs-fix-regression-so-we-are-correctly- transla.patch: cherry-pick upstream fix so we are correctly translating acls in

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-18 Thread Launchpad Bug Tracker
This bug was fixed in the package e2fsprogs - 1.44.4-2ubuntu0.1 --- e2fsprogs (1.44.4-2ubuntu0.1) cosmic; urgency=medium * debian/patches/0001-libext2fs-fix-regression-so-we-are-correctly- transla.patch: cherry-pick upstream fix so we are correctly translating acls in

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-11 Thread Steve Langasek
Cosmic: $ dd if=/dev/zero count=0 bs=1M seek=100 of=./fake.img 0+0 records in 0+0 records out 0 bytes copied, 6.2141e-05 s, 0.0 kB/s $ mkdir -p stuff/journal $ sudo apt install acl Reading package lists... Done Building dependency tree Reading state information... Done The following NEW

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-11 Thread Steve Langasek
Bionic: $ dd if=/dev/zero count=0 bs=1M seek=100 of=./fake.img 0+0 records in 0+0 records out 0 bytes copied, 7.2374e-05 s, 0.0 kB/s $ mkdir -p stuff/journal $ sudo apt install acl Reading package lists... Done Building dependency tree Reading state information... Done The following NEW

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-11 Thread Brian Murray
Hello Michael, or anyone else affected, Accepted e2fsprogs into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/e2fsprogs/1.44.1-1ubuntu1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-11 Thread Brian Murray
Hello Michael, or anyone else affected, Accepted e2fsprogs into cosmic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/e2fsprogs/1.44.4-2ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-08 Thread Steve Langasek
** Changed in: e2fsprogs (Ubuntu Cosmic) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu. https://bugs.launchpad.net/bugs/1807288 Title: mkfs.ext4 -d

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-07 Thread Francis Ginther
** Tags added: id-5c09fa23626104848f94e45e -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to e2fsprogs in Ubuntu. https://bugs.launchpad.net/bugs/1807288 Title: mkfs.ext4 -d $directory_with_acls leads to EINVAL Status in

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package e2fsprogs - 1.44.4-2ubuntu1 --- e2fsprogs (1.44.4-2ubuntu1) disco; urgency=medium * debian/patches/0001-libext2fs-fix-regression-so-we-are-correctly- transla.patch: cherry-pick upstream fix so we are correctly translating acls in mkfs.ext4.

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-07 Thread Steve Langasek
** Description changed: + [Justification] + `mkfs.ext4 -d` can produce broken filesystems when there are acls in the tree used as input. + + [Test case] + 1. dd if=/dev/zero count=0 bs=1M seek=100 of=./fake.img + 2. mkdir -p stuff/journal + 3. setfacl -m g:adm:rwx stuff/journal + 4. mkfs.ext4

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-07 Thread Steve Langasek
** Also affects: e2fsprogs (Ubuntu Disco) Importance: Undecided Status: New ** Also affects: e2fsprogs (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: e2fsprogs (Ubuntu Cosmic) Importance: Undecided Status: New -- You received this bug

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-06 Thread Ubuntu Foundations Team Bug Bot
The attachment "0001-libext2fs-fix-regression-so-we-are-correctly- transla.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-06 Thread Theodore Ts'o
Yep, it looks like it was a regression that was introduced by commit 50d0998cfee ("libext2fs: add ea_inode support to set xattr"). The following patch should fix things. ** Patch added: "0001-libext2fs-fix-regression-so-we-are-correctly-transla.patch"

[Touch-packages] [Bug 1807288] Re: mkfs.ext4 -d $directory_with_acls leads to EINVAL

2018-12-06 Thread Steve Langasek
Also reproducible without the -O options. Can confirm that this works with e2fslibs from e2fsprogs 1.43.4: $ dpkg -x ./e2fslibs_1.43.4-2_amd64.deb e2fsprogs $ LD_LIBRARY_PATH=./e2fsprogs/lib/x86_64-linux-gnu/ e2fsprogs/sbin/mkfs.ext4 -L lala -T default fake.img -d ./stuff/ $ sudo mount