Your message dated Tue, 20 Aug 2019 21:02:16 +0000
with message-id <[email protected]>
and subject line Bug#927911: fixed in systemd 241-7~deb10u1
has caused the Debian Bug report #927911,
regarding systemd: Clarify documentation of %h specifier
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.)


-- 
927911: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927911
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 241-3
Severity: important

Hi

it seems that the documentation of systemd is incorrect, or incomplete,
as it states that
        suffix. In the unit file itself, the instance parameter may be referred 
to using "%i" and other
        specifiers, see below.
        (man page of systemd.unit)
and down there %h is listed as home directory of the user.

We use a systemd unit file that has [email protected]
        ExecStart=/usr/bin/onedrive --monitor 
--confdir=/home/%i/.config/onedrive
which works as expected. But the moment I change it to
        ExecStart=/usr/bin/onedrive --monitor --confdir=%h/.config/onedrive
it breaks because %h is not expanded.

Best

Norbert


-- Package-specific info:

-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.0.9 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd depends on:
ii  adduser          3.118
ii  libacl1          2.2.53-4
ii  libapparmor1     2.13.2-10
ii  libaudit1        1:2.8.4-2
ii  libblkid1        2.33.1-0.1
ii  libc6            2.28-8
ii  libcap2          1:2.25-2
ii  libcryptsetup12  2:2.1.0-2
ii  libgcrypt20      1.8.4-5
ii  libgnutls30      3.6.7-2
ii  libgpg-error0    1.35-1
ii  libidn11         1.33-2.2
ii  libip4tc0        1.8.2-4
ii  libkmod2         26-1
ii  liblz4-1         1.8.3-1
ii  liblzma5         5.2.4-1
ii  libmount1        2.33.1-0.1
ii  libpam0g         1.3.1-5
ii  libseccomp2      2.3.3-4
ii  libselinux1      2.8-1+b1
ii  libsystemd0      241-3
ii  mount            2.33.1-0.1
ii  util-linux       2.33.1-0.1

Versions of packages systemd recommends:
ii  dbus            1.12.12-1
ii  libpam-systemd  241-3

Versions of packages systemd suggests:
ii  policykit-1        0.105-25
ii  systemd-container  241-3

Versions of packages systemd is related to:
pn  dracut           <none>
ii  initramfs-tools  0.133
ii  udev             241-3

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 241-7~deb10u1

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: Tue, 20 Aug 2019 13:50:42 +0200
Source: systemd
Architecture: source
Version: 241-7~deb10u1
Distribution: buster
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Closes: 927911 929469 929726 931636 931719 931850
Changes:
 systemd (241-7~deb10u1) buster; urgency=medium
 .
   * Rebuild for buster
 .
 systemd (241-7) unstable; urgency=medium
 .
   [ Michael Biebl ]
   * network: Fix failure to bring up interface with Linux kernel 5.2.
     Backport two patches from systemd master in order to fix a bug with 5.2
     kernels where the network interface fails to come up with the following
     error: "enp3s0: Could not bring up interface: Invalid argument"
     (Closes: #931636)
   * Use /usr/sbin/nologin as nologin shell.
     In Debian the nologin shell is installed in /usr/sbin, not /sbin.
     (Closes: #931850)
 .
   [ Mert Dirik ]
   * 40-systemd: Don't fail if SysV init script uses set -u and $1 is unset
     (Closes: #931719)
 .
 systemd (241-6) unstable; urgency=medium
 .
   * ask-password: Prevent buffer overflow when reading from keyring.
     Fixes a possible memory corruption that causes systemd-cryptsetup to
     crash either when a single large password is used or when multiple
     passwords have already been pushed to the keyring. (Closes: #929726)
   * Clarify documentation regarding %h/%u/%U specifiers.
     Make it clear, that setting "User=" has no effect on those specifiers.
     Also ensure that "%h" is actually resolved to "/root" for the system
     manager instance as documented in the systemd.unit man page.
     (Closes: #927911)
   * network: Behave more gracefully when IPv6 has been disabled.
     Ignore any configured IPv6 settings when IPv6 has been disabled in the
     kernel via sysctl. Instead of failing completely, continue and log a
     warning instead. (Closes: #929469)
Checksums-Sha1:
 465fec7a1d7151cdf17fba61a80e4ee7cf485238 4946 systemd_241-7~deb10u1.dsc
 7a3d8a162782183a1027ed2c807eeec44b77351f 164156 
systemd_241-7~deb10u1.debian.tar.xz
 5b12c9d3b9de58b1dae5b9cf375fadb093b4a585 9443 
systemd_241-7~deb10u1_source.buildinfo
Checksums-Sha256:
 9d904c4fc811dcacfdb99dfadf27712398bf18e0b43e094f75d11f6f03a83cd2 4946 
systemd_241-7~deb10u1.dsc
 80fa0c2908ead66861eaf8174aa19cff69605212cb51fe6a7c954511f8ab320c 164156 
systemd_241-7~deb10u1.debian.tar.xz
 ebe9562b690c83a41a4782dbe48a1e2b8b32c6b632571f59b3c8faa385541d06 9443 
systemd_241-7~deb10u1_source.buildinfo
Files:
 a66114c2458e29da6a28b6bf0410c7ca 4946 admin optional systemd_241-7~deb10u1.dsc
 c7b5675a7095aba12d540e79646a9fa7 164156 admin optional 
systemd_241-7~deb10u1.debian.tar.xz
 08694852bb9ba06adc38b74a5a23f6ec 9443 admin optional 
systemd_241-7~deb10u1_source.buildinfo

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

iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAl1b//0ACgkQauHfDWCP
Ity6NRAAldjpmQlqYKnwiCkFiB1s+F6mFF/aO6TSL1+ufnkwJKAoC8l4MbU2LHTu
iPAyrIh4GDwsVtWkbSAA8idukeRfdu74eBBvQWVLQyH5qyBQUzDLD3Sqhkn7fr1x
8UlVZ/3CSg9pTOMXK3TNfqDq/7Y+TVS64T9BROzyBvlUFOoN9G6KXA0Y8CTrACpY
k6EIFIzpDp1UMBvhfmuzduxoM+6sRKWF2HKmLXgF7bdE/jAKqr6O4ERgFV7x1YmX
KFoyy1ctbr/az03YNF5JrcMLi8LJWwluhbpgBW50SAcAPsntxEhyEiHu/HNidP9g
pDlK9sYr4ETZQZfrynlsLFt/GTTywLKE722js+q2Gvf5v4eCHqW5Uoo9qAkWXsRS
yEFtmJ7oWfN3wi/cS78ivYVV5lerQsZ9AZLxp15l9b/JISSSzZ494O58/Tle4XE4
ub3OdNv3nKIr98cxp7Bz/AibYCRVE6w8OZ3A9RxE2QbGZ/AtTNhcDrdiXV3qCdCp
SsBzQwGKqnfGfDDA3jlH3Z2lh96rG+3W8TL4oM3utUZip6CiNCGVLyqesxD2dF6d
t3mzzESOTNur8fHfUZlfhFR9yZXkCpYM/at1MGTsqWt/ZmYaVfup8Zl+5jsH+ZBy
PhBj/OGbxN4a3CqpJlOpjWVAcdSi9vBGtDHjhV8AKZK5ssODbIE=
=lZHv
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to