Your message dated Thu, 12 Nov 2020 21:34:12 +0000
with message-id <[email protected]>
and subject line Bug#972135: fixed in systemd 247~rc2-1
has caused the Debian Bug report #972135,
regarding systemd: Fails to upgrade on NFS root filesystem (without ACL support)
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.)


-- 
972135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972135
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 246.6-1
Severity: normal

Systemd fails during an upgrade from buster to testing with an NFS mounted
root filesystem. The issue appears to be that this filesystem doesn't support
POSIX ACLs, which causes the postinst script to fail.

In this case, the NFS server is a Debian buster server running the standard
Debian kernel.




Setting up systemd-timesyncd (246.6-1) ...
Created symlink 
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.
Setting up systemd (246.6-1) ...
Installing new version of config file /etc/systemd/journald.conf ...
Installing new version of config file /etc/systemd/logind.conf ...
Installing new version of config file /etc/systemd/networkd.conf ...
Installing new version of config file /etc/systemd/resolved.conf ...
Installing new version of config file /etc/systemd/system.conf ...
Installing new version of config file /etc/systemd/user.conf ...
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service 
→ /lib/systemd/system/systemd-pstore.service.
Setting access ACL "u::rwx,g::r-x,g:adm:r-x,m::r-x,o::r-x" on /var/log/journal 
failed: Operation not supported
dpkg: error processing package systemd (--configure):
 installed systemd package post-installation script subprocess returned error 
exit status 73
Setting up dmsetup (2:1.02.171-3) ...
update-initramfs: deferring update (trigger activated)
Errors were encountered while processing:
 systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)



-- Package-specific info:

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: arm64 (aarch64)

Kernel: Linux 4.19.0-11-arm64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemd depends on:
ii  adduser                          3.118
ii  libacl1                          2.2.53-4
ii  libapparmor1                     2.13.4-3
ii  libaudit1                        1:2.8.5-3+b1
ii  libblkid1                        2.36-3+b1
ii  libc6                            2.31-3
ii  libcap2                          1:2.25-2
ii  libcrypt1                        1:4.4.17-1
ii  libcryptsetup12                  2:2.3.4-1
ii  libgcrypt20                      1.8.4-5
ii  libgnutls30                      3.6.15-4
ii  libgpg-error0                    1.35-1
ii  libidn2-0                        2.3.0-1
ii  libip4tc2                        1.8.5-3
ii  libkmod2                         26-1
ii  liblz4-1                         1.8.3-1
ii  liblzma5                         5.2.4-1
ii  libmount1                        2.36-3+b1
ii  libpam0g                         1.3.1-5
ii  libpcre2-8-0                     10.34-7
ii  libseccomp2                      2.4.4-1
ii  libselinux1                      3.1-2
ii  libsystemd0                      246.6-1
ii  libzstd1                         1.4.5+dfsg-4
ii  mount                            2.33.1-0.1
ii  systemd-timesyncd [time-daemon]  246.6-1
ii  util-linux                       2.36-3+b1

Versions of packages systemd recommends:
iu  dbus  1.12.20-1

Versions of packages systemd suggests:
pn  policykit-1        <none>
pn  systemd-container  <none>

Versions of packages systemd is related to:
pn  dracut           <none>
it  initramfs-tools  0.133+deb10u1
pn  libnss-systemd   <none>
iu  libpam-systemd   246.6-1
iu  udev             246.6-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 247~rc2-1
Done: Michael Biebl <[email protected]>

We believe that the bug you reported is fixed in the latest version of
systemd, 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.
Michael Biebl <[email protected]> (supplier of updated systemd 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: Thu, 12 Nov 2020 21:23:22 +0100
Source: systemd
Architecture: source
Version: 247~rc2-1
Distribution: experimental
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Closes: 972135
Changes:
 systemd (247~rc2-1) experimental; urgency=medium
 .
   [ Michael Biebl ]
   * New upstream version 247~rc2
     - tmpfiles: Handle filesystems without ACL support in more cases
       (Closes: #972135)
   * Rebase patches
   * Explicitly disable oomd
   * Use -Dmode=release as we want a release, not developer, build
   * Update symbols file for libudev1 and libsystemd0
 .
   [ Luca Boccassi ]
   * systemd-container: install systemd-dissect binary.
     Required for TEST-50-DISSECT since:
     https://github.com/systemd/systemd/pull/16046
   * d/t/control: install squashfs-tools for upstream test.
     Required by TEST-50-DISSECT since upstream PR:
     https://github.com/systemd/systemd/pull/16046
 .
   [ Dan Streetman ]
   * d/control: update meson minimum version
     https://github.com/systemd/systemd/pull/13842#issuecomment-601105975
   * d/t/upstream: convert 'blacklist' term to 'deny-list'
     Support transition for upstream-ci from
     https://github.com/systemd/systemd/pull/16262
Checksums-Sha1:
 96e04d026f7dd042854cf6f35d14e33e842c6811 5181 systemd_247~rc2-1.dsc
 05615e927931d991d6ee6224e6784cc818e575bb 9865122 systemd_247~rc2.orig.tar.gz
 4dbe4fdca7ab844141918c20829884ebfdbc14c9 152136 systemd_247~rc2-1.debian.tar.xz
 6cd3edc4d6b748bb89bdb131a35201693d4061eb 9500 
systemd_247~rc2-1_source.buildinfo
Checksums-Sha256:
 a8e2c910d77499e0564f40e44a9c79e530626620eca16f9c7b65232896fed0d3 5181 
systemd_247~rc2-1.dsc
 1d68536a67cacb8650964dc45ab7677ffa88121305dfaa9dcbeaa092c189de05 9865122 
systemd_247~rc2.orig.tar.gz
 60676c9155b3c1055a22c1f2bb3c73e9425d9814c3cce690c342d0032553b42f 152136 
systemd_247~rc2-1.debian.tar.xz
 015b13f64ac9536e8c00b74d626715f68bd3f8e39c7ef96d07a5afc0c471653c 9500 
systemd_247~rc2-1_source.buildinfo
Files:
 440573c118ecf432be6d60f6f8aa3904 5181 admin optional systemd_247~rc2-1.dsc
 41a2590bf48183301e1ba8971648dc6a 9865122 admin optional 
systemd_247~rc2.orig.tar.gz
 f51aab340bbd603869d6b73466a480fc 152136 admin optional 
systemd_247~rc2-1.debian.tar.xz
 c84de6831226309b7b9008e8322d5ba3 9500 admin optional 
systemd_247~rc2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAl+tpn8ACgkQauHfDWCP
ItyWNw/8CrL86ahjuCy7C1SC9Yxk/K+ymFl9GTmNPB6Y76q471+P7GFbsvqYzUAA
L1C62N0aQH7ZzNwHKJyS7jAkqlUevSDk1bXZ4ewZLSKi78zYs2/IK9ORR/VTbzfd
0ivxvE4Zie3YsQlfP9ErF7KdirHG6cFBiDcBDSqlvq/jG+zFe7q4xJKTLDv2S+X2
5ohjtTgBuc4lRCA9Ofw2Y7XqJztuZV0PKHE0OY/IeRbxUzMLvCtVzAAvjwvoc9Nn
syEsMdskjtlke9Pnbt4c4+luhq3yuQ26x0JYZE5GI6w4n9vupQ9o7Oxi5eEERVu0
JUGdvziI01nUu5OALoXYcXFbzwUwdt6Cb5Gne5/Yp2pRXAscRoGJcqIfHsTdTCEg
yX6Gw3yv53fYvqkwkMB7kPVj2P7UMhr+hpI9ermu/KsruaZDkOZXnPrF22J/AKQI
WZkZl5a91ZJsTltBU3AiVM1Mqb+K9BBxmJrcXrHf1Begq/3kVituxk4KYD45qvbR
W+l32EMLEHKr52eno1X+Qm1u929wjDL3LAQTCSg+nsnrOygu/S1Ek/yYWhz8u1Ov
/sjbiQJZYq8AXIMuQI00B3MN9jDpHOztiIUbzCWc2CDXtgL/LkI0NNkYY7k6FJkA
AXPGa+snVLhZYU9ZqUf2vXGv8v/Z/Eh25D71BkYw3NPqAfOTyb8=
=1eCp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to