Your message dated Mon, 13 May 2019 07:19:02 +0000
with message-id <[email protected]>
and subject line Bug#926138: fixed in e2fsprogs 1.45.1-1
has caused the Debian Bug report #926138,
regarding e2scrub_reap.service fails in LXC
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
926138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926138
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e2fsprogs
Version: 1.45.0-1
In a standard sid LXC container, this unit fails:
| ● e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots
| Loaded: loaded (/lib/systemd/system/e2scrub_reap.service; enabled; vendor
preset: enabled)
| Active: failed (Result: exit-code) since Sun 2019-03-31 20:31:21 UTC; 5min
ago
| Docs: man:e2scrub_all(8)
| Main PID: 61 (code=exited, status=218/CAPABILITIES)
|
| Mar 31 20:31:21 sid-amd64 systemd[1]: Starting Remove Stale Online ext4
Metadata Check Snapshots...
| Mar 31 20:31:21 sid-amd64 systemd[61]: e2scrub_reap.service: Failed to apply
ambient capabilities (before UID change): Operation not permitted
| Mar 31 20:31:21 sid-amd64 systemd[61]: e2scrub_reap.service: Failed at step
CAPABILITIES spawning /sbin/e2scrub_all: Operation not permitted
| Mar 31 20:31:21 sid-amd64 systemd[1]: e2scrub_reap.service: Main process
exited, code=exited, status=218/CAPABILITIES
| Mar 31 20:31:21 sid-amd64 systemd[1]: e2scrub_reap.service: Failed with
result 'exit-code'.
| Mar 31 20:31:21 sid-amd64 systemd[1]: Failed to start Remove Stale Online
ext4 Metadata Check Snapshots.
This is due to `AmbientCapabilities=CAP_SYS_ADMIN CAP_SYS_RAWIO`, and
containers usually don't (and really should't) have RAWIO. Also, this unit
seems fairly useless in containers anyway, as these only run on already mounted
file systems.
Can you please consider adding
[Unit]
ConditionVirtualization=!container
to the unit, to avoid this failure and noise?
Thank you!
Martin
--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.45.1-1
We believe that the bug you reported is fixed in the latest version of
e2fsprogs, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Theodore Y. Ts'o <[email protected]> (supplier of updated e2fsprogs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 12 May 2019 21:23:25 -0400
Source: e2fsprogs
Binary: comerr-dev e2fsck-static e2fsck-static-dbgsym e2fslibs e2fslibs-dev
e2fsprogs e2fsprogs-dbgsym e2fsprogs-l10n e2fsprogs-udeb fuse2fs fuse2fs-dbgsym
libcom-err2 libcom-err2-dbgsym libcomerr2 libext2fs-dev libext2fs2
libext2fs2-dbgsym libss2 libss2-dbgsym ss-dev
Architecture: source amd64 all
Version: 1.45.1-1
Distribution: unstable
Urgency: medium
Maintainer: Theodore Y. Ts'o <[email protected]>
Changed-By: Theodore Y. Ts'o <[email protected]>
Description:
comerr-dev - common error description library - headers and static libraries
e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem
checke
e2fslibs - transitional package to libext2fs2
e2fslibs-dev - transitional package to libext2fs-dev
e2fsprogs - ext2/ext3/ext4 file system utilities
e2fsprogs-l10n - ext2/ext3/ext4 file system utilities - translations
e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer
(udeb)
fuse2fs - ext2 / ext3 / ext4 file system driver for FUSE
libcom-err2 - common error description library
libcomerr2 - transitional package to libcom-err2
libext2fs-dev - ext2/ext3/ext4 file system libraries - headers and static
librari
libext2fs2 - ext2/ext3/ext4 file system libraries
libss2 - command-line interface parsing library
ss-dev - command-line interface parsing library - headers and static libra
Closes: 924275 924301 926112 926138
Changes:
e2fsprogs (1.45.1-1) unstable; urgency=medium
.
* New upstream feature
* Drop lvm2 from the recommends line (Closes: #924275)
* Add the -n flag to the e2scrub and e2scrub_all commands
* Teach e2scrub to issue more useful error messages
* Update support for the case-folding file system feature to match what
finally will be landing in the kernel.
* Teach e2scrub_all to skip scrubing a file system if there is not
enough free space to create a snapshot. (Closes: #924301)
* Fixed debugfs so it correctly prints ea_in_inode xattr values.
* Debugfs now prints non-printing characters using C-style hex escape
sequences.
* E2fsck now checks the unused portions of the bitmap blocks when the
number of blocks/inodes is less than the full blocksize to make sure
they are properly set.
* Fixed mke2fs's insanely large file system check, so that creating a
900TB file system will succeed.
* E2scrub now tags its temp snapshot volumes with UDISK_IGNORE to avoid
them showing up in GUI's. (Closes: #926112)
* Mark the e2scrub systemd service files to indicate that it requires
CAP_SYS_ADMIN and CAP_SYS_RAWIO so e2scrub will get skipped when run
in cointainers that don't give root these capabilities. (Closes: #926138)
* E2fsck can now save a problem code log for debugging or monitoring
purposes.
Checksums-Sha1:
243efa40655aeb2afa85d9f494d7c8e87cf1af0c 2769 e2fsprogs_1.45.1-1.dsc
2e80db4d95280c801be43dc5ac664897e1e373b9 7801837 e2fsprogs_1.45.1.orig.tar.gz
0be4f9d03fc965e8b40a8daf799871bff59620fe 488 e2fsprogs_1.45.1.orig.tar.gz.asc
39457170057935ac88888c14d01c96312541e2fc 79484 e2fsprogs_1.45.1-1.debian.tar.xz
9719784bdf94d54a7d6d1394636799a926651ede 163552
comerr-dev_2.1-1.45.1-1_amd64.deb
5af2c301a644742932f9c4e4299735482bdf50bd 1087048
e2fsck-static-dbgsym_1.45.1-1_amd64.deb
94ded084d589e3f00c5897221730d9bc4d710347 668272
e2fsck-static_1.45.1-1_amd64.deb
48dd936383858bc17ef65638384cc79283aa2750 65572 e2fslibs-dev_1.45.1-1_all.deb
4d688c0c48519201414d9be513f76be643c50c9a 65212 e2fslibs_1.45.1-1_amd64.deb
0993f23c28e47f9c34a17f7a69669dbb1324c15c 1454432
e2fsprogs-dbgsym_1.45.1-1_amd64.deb
bce5363740540d7863d7ca88943e7b6e106a98ba 504600 e2fsprogs-l10n_1.45.1-1_all.deb
eb8899e9fd6b873c0897ee408a75cefb48bb4898 343848
e2fsprogs-udeb_1.45.1-1_amd64.udeb
e1fb6b87d4606a52da9d761a7e640874409e1c1f 11302
e2fsprogs_1.45.1-1_amd64.buildinfo
0ea0529865041c1aecd8b93f8edfd22b4c71edc5 595420 e2fsprogs_1.45.1-1_amd64.deb
32204b69a9116a63fab752942bc196b345eee9dd 101664
fuse2fs-dbgsym_1.45.1-1_amd64.deb
d8b877164c0aad6b8ac283b1777a8e2774bed33d 90552 fuse2fs_1.45.1-1_amd64.deb
3f8861528b10b37b65eda4aeb62e9502cc24236b 13240
libcom-err2-dbgsym_1.45.1-1_amd64.deb
5367dca09e841a736e6fb1ab42b7c9123569ef8e 69448 libcom-err2_1.45.1-1_amd64.deb
8eb89d2caa25917efbd74a758980f693c95e5373 65212 libcomerr2_1.45.1-1_amd64.deb
935959e8ad7caa26a006b822fae510aaabc16460 4589796
libext2fs-dev_1.45.1-1_amd64.deb
1b0ecdd9f7ec16a69de4622fde0462ee06739d0f 636492
libext2fs2-dbgsym_1.45.1-1_amd64.deb
58420e204d18be95828e9644df944f5714f0922e 246192 libext2fs2_1.45.1-1_amd64.deb
9fbba864adbfc0006cdf893e3784de281e21c070 29460 libss2-dbgsym_1.45.1-1_amd64.deb
9888dec04e030abcec9f83e70dc797369b5c7c1f 73932 libss2_1.45.1-1_amd64.deb
2cbbb8ce84855d8ae1297ff864cb5a30f2564927 248160 ss-dev_2.0-1.45.1-1_amd64.deb
Checksums-Sha256:
a3763ab3c81572851b17055721a568a85ceee808e7235c743748938aec8179f3 2769
e2fsprogs_1.45.1-1.dsc
ee69a57e8499814b07b7f72ff6bc4a41c51d729db5bbbc25dcc66888c497287e 7801837
e2fsprogs_1.45.1.orig.tar.gz
8c16fb91abdd601f4958fb51fccb8b112746da4b5172dc86536f2e206983f1a2 488
e2fsprogs_1.45.1.orig.tar.gz.asc
a7e8c58a893fe45419ec8d06b2c9bbcaeead909644a1c6342474580b164ac422 79484
e2fsprogs_1.45.1-1.debian.tar.xz
37faa7dc3ef1d481747542f80c2d68e219be3d780b5464c9697b35d15099264d 163552
comerr-dev_2.1-1.45.1-1_amd64.deb
bd4f9cef62c58ead5af669ac5afbcca3c45d6a24343b5a316e798410acd54590 1087048
e2fsck-static-dbgsym_1.45.1-1_amd64.deb
22b9509cd34430bf0e57dc7022bedb30cfd482c7079212723d22e07d7f26062a 668272
e2fsck-static_1.45.1-1_amd64.deb
01e9e4b0957698a31356531dac9ec1184464502ec96492a01cfa31e03708f1af 65572
e2fslibs-dev_1.45.1-1_all.deb
e192d76098f4649509b247b186584edc51cf9af0ad30a155d04b525004af15b5 65212
e2fslibs_1.45.1-1_amd64.deb
e232d91db283f0f68ef28da6face0407931de84262cd42974c70a0cf2a3f85af 1454432
e2fsprogs-dbgsym_1.45.1-1_amd64.deb
c0423d4ba71d1753897479c3d1b3cd0391433b33b1f3e87097c9da8ed0011e35 504600
e2fsprogs-l10n_1.45.1-1_all.deb
830038d6de7709197d793382b0ab640402b78f63c8d53f574efa43c4edb8de30 343848
e2fsprogs-udeb_1.45.1-1_amd64.udeb
19b86b264fd20df57da12a6945bedaa1283c66385a1a33f9e50082b3acb2ab03 11302
e2fsprogs_1.45.1-1_amd64.buildinfo
f915b6370f9146d404c3a0932e2c45b63a1ee49e3f19d9e7fc3f4efbdc6692b8 595420
e2fsprogs_1.45.1-1_amd64.deb
1880d80f69513979f8e846f9f60d164d60f02493bf128b2c4ade9bea06d1f644 101664
fuse2fs-dbgsym_1.45.1-1_amd64.deb
d2bec59beb7d4530c23794a71a5bdf209dfd036c180ba801cebb63fa820c7d31 90552
fuse2fs_1.45.1-1_amd64.deb
9279f0baa3a9969acf6a1577cb2a583a1dadf35239fa90c53ab82ce0ab56d551 13240
libcom-err2-dbgsym_1.45.1-1_amd64.deb
c6ec09ec75472dd7cea6188dbf135cc630ed8cebdc383c7f3e36b7b8973895f3 69448
libcom-err2_1.45.1-1_amd64.deb
3dfa88024e1282016cdf285450962d81b4187421857c851d4325f26b7f743d26 65212
libcomerr2_1.45.1-1_amd64.deb
af50a64f9c662c187ce3a63bfb94e98ec2cd1866666e2ee2c41fd84bba449326 4589796
libext2fs-dev_1.45.1-1_amd64.deb
770e9fd6e0b945a7843eb0dd41bfdc34680eda9824f1a556cf8a317fae4f6cb3 636492
libext2fs2-dbgsym_1.45.1-1_amd64.deb
3eda7349ee80717e762899a90f048474ddec01c1b3a977d41d89d33246e6f4ab 246192
libext2fs2_1.45.1-1_amd64.deb
cf484a090456d84572e56ea127636d1769478fb3b5ba5fa054cceae8709060ae 29460
libss2-dbgsym_1.45.1-1_amd64.deb
7cb92f36a4ced267d6d761d1ab5b77bc95a763c73a3b1ba26cc4c79d42d0a783 73932
libss2_1.45.1-1_amd64.deb
28c8cc7b9ac2a7168a7ae37301319c8404d07e5d490025b712f3c0181c86bacf 248160
ss-dev_2.0-1.45.1-1_amd64.deb
Files:
1159b0bc2eaadfb5a40b4e9dbe46c35d 2769 admin required e2fsprogs_1.45.1-1.dsc
cdc40d50750356afef929c7922ecb4ae 7801837 admin required
e2fsprogs_1.45.1.orig.tar.gz
4cbd6279486b58d2bdad09bc909ad045 488 admin required
e2fsprogs_1.45.1.orig.tar.gz.asc
3ef397f624941688fa384355b2461e53 79484 admin required
e2fsprogs_1.45.1-1.debian.tar.xz
ea289d90082a3c0e8aca7d7e359aa9b4 163552 libdevel optional
comerr-dev_2.1-1.45.1-1_amd64.deb
300826883565939e1b2ef4bfb2b5a74c 1087048 debug optional
e2fsck-static-dbgsym_1.45.1-1_amd64.deb
21ca23021b28c9678e82e1c47401e7d1 668272 admin optional
e2fsck-static_1.45.1-1_amd64.deb
ea23b75b9f8dfd8b4d9d8faed2b41471 65572 oldlibs optional
e2fslibs-dev_1.45.1-1_all.deb
f8be0d87bf5db2246261234572d1cf1e 65212 oldlibs optional
e2fslibs_1.45.1-1_amd64.deb
307dc931bed87e51eeee1ae7a9ce437d 1454432 debug optional
e2fsprogs-dbgsym_1.45.1-1_amd64.deb
d97ba6887b2119d19ed79532ac90e770 504600 localization optional
e2fsprogs-l10n_1.45.1-1_all.deb
3ec54cba7c1ab2b665d0fa925bd76823 343848 debian-installer optional
e2fsprogs-udeb_1.45.1-1_amd64.udeb
d9148a37dba64640bf020ec5cb11f7f3 11302 admin required
e2fsprogs_1.45.1-1_amd64.buildinfo
112a36956f3c54f690f34229df2143e6 595420 admin required
e2fsprogs_1.45.1-1_amd64.deb
d776b4db998467e60f68b2a441622431 101664 debug optional
fuse2fs-dbgsym_1.45.1-1_amd64.deb
298f1ede968feebba6bf1d803071a308 90552 admin optional
fuse2fs_1.45.1-1_amd64.deb
0052fe40fc743eb92688e98d0d455883 13240 debug optional
libcom-err2-dbgsym_1.45.1-1_amd64.deb
a44a93cdae2b8653dfc6f03434a372a5 69448 libs optional
libcom-err2_1.45.1-1_amd64.deb
28cace08a50fee199f8d7e303bf3fc25 65212 oldlibs optional
libcomerr2_1.45.1-1_amd64.deb
0c2a154d7005f0944288daa67ed0c18a 4589796 libdevel optional
libext2fs-dev_1.45.1-1_amd64.deb
65fe1636449a9f88761c0455bde91c52 636492 debug optional
libext2fs2-dbgsym_1.45.1-1_amd64.deb
de28901f3da7732d1bb27d6353942eee 246192 libs optional
libext2fs2_1.45.1-1_amd64.deb
4fc42be8aea04bc4172dab504eb4d48b 29460 debug optional
libss2-dbgsym_1.45.1-1_amd64.deb
afe682877a4dfd0c9da2535d25ac7b5f 73932 libs optional libss2_1.45.1-1_amd64.deb
22a15f6be92f5d8437ee0ee50f205ce4 248160 libdevel optional
ss-dev_2.0-1.45.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAlzZF54ACgkQ8vlZVpUN
gaMa/ggAlezqw5tpBMd4TYeF0+WQZw/929fuVLhzTEY9JCEYGioh4UBB384GU0A4
Pwc0uzGbPSMM8Yq40vKIGAtos+8fsncgiImoPwjM5QJppkAARzNQzy/Hm/FZcl90
lGDyJPTbITs3Y5DKVzVmv5n5UlSYbrWguYoNLvy0JW8+fhf0uIlTdXOhsE2O1ek9
pGb9qrLdpjuA+1n3Hl4T/YvSlxY1S0l+DzqQXvODaL2Z/of2yD/qoMO2ZiW4oTmz
0aMKKeh2TFaHIZoCtn0+rA7KQH/xlKR2PHjPkRSVaeDsRYU7n1T1xERY/hUnFCw9
YXl3x8i8PuoYtfNSjt/oVxTK7w7OyQ==
=ZqEV
-----END PGP SIGNATURE-----
--- End Message ---